@media screen and (max-width: 580px) {

    .newlogin_content_wrap {
        flex-direction: column;
    }
    a.btn.btn_second_add_lead.ripple-surface {
        margin-top: 17px;
    }
    .bank_options {
        width: 25%;
    }
    .call_btn {
        padding: 0 9px;
        margin: 0 1px;
    }
    .activity_area {
        padding: 8px 17px;
        border: 1px solid #eee;
    }
    .bank_radio,.loan_initiating_radio
    {
        margin-right: unset !important;
    }
    .kyc_mobile_css {
        border: 1px solid #ccc;
        padding: 10px 10px;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .booking_activity_section
    {
        margin-top: 20px;
    }
    .remainder_booking.border{
        margin-top: 20px;
    }
    .client_digital {
        font-size: 12px;
    }

    .logo_wrapper img {
        width: 100%;
    }

    .dashboardLinks_wrapper {
        margin: 10px 0;
    }

    #view_data_table_wrapper {
        margin-top: 25px;
    }


    .btn_info {
        margin-bottom: 1px;
        margin-left: -10px;

    }

    .main_wrapper,
    .dashboard_wrapper {
        background-size: 0;
    }



    .footer_text p a {
        font-size: 0.6rem;
    }

    .header_section {
        height: auto;
    }

    .logout_wrapper {
        height: auto;
    }

    .logo_wrapper {
        width: 65%;
        margin: 0 auto;
    }

    .text_wrapper p {
        font-size: 0.9rem;
        width: 90%;
        margin: 0 auto;
        color: #fff;
    }

    .login_img_wrapper {
        display: none;
    }

    .text_wrapper {
        display: none;
        background-color: #1D2E40;
        height: 35vh;
        padding: 0 0 0 0;
    }

    /* .text_wrapper {
        height: auto;
    } */

    .login_input {
        width: 75%;
        margin: 10px auto;
    }

    .login_section {
        height: auto;
    }


    #dropdownMenuButton1 {
        display: none !important;
    }

    .logo_wrapper {
        justify-content: start;
        height: auto;
    }

    #mobile_logo {
        justify-content: center;
        height: auto;
    }

    #mobile_logo img {
        width: 48%;
    }

   
    .bar_mobileview {
        display: block;
    }

    .icons_bars {
        font-size: 1.5rem;
        color: #fff;
        padding: 4px 1px 0 0;
    }

    .main_dashboard_area {
        overflow: scroll;
        width: 100% !important;
    }

    .dashboard_main {
        position: relative;
    }

    .mobile_sidebar_section {
        display: block;
    }

    .mobile_sidebar_wrapper {
        position: absolute;
        left: -100%;
        height: 85vh;
        /* display: flex; */
        z-index: 99999;
        background-color: #46474a;
        padding: 10px 22px;
        transition: all 0.32s ease-in;
    }

    .mobile_link a {
        text-decoration: none;
        color: #fff;

    }

    .mobile_link img {
        filter: brightness(0) invert(1);
        width: 15%;
        margin-right: 10px;
    }

    #logoutMobile_icon {
        filter: unset;
    }

    .mobile_link {
        padding: 10px 0;
        font-size: 0.7rem;
    }

    .mobile_link a:hover {
        text-decoration: none;
        color: #fff;

    }

    .dashboard_main .sidebar {
        display: none;
    }

    .user_section {
        position: absolute;
        bottom: 0;
    }

    .dropdown-toggle {
        font-size: 0.6rem;
        color: white;
        padding: 0 0 0.5rem !important;
    }

    .new_input_wrapper {
        width: 85%;
        margin: 0 auto;
    }
    .activity_scroll{
        height: auto;
    }
}


