body {
        font-family: 'Poppins', sans-serif;
    }
    .ct_wraper {
        width: 100%;
    }
    .ct_dashbar_card {
        width: 100%;
        padding: 15px 0;
        background: #ffa901;
    }
    .ct_dashbar {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
    }
    .ct_dashbar_left {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .ct_dashbar_rght {
        width: fit-content;
    }
    .ct_dashbar_left i {
        color: #000;
        font-size: 18px;
        top: 2px;
        position: relative;
    }
    .ct_dashbar_left h1 {
        color: #000;
        font-size: 18px;
        text-align: left;
        text-transform: capitalize;
        margin: 0;
        padding: 0;
        font-weight: 600;
    }
    .ct_dashbar_rght i {
        font-size: 16px;
        color: #000;
    }
    .ct_tglnav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, .3);
        transition: left .4s;
        overflow: scroll;
        z-index: 1000;
        padding-bottom: 10px;
    }
    .ct_tglnav.show {
        left: 0;
    }
    .ct_mob_hdr {
        background: linear-gradient(0deg,rgba(255, 89, 33, 1) 0%, rgba(255, 165, 2, 1) 70%);
        padding: 10px 15px;
        width: 100%;
        margin-bottom: 20px;
    }
    .ct_mob_logo {
        width: 50px;
        overflow: hidden;
        border-radius: 5px;
    }
    .ct_mob_logo img {
        width: 100%;
        object-fit: cover;
    }
    .close-btn i {
        color: #000;
        font-size: 20px;
    }
    .close-btn:hover i {
        color: #fff;
    }
    .ct_mob_hdr_tp {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        padding-bottom: 10px;
    }
    .ct_mob_hdr_btm {
        width: 100%;
    }
    .ct_mob_hdr_btm ul{
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .ct_mob_hdr_btm ul li{
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        color: #000;
        text-align: left;
        font-weight: 400;
        text-transform: inherit;
        font-size: 14px;
        list-style-type: none;
        display: flex;
        gap: 8px;
        align-items: center;
    }
    .ct_mob_hdr_btm ul li p {
        color: #000;
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
    }
    .ct_mob_hdr_btm ul li i {
        color: #000;
        font-size: 14px;
        width: 16px;
    }
    .ct_mob_cnts {
        width: 100%;
        padding: 0 15px;
        background: #fff;
    }
    .ct_mob_soclicns h2 {
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        font-weight: 600;
        margin: 0;
        padding-bottom: 10px;
    }
    .ct_mob_soclicns ul {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }
    .ct_mob_soclicns ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .ct_mob_soclicns ul li a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        background: #ff5b22;
        border: 1px solid #ff5b22;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }
    .ct_mob_soclicns ul li a:hover {
        background: #ffa601;
        border: 1px solid #ffa601;
        color: #000;
    }
    .ct_mob_nav {
        width: 100%;
        padding-bottom: 30px;
    }
    .ct_mob_nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .ct_mob_nav ul li{
        margin: 0;
        padding: 0;
    }
    .ct_mob_nav ul li a {
        width: 100%;
        position: relative;
        color: #000;
        text-align: left;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 15px;
        list-style-type: none;
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .ct_mob_nav ul li i {
        color: #ff5a25;
        font-size: 16px;
        width: 25px;
    }
    .ct_mob_nav ul li a:hover {
        color: #ffa601;
    }


    .ct_lvelpp_hdbx {
        padding: 10px 15px;
        background: #ffdfa1;
    }
    .ct_lvel_hdbx_upd {
        padding-bottom: 8px;
    }
    .ct_lvel_hdbx_upd h6 {
        margin: 0;
        padding: 0;
        text-transform: capitalize;
        font-size: 12px;
        color: #000;
        text-align: center;
        font-weight: 500;
    }
    .lvelpp_grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
        place-content: center;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .lvelpp_grid_item {
        width: 100%;
    }
    .lvelpp_grid_item h5 {
        margin: 0;
        padding: 0;
        text-transform: capitalize;
        font-size: 14px;
        color: #000;
        text-align: center;
        font-weight: 500;
        line-height: 1.4;
    }
    .ct_lvel_wrap {
        padding: 5px 15px;
        background: #ff5a25;
        width: 100%;
    }
    .ct_lvel_grdbx {
        border-bottom: 1px solid #ffa901;
        width: 100%;
        padding: 6px 0;
    }
    .lvelpp_grid_item h6 {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 13px;
        color: #ffb521;
        text-align: center;
        font-weight: 500;
        padding-bottom: 4px;
    }
    .lvelpp_grid_item p {
        margin: 0;
        padding: 0;
        text-transform: capitalize;
        font-size: 13px;
        color: #fff;
        text-align: center;
        font-weight: 400;
    }
    .ct_vcm {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .ct_logo {
        margin: 20px;
    }
    .ct_logo_fig {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .ct_logo_fig {
        width: 150px;
        border-radius: 5px;
        overflow: hidden;
    }
    .ct_logo_fig img {
        width: 100%;
        height: 70px;
        object-fit: cover;
    }

    .ct_login {
        width: 100%;
        border: 1px solid #f1f1f1;
        padding: 25px 15px;
        border-radius: 12px;
    }
    .ct_hdng {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
    .ct_hdng h1 {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
    .formRow { 
        position: relative; 
        width: 100%;
        border-color: transparent;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }
    .formRow-item { 
        display: block;
        width: 100%;
    }
    .formRow-qtr-item { 
        display: block;
        width: 75%;
    }
    .formRow-input, .formRow-qtr-item { 
        background-color: transparent;
        position: relative;
        padding: 15px 0 11px;
        width: 100%;
        outline: none;
        border-bottom: 1.5px solid rgba(0,0,0,.3);
        border-left: transparent;
        border-right: transparent;
        border-top: transparent;
        letter-spacing: .2px;
        font-weight: 400;
        font-size: 16px;
        resize: none;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }
    .formRow-input-wrapper { 
        position: relative;
        display: block;
        width: 100%;
    }
    .formRow-left-wrapper { 
        position: relative;
        width: 75%;
        float: left;
    }
    .formRow-right-wrapper { 
        position: relative;
        width: 24%;
        margin-top: 15px;
        float: right;
    }
    .formRow-input-wrapper.active .placeholder { 
        top: -5px;
        background-color: transparent;
        color: rgba(0,0,0,.5);
        font-size: 14px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .formRow .placeholder { 
        position: absolute;
        top: 50%;
        left: 2px;
        display: block;
        color: rgba(0,0,0,.5);
        white-space: nowrap;
        letter-spacing: .2px;-webkit-transition: all, .2s;transition: all, .2s;-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-weight: 600;
        font-size: 16px;
    }
    .ct_btn_all{ 
        height: 100%;
        width: 100%;
        border-radius: 2px;
        border: 2px solid #ff5f34;
        background-color: #ff5f34;
        cursor: pointer;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 6px 10px;
        text-align: center;
        font-weight: 500;
    }
    .ct_btn{ 
        height: 100%;
        width: 100%;
        border-radius: 2px;
        cursor: pointer;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        padding: 6px 0px;
        text-align: center;
        font-weight: 500;
    }
    .ct_btn_flx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 10px;
        gap: 10px;
        flex-direction: column;
    }
    .ct_main_notfcsn {
        padding-top: 10px;
        background: #ff5a25;
    }
    .ct_notifcsn_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ffa901;
        padding: 5px 0;
        gap: 25px;
    }
    .ct_notifcsn_box_info p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }
    .ct_notifcsn_box_dt {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 5px;
        color: #fff;
    }
    .ct_notifcsn_box_dt i {
        font-size: 15px;
    }
    .ct_notifcsn_box_dt .ntfcsn_dt {
        font-size: 14px;
    }
    .ct_plan_tabs_navbar {
        padding: 12px 15px;
        background: #ffdfa1;
    }
    .ct_plan_tabs_navbar .nav-tabs {
        border-bottom: none;
        justify-content: space-between;
        width: 100%;
    }
    .ct_plan_tabs_navbar .nav-tabs>li {
        margin-bottom: 0;
    }
    .ct_plan_tabs_navbar .nav-tabs>li a {
        margin-bottom: 0;
        margin-right: 0;
        line-height: inherit;
        border: none;
        border-radius: 0;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 5px;
        flex-direction: column;
        font-weight: 600;
        padding: 0;
        background: transparent;
        color: #000;
        font-size: 15px;
        text-transform: capitalize;
    }
    .ct_plan_tabs_navbar .nav-tabs>li.active>a, .ct_plan_tabs_navbar .nav-tabs>li.active>a:focus, .ct_plan_tabs_navbar .nav-tabs>li.active>a:hover {
        background-color: transparent;
        border: none;
        color: #ff5c28;
    }
    .ct_plan_tabs_cnts {
        width: 100%;
        padding: 15px 15px;
        background: #fff;
    }
    .ct_dsbrd_itm {
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .ct_dsbrd_box { 
        width: 100%;       
        background: #262d7d;
        overflow: hidden;
        border-radius: 15px;
    }
    .ct_dsbrd_dsa {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 10px;
    }
    .ct_dsbrd_dtm ul{
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0px 0 0;
        list-style-type: none; 
    }
    .ct_dsbrd_dtm ul li{
        margin: 0;
        padding: 0px 0 3px 0px;
        list-style-type: none;
        color: #fff;
        text-align: left;
        font-weight: 400;
        text-transform: inherit;
        font-size: 13px;
    }
    .ct_dsbrd_dtm ul li i {
        font-size: 12px;
        padding-right: 2px;
    }
    .ct_dsbrd_hdng p {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        text-align: right;
    }
    .ct_dsbrd_slt {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 5px;
        align-items: center;
        place-content: center;
        padding: 8px 10px;
        background: #0a63b7;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .ct_dsbrd_slt_itm {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }
    .ct_dsbrd_slt_itm h6 {
        color: #fff;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        font-weight: 500;
    }
    .ct_dsbrd_slt_itm p {
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .ct_dsbrd_tah {
        width: 100%;
        padding: 8px 10px;
        background: #0b980b;
    }
    .ct_dsbrd_tah p {
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 0;
        margin: 0;
        text-transform: capitalize;
    }
    .ct_cllvlsbx {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
    }
    .ct_cllvlsbx_flx {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ct_cllvls_btn {
        height: 100%;
        width: 100%;
        border-radius: 0px;
        border: 1px solid #ff5f34;
        background-color: #ff5f34;
        cursor: pointer;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 6px 10px;
        text-align: center;
        font-weight: 500;
        text-decoration: none;
    }
    .btn_cls {
        border: 1px solid #bfba14;
        background-color: #bfba14;
    }
    .btn_lvls {
        border: 1px solid #ffa901;
        background-color: #ffa901;
    }
    .ylw_clr {
        background: #bcb713;
    }
    #loginerror,#moberror,#pwderror,#nameerror,#emailerror,#pwderror,#re-pwderror,#otpvalidate,#repwderror{
        display: none;
        font-size: 10px;
        color: #be0a0a;
    }
    #loading-image{
      display: none;
      position: absolute;
      top: 50%;
      left: 30%;
    }