.card {
    margin-top: 1rem !important;
}
@media screen and (min-width:768px){
   #open_sidebar, #close_sidebar{
    display: none;
   }
   .padding_desktop_right_31{
    padding-right: 31px !important;
   }
   .open_mobile_menu_bar {
    display: none;
   }
}
@media (max-width:400px){
    .custom_width_search_btn{
        width: 100%;
    }
}
@media (min-width:401px)  and (max-width:767px){
    .custom_width_search_btn{
        width: 50%;
    }
}
@media screen and (max-width:767px){
    form .card {
        padding: 11px !important;
        border-radius: 11px !important;
    }
    .mob_w_100{
        width: 100% !important;
    }
    .cfont {
        font-size: 16px !important;
    }
    .text_center_mobile{
        text-align: center !important;
    }
    .text_left_mobile{
        text-align: left !important;
    }
    .card-body tbody tr td, th {
        font-size: 13px !important;
    }
    .mob_mt_9{
        margin-top: 9px !important;
    }
    .change_pass_top_btn input, button {
        padding: 8px 30px !important;
        border-radius: 5px !important;
    }
    .formcont .card .card-head h1 {
        font-size: 18px;
    }
    .formcont{
        padding: 0px 24px !important; 
        /* padding: 0px 10px !important;  */
    }
    .dash_h{
        flex-direction: column !important;
        gap: 18px;
    }
    .dash_h h3 {
        font-size: 18px;
    }
    .left_sky_div {
        border-radius: 0px;
    }
    .sidebar{
        display: none;
        width: 260px !important;
    }
    .li_icon_div {
        display: flex;
        align-items: center;
        padding: 0px;
    }
    .nav-item a.nav-link{
        width: 100% !important;
    }
    .sidebar .nav-item:last-child {
      margin-bottom: 20px !important;
        margin-top: auto !important;
    }
    #mobile_sidebar{
        /* width: 100% !important; */
        position: absolute;
    }
}
@media screen and (min-width:421px) and (max-width:767px){
    .login_pad {
        padding: 9% 20% !important;
    }
}
@media screen and (max-width:420px){
    .login_pad {
        padding: 39px !important;
    }
}

/* ====================== ABHA style start ====================== */
@media (max-width:500px){
    .abha-left-form {
        padding: 30px 20px;
    }
    .abha_mobile_search_form{
        width: 100% !important;
    }
    .abha-search-input {
        margin: 15px 0px;
    }
    .abha-left-form p:first-child {
        font-size: 18px !important;
    }
    
    .abha-left-form p:nth-child(2) {
        font-size: 17px !important;
        font-weight: 700 !important;
        color: var(--global_pink_color) !important;
    }
    .aadhar_input {
        height: 51px !important;
        margin: 29px 0px !important;
    }
    .abha_label {
        font-size: 10px;
    }
    .abha_c2 {
        font-size: 14px !important;
    }
}
@media (max-width:991px){
    .abha-right-content-div {
        padding: 20px 0px !important;
    }
}
@media screen and (max-width: 767px){
    /* .formcont {
        padding: 0px 8px !important;
    } */
    .otp-input-fields input {
        height: 31px;
        width: 31px;
    }
}
@media screen and (max-width:1270px){
    .nha_logo_box{
        flex-direction: column;
        margin-top: 24px;
    }
    .nha_img{
        width: 165px;
        margin-top: 6px !important;
    }
    .nha_logo_box span {
        font-size: 22px;
    }
}

    /* ====================== ABHA style end ====================== */