@media (min-width: 581px) and (max-width : 767px) {
    .newlogin_content_wrap {
        flex-direction: column;
    }

    .logo_wrapper img {
        width: 100%;
    }

    .dashboardLinks_wrapper {
        margin: 10px 0;
    }

    #view_data_table_wrapper {
        margin-top: 25px;
    }


    .btn_info {
        margin-bottom: 1px;
        margin-left: -10px;

    }

    .main_wrapper,
    .dashboard_wrapper {
        background-size: 0;
    }



    .footer_text p a {
        font-size: 0.6rem;
    }

    .header_section {
        height: auto;
    }

    .logout_wrapper {
        height: auto;
    }

    .logo_wrapper {
        width: 65%;
        margin: 0 auto;
    }

    .text_wrapper p {
        font-size: 0.9rem;
        width: 90%;
        margin: 0 auto;
        color: #fff;
    }

    .login_img_wrapper {
        display: none;
    }

    .text_wrapper {
        display: none;
        background-color: #1D2E40;
        height: 35vh;
        padding: 0 0 0 0;
    }

    /* .text_wrapper {
        height: auto;
    } */

    .login_input {
        width: 75%;
        margin: 10px auto;
    }

    .login_section {
        height: auto;
    }


    #dropdownMenuButton1 {
        display: none !important;
    }

    .logo_wrapper {
        justify-content: start;
        height: auto;
    }

    #mobile_logo {
        justify-content: center;
        height: auto;
    }

    #mobile_logo img {
        width: 48%;
    }

   
    .bar_mobileview {
        display: block;
    }

    .icons_bars {
        font-size: 1.5rem;
        color: #fff;
        padding: 4px 1px 0 0;
    }

    .main_dashboard_area {
        overflow: scroll;
        width: 100% !important;
    }

    .dashboard_main {
        position: relative;
    }

    .mobile_sidebar_section {
        display: block;
    }

    .mobile_sidebar_wrapper {
        position: absolute;
        left: -100%;
        height: 85vh;
        /* display: flex; */
        z-index: 99999;
        background-color: #46474a;
        padding: 10px 22px;
        transition: all 0.32s ease-in;
    }

    .mobile_link a {
        text-decoration: none;
        color: #fff;

    }

    .mobile_link img {
        filter: brightness(0) invert(1);
        width: 15%;
        margin-right: 10px;
    }

    #logoutMobile_icon {
        filter: unset;
    }

    .mobile_link {
        padding: 10px 0;
        font-size: 0.7rem;
    }

    .mobile_link a:hover {
        text-decoration: none;
        color: #fff;

    }

    .dashboard_main .sidebar {
        display: none;
    }

    .user_section {
        position: absolute;
        bottom: 0;
    }

    .dropdown-toggle {
        font-size: 0.6rem;
        color: white;
        padding: 0 0 0.5rem !important;
    }

    .new_input_wrapper {
        width: 85%;
        margin: 0 auto;
    }
}


@media (min-width: 766px) and (max-width : 990px) {


    .newlogin_bg_section {
        background-image: url('../img/newLogin_bg.png');
        background-repeat: no-repeat;
        background-size: 150% 100%;
        height: 100%;
    }

    .main_dashboard_area {
        overflow: scroll;
        width: 100% !important;
    }

    .login_input {
        width: 75%;
        margin: 10px auto;
    }

    .logo_wrapper {
        text-align: center;
        width: 40%;
        line-height: 6;
    }

    .links a {
        font-size: 0.7rem;
    }

    .btn-info {
        margin: 10px 0;
    }

    .logout_wrapper {
        text-align: center;
        line-height: 3.7;
        background-color: #46474a;
        height: auto;
    }

    .header_section {
        height: auto;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 5px;
        position: absolute;
        right: 12px;
        top: -38px;
    }

    .dashboard_main {
        position: relative;
    }

    .mobile_sidebar_section {
        display: block;
    }

    .mobile_sidebar_wrapper {
        position: absolute;
        left: -100%;
        height: 85vh;
        display: flex;
        z-index: 99999;
        background-color: #46474a;
        padding: 10px 22px;
        transition: all 0.32s;
    }

    .mobile_link a {
        text-decoration: none;
        color: #fff;

    }

    .mobile_link img {
        filter: brightness(0) invert(1);
        width: 15%;
        margin-right: 10px;
    }

    #logoutMobile_icon {
        filter: unset;
    }

    .mobile_link {
        padding: 10px 0;
    }

    .mobile_link a:hover {
        text-decoration: none;
        color: #fff;

    }

    .dashboard_main .sidebar {
        display: none;
    }

    .bar_mobileview {
        display: block;
    }

    .icons_bars {
        font-size: 1.5rem;
        color: #fff;
        padding: 4px 1px 0 0;
    }

    .main_dashboard_area {
        overflow: scroll;

        width: 100%;
    }

}

@media (min-width : 1440px) {

    .links>div {
        /* margin-top: 1px; */
    }

    .logo_wrapper {
        text-align: center;
        /* width: 55%; */
        line-height: 4.3;
    }

    .logout_wrapper {
        text-align: center;
        line-height: 4.2;
        background-color: #46474a;
    }

    .post_sale_img {
        width: 30%;
        height: 45px;
        max-height: 45px;
        background-color: #46474a;
        margin: 0 auto;
        border-radius: 50%;
    }

    /* .postsales_dashboard_section{
        border: 1px solid #46474a;
        width: 150px;
        height: 150px;
        max-width: 150px;
        max-height: 150px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    } */
    .redirect_links img {
        width: 50%;
        margin-top: 12px;
    }
    
}