@media (max-width:1440px) and (min-width:1200px) {
    .container {
        max-width: 1300px;
    }
    .main_login_section .toggle_bg {
        width: 35%;
        height: 110vh;
    }
    .logo_main img {
        max-width: 270px;
    }
    .login_form p {
        font-size: 22px;
    }
    .login_form h4 {
        font-size: 50px;
    }
    /* dashboard */
    .main_title_center h5,
    .title_dashboard_menu h4 {
        font-size: 45px;
    }
    .main_title_center p {
        font-size: 22px;
    }
    .detail_box {
        padding: 2rem 2rem;
    }
    .title_Detail h4 {
        font-size: 30px;
    }
    .property_Detail h5 {
        font-size: 20px;
    }
    .grey_bg {
        /*padding: 1.5rem 0;*/
    }
    .final_price h5 {
        font-size: 20px;
    }
    .final_price p {
        font-size: 20px;
    }
    .wish_text p {
        font-size: 22px;
    }
    /* loan detail */
    .menu_side a P {
        font-size: 25px;
    }
    .menu_side a svg {
        max-width: 35px;
        height: auto;
    }
    .side_menu {
        outline: 485px solid rgba(240, 210, 255, 0.4);
    }
    .side_menu.loan_detail_side {
        outline: 485px solid rgba(51, 204, 153, 0.1);
    }
    .title_green {
        padding: 1rem 1.5rem;
    }
    .title_green h5 {
        font-size: 20px;
    }
    .lable_loan label {
        font-size: 17px;
        font-weight: 600;
    }
    .lable_loan .form-control {
        font-size: 17px;
        font-weight: 600;
    }
    .detail_loan_Sec h4 {
        font-size: 40px;
    }
    .detail_loan_Sec p {
        font-size: 25px;
    }
    /* loan detail sub */
    .continue_btn .continue_Btn_botm,
    .back_btn .return_btn,
    .Back_Btn {
        font-size: 18px;
        padding: 1rem 2rem;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .container {
        max-width: 900px;
    }
    .main_login_section .toggle_bg {
        width: 35%;
        height: 110vh;
    }
    .logo_main img {
        max-width: 200px;
    }
    .login_form p {
        font-size: 20px;
    }
    .login_form h4 {
        font-size: 40px;
    }
    .login_form .form-control {
        font-size: 15px;
    }
    /* DASHBOARD */
    .logout_Sec {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .logout_Sec a p {
        font-size: 18px;
    }
    .navbar-nav .nav-item a i {
        font-size: 18px;
    }
    .button_keep .keep_btn {
        font-size: 15px;
        padding: 0.5rem 1rem;
        margin-right: 0.5rem;
    }
    /* dashboard */
    .main_title_center h5,
    .title_dashboard_menu h4 {
        font-size: 36px;
    }
    .main_title_center p {
        font-size: 20px;
    }
    .detail_box {
        padding: 1.5rem;
    }
    .title_Detail h4 {
        font-size: 20px;
        padding: 0.5rem 0;
    }
    .property_Detail h5 {
        font-size: 20px;
    }
    .grey_bg {
        /*padding: 1.5rem 0;*/
    }
    .final_price h5 {
        font-size: 20px;
    }
    .final_price p {
        font-size: 20px;
    }
    .wish_text p {
        font-size: 22px;
    }
    /* .side_menu {width: 33%;} */
    .detail_about h5,
    .detail_about p {
        font-size: 16px;
    }
    .side_coloured {
        right: -262px;
    }
    /* loan detail */
    .menu_side a P {
        font-size: 25px;
    }
    .menu_side a svg {
        max-width: 35px;
        height: auto;
    }
    .side_menu {
        outline: 485px solid rgba(240, 210, 255, 0.4);
    }
    .side_menu.loan_detail_side {
        outline: 485px solid rgba(51, 204, 153, 0.1);
    }
    .title_green {
        padding: 1rem 1.5rem;
    }
    .title_green h5 {
        font-size: 20px;
    }
    .lable_loan label {
        font-size: 17px;
        font-weight: 600;
    }
    .lable_loan .form-control {
        font-size: 17px;
        font-weight: 600;
    }
    .detail_loan_Sec h4 {
        font-size: 40px;
    }
    .detail_loan_Sec p {
        font-size: 25px;
    }
    /* loan detail sub */
    .continue_btn .continue_Btn_botm,
    .back_btn .return_btn,
    .Back_Btn {
        font-size: 16px;
        padding: 0.8rem 2rem;
    }
    .slider-container .range-slider {
        width: 75%;
        top: 6px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .main_login_section .toggle_bg {
        width: 36%;
        height: 100vh;
    }
    .logo_main img {
        max-width: 200px;
    }
    .login_form p {
        font-size: 20px;
    }
    .login_form h4 {
        font-size: 35px;
    }
    .login_form .form-control {
        font-size: 15px;
    }
    .login_button .btn_login {
        font-size: 16px;
        padding: 0.8rem 1rem;
    }
    .check_box_Sec .form-check .form-check-label {
        font-size: 18px;
    }
    .forgot_pass a {
        font-size: 15px;
    }
    .not_small {
        display: none;
    }
    .only_responsive {
        display: block!important;
    }
    .navbar-toggler i {
        font-size: 16px;
    }
    /* dashboard */
    .main_title_center h5,
    .title_dashboard_menu h4 {
        font-size: 40px;
    }
    .main_title_center p {
        font-size: 18px;
    }
    .detail_box {
        padding: 1.5rem;
    }
    .title_Detail h4 {
        font-size: 20px;
        padding: 0.5rem 0;
    }
    .property_Detail h5 {
        font-size: 20px;
    }
    .grey_bg {
        /*padding: 1.5rem 0;*/
    }
    .final_price h5 {
        font-size: 20px;
    }
    .final_price p {
        font-size: 20px;
    }
    .wish_text p {
        font-size: 20px;
    }
    /* .side_menu {width: 40%;} */
    .detail_about h5,
    .detail_about p {
        font-size: 16px;
    }
    .side_coloured {
        right: -185px;
    }
    .navbar_main {
        position: relative;
        z-index: 99;
    }
    .navbar_main #navbarSupportedContent {
        position: absolute;
        top: 120px;
        background: #fff;
        box-shadow: 0px 5px 50px #00000066;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        width: 80%;
        left: 0px;
        right: 0px;
        margin: auto;
        border-radius: 30px;
        text-align: center;
    }
    .navbar-nav {
        margin-top: 2rem;
    }
    .navbar-nav .nav-item {
        margin: auto;
    }
    .list_last_date {
        justify-content: center;
        margin-bottom: 2rem;
    }
    /*------------- sidebar-open-close------------- */
    .button_open #right-menu {
        display: flex!important;
        background: transparent;
    }
    button#right-menu {
        display: none;
    }
    .close-btn .close {
        display: flex;
        position: absolute;
        top: 10px;
    }
    .center-container {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }
    .deshboard_main .menu-background {
        background: rgba(0, 0, 0, 0.80);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
    }
    .deshboard_main.hide-rightbar.menu-background {
        display: none;
        transition: 1s all;
    }
    .menu-background {
        display: block;
        transition: 1s all;
    }
    .deshboard_main .rightbar {
        flex: 0 0 50%;
        max-width: 45%;
        position: absolute;
        right: 0;
        z-index: 2;
        transition: .3s all;
        top: 96px;
        background: transparent linear-gradient(93deg, #FFFFFF66 0%, #FFFFFF24 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 40px #00000066;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: calc(100vh - 95px);
        border-radius: 57% 0px 0px 57%;
    }
    .hide-rightbar .rightbar {
        right: -1000px;
        transition: .3s all;
    }
    /*-------------/ sidebar-open-close------------- */
    /* loan detail */
    .menu_side a P {
        font-size: 25px;
    }
    .menu_side a svg {
        max-width: 35px;
        height: auto;
    }
    .side_menu {
        outline: 200px solid rgba(240, 210, 255, 0.4);
    }
    .side_menu.loan_detail_side {
        outline: 200px solid rgba(51, 204, 153, 0.1);
    }
    .title_green {
        padding: 1rem 1.5rem;
    }
    .title_green h5 {
        font-size: 18px;
    }
    .lable_loan label {
        font-size: 16px;
        font-weight: 600;
    }
    .lable_loan .form-control {
        font-size: 16px;
        font-weight: 600;
    }
    .detail_loan_Sec h4 {
        font-size: 40px;
    }
    .detail_loan_Sec p {
        font-size: 20px;
    }
    /* loan detail sub */
    .continue_btn .continue_Btn_botm,
    .back_btn .return_btn,
    .Back_Btn {
        font-size: 16px;
        padding: 0.8rem 2rem;
    }
    .button_keep .keep_btn {
        font-size: 12px;
        margin-right: 0rem;
        transition: 0.3S all;
        padding: 0.5rem 0.8rem;
        border-radius: 10px;
    }
    .main_dashboard_area {
        height: calc(100vh - 60px);
    }
}

@media (max-width:769px) and (min-width:576px) {
    .main_login_section .toggle_bg {
        /*display: none;*/
    }
    .logo_main img {
        max-width: 200px;
    }
    .login_form p {
        font-size: 18px;
    }
    .login_form h4 {
        font-size: 30px;
    }
    .login_form .form-control {
        font-size: 15px;
    }
    .login_button .btn_login {
        font-size: 16px;
        padding: 0.8rem 1rem;
    }
    .check_box_Sec .form-check .form-check-label {
        font-size: 18px;
    }
    .forgot_pass a {
        font-size: 15px;
    }
    .main_login_section {
        height: 100vh;
        overflow-y: auto;
        display: flex;
        align-items: center;
    }
    .not_small {
        display: none;
    }
    .only_responsive {
        display: block!important;
    }
    .navbar-brand img {
        max-width: 150px;
        height: auto;
    }
    .navbar-toggler i,
    .icon_logout i {
        font-size: 13px;
    }
    .navbar-toggler {
        padding: 0;
        font-size: unset;
        margin: 0 0.1rem;
    }
    .navbar {
        padding: 0.2rem 0.2rem;
    }
    .navbar-nav .nav-item a {
        font-size: 14px;
    }
    .navbar-nav .nav-item a p {
        font-size: 14px;
    }
    .navbar-nav .nav-item a i {
        font-size: 18px;
    }
    .list_last_date p {
        font-size: 14px;
    }
    /* .button_keep .keep_btn {border-radius: 8px;font-size: 14px;   padding: 0.5rem 1.5rem; margin-right: 0.2rem; } */
    /* dashboard */
    .main_title_center h5,
    .title_dashboard_menu h4 {
        font-size: 40px;
    }
    .main_title_center p {
        font-size: 18px;
    }
    .detail_box {
        padding: 1.5rem;
    }
    .title_Detail h4 {
        font-size: 20px;
        padding: 0.5rem 0;
    }
    .property_Detail h5 {
        font-size: 20px;
    }
    .grey_bg {
        /*padding: 1.5rem 0;*/
    }
    .final_price h5 {
        font-size: 20px;
    }
    .final_price p {
        font-size: 20px;
    }
    .wish_text p {
        font-size: 20px;
    }
    .side_menu {
        display: none;
    }
    .detail_about h5,
    .detail_about p {
        font-size: 16px;
    }
    .side_coloured {
        display: none;
    }
    .navbar_main {
        position: relative;
        z-index: 99;
    }
    .navbar_main #navbarSupportedContent {
        position: absolute;
        top: 120px;
        background: #fff;
        box-shadow: 0px 5px 50px #00000066;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        width: 100%;
        left: 0px;
        right: 0px;
        margin: auto;
        border-radius: 30px;
        text-align: center;
    }
    .side_menu_dashboard {
        height: auto !important;
        display: revert;
    }
    .title_dashboard_menu {
        position: relative;
        top: 0;
        margin: 2rem 0;
    }
    .navbar-nav .nav-item {
        margin: auto;
    }
    .list_last_date {
        justify-content: center;
        margin-bottom: 1rem;
    }
    .navbar-nav {
        margin-top: 1rem;
    }
    /*------------- sidebar-open-close------------- */
    .button_open #right-menu {
        display: flex!important;
        background: transparent;
    }
    button#right-menu {
        display: none;
    }
    .close-btn .close {
        display: flex;
        position: absolute;
        top: 10px;
    }
    .center-container {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }
    .deshboard_main .menu-background {
        background: rgba(0, 0, 0, 0.80);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
    }
    .deshboard_main.hide-rightbar.menu-background {
        display: none;
        transition: 1s all;
    }
    .menu-background {
        display: block;
        transition: 1s all;
    }
    .deshboard_main .rightbar {
        flex: 0 0 50%;
        max-width: 40%;
        position: absolute;
        right: 0;
        z-index: 2;
        transition: .3s all;
        top: 70px;
        background: transparent linear-gradient(93deg, #FFFFFF66 0%, #FFFFFF24 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 40px #00000066;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: calc(100vh - 70px);
        border-radius: 57% 0px 0px 57%;
    }
    .hide-rightbar .rightbar {
        right: -1000px;
        transition: .3s all;
    }
    /*-------------/ sidebar-open-close------------- */
    /* loan detail */
    .menu_side a P {
        font-size: 20px;
    }
    .menu_side a svg {
        max-width: 30px;
        height: auto;
    }
    .side_menu {
        outline: 200px solid rgba(240, 210, 255, 0.4);
    }
    .side_menu.loan_detail_side {
        outline: 200px solid rgba(51, 204, 153, 0.1);
    }
    .title_green {
        padding: 1rem 1.5rem;
    }
    .title_green h5 {
        font-size: 18px;
    }
    .lable_loan label {
        font-size: 16px;
        font-weight: 600;
    }
    .lable_loan .form-control {
        font-size: 16px;
        font-weight: 600;
    }
    .detail_loan_Sec h4 {
        font-size: 40px;
    }
    .detail_loan_Sec p {
        font-size: 20px;
    }
    .main_Dahsboard_Sec {
        overflow-y: scroll;
    }
    /* loan detail sub */
    .continue_btn .continue_Btn_botm,
    .back_btn .return_btn,
    .Back_Btn {
        font-size: 14px;
        padding: 0.8rem 1.2rem;
    }
    .button_keep .keep_btn {
        font-size: 12px;
        margin-right: 0rem;
        transition: 0.3S all;
        padding: 0.5rem 0.8rem;
        border-radius: 10px;
    }
    .main_dashboard_area {
        height: calc(100vh - 80px);
    }
}

@media (max-width:575px) and (min-width:320px) {
    .main_login_section .toggle_bg {
        display: none;
    }
    .logo_main img {
        max-width: 200px;
    }
    .login_form p {
        font-size: 18px;
    }
    .login_form h4 {
        font-size: 30px;
    }
    .login_form .form-control {
        font-size: 15px;
    }
    .login_button .btn_login {
        font-size: 16px;
        padding: 0.8rem 1rem;
    }
    .check_box_Sec .form-check .form-check-label {
        font-size: 18px;
    }
    .forgot_pass a {
        font-size: 15px;
    }
    .main_login_section {
        height: auto;
        overflow-y: auto;
    }
    .not_small {
        display: none;
    }
    .only_responsive {
        display: block!important;
        margin-bottom: 10px;
    }
    .navbar-brand img {
        max-width: 150px;
        height: auto;
    }
    .navbar-toggler i,
    .icon_logout i {
        font-size: 13px;
    }
    .navbar-toggler {
        padding: 0;
        font-size: unset;
        margin: 0 0.1rem;
    }
    .navbar {
        padding: 0.2rem 0.2rem;
    }
    .navbar-nav .nav-item a {
        font-size: 14px;
    }
    .navbar-nav .nav-item a p {
        font-size: 14px;
    }
    .navbar-nav .nav-item a i {
        font-size: 18px;
    }
    .list_last_date p {
        font-size: 14px;
    }
    /* .button_keep .keep_btn {border-radius: 8px;font-size: 14px;   padding: 0.5rem 1.5rem; margin-right: 0.2rem; } */
    /* dashboard */
    .main_title_center h5,
    .title_dashboard_menu h4 {
        font-size: 30px;
    }
    .main_title_center p {
        font-size: 18px;
    }
    .detail_box {
        padding: 1.5rem;
    }
    .title_Detail h4 {
        font-size: 20px;
        padding: 0.5rem 0;
    }
    .property_Detail h5 {
        font-size: 20px;
    }
    .grey_bg {
        /*padding: 1.5rem 0;*/
    }
    .final_price h5 {
        font-size: 20px;
    }
    .final_price p {
        font-size: 20px;
    }
    .wish_text p {
        font-size: 20px;
    }
    .side_menu {
        display: none;
    }
    .detail_about h5,
    .detail_about p {
        font-size: 16px;
    }
    .side_coloured {
        display: none;
    }
    .navbar_main {
        position: relative;
        z-index: 99;
    }
    .navbar_main #navbarSupportedContent {
        position: absolute;
        top: 120px;
        background: #fff;
        box-shadow: 0px 5px 50px #00000066;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        width: 100%;
        left: 0px;
        right: 0px;
        margin: auto;
        border-radius: 30px;
        text-align: center;
    }
    .side_menu_dashboard {
        height: auto;
    }
    .title_dashboard_menu {
        position: relative;
        top: 0;
        margin: 1rem 0;
    }
    .navbar-nav .nav-item {
        margin: auto;
    }
    .list_last_date {
        justify-content: center;
        margin-bottom: 1rem;
    }
    .navbar-nav {
        margin-top: 1rem;
    }
    /*------------- sidebar-open-close------------- */
    .button_open #right-menu {
        display: flex!important;
        background: transparent;
    }
    button#right-menu {
        display: none;
    }
    .close-btn .close {
        display: flex;
        position: absolute;
        top: 3%;
    }
    .center-container {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }
    .deshboard_main .menu-background {
        background: rgba(0, 0, 0, 0.80);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
    }
    .deshboard_main.hide-rightbar.menu-background {
        display: none;
        transition: 1s all;
    }
    .menu-background {
        display: block;
        transition: 1s all;
    }
    .deshboard_main .rightbar {
        flex: 0 0 50%;
        max-width: 80%;
        position: absolute;
        right: 0;
        z-index: 2;
        transition: .3s all;
        top: 122px;
        background: transparent linear-gradient(93deg, #FFFFFF66 0%, #FFFFFF24 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 40px #00000066;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: calc(100vh - 70px);
        border-radius: 57% 0px 0px 57%;
    }
    .hide-rightbar .rightbar {
        right: -1000px;
        transition: .3s all;
    }
    /*-------------/ sidebar-open-close------------- */
    /* loan detail */
    .menu_side a P {
        font-size: 20px;
    }
    .menu_side a svg {
        max-width: 30px;
        height: auto;
    }
    .side_menu {
        outline: 200px solid rgba(240, 210, 255, 0.4);
    }
    .side_menu.loan_detail_side {
        outline: 200px solid rgba(51, 204, 153, 0.1);
    }
    .title_green {
        padding: 1rem 1.5rem;
    }
    .title_green h5 {
        font-size: 18px;
    }
    .lable_loan label {
        font-size: 16px;
        font-weight: 600;
    }
    .lable_loan .form-control {
        font-size: 16px;
        font-weight: 600;
    }
    .detail_loan_Sec h4 {
        font-size: 40px;
    }
    .detail_loan_Sec p {
        font-size: 20px;
    }
    .main_dashboard_area.loan_Detail_main {
        height: auto;
    }
    .main_Dahsboard_Sec {
        overflow-y: scroll;
    }
    /* loan detail sub */
    .continue_btn .continue_Btn_botm,
    .back_btn .return_btn,
    .Back_Btn {
        font-size: 14px;
        padding: 0.8rem 1.2rem;
    }
    .button_keep .keep_btn {
        font-size: 12px;
        margin-right: 0rem;
        transition: 0.3S all;
        padding: 0.5rem 0.8rem;
        border-radius: 10px;
    }
}

@media (max-height:918px) {
    .main_Dahsboard_Sec {
        height: auto;
        overflow-y: scroll !important;
    }
    .main_dashboard_area.loan_Detail_main {
        height: auto !important;
        /* margin-top: 70px;*/
    }
    .sectionData {
        margin-top: 0px;
    }
    .main_dashboard_area {
        height: max-content;
    }
    .side_logo_sec {
        margin-top: 23px;
        position: relative;
    }
}

@media (min-width:991px) {
    .sidebar-text {
        display: none;
    }
}

@media (max-width:450px) {
    .removeData {
        position: initial !important;
        margin-bottom: 20px;
        display: block;
    }
    .mt-54 {
        margin-top: 0px !important;
    }
    .mt-200 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    #chatModal .modal-lg {
        width: auto;
    }
    .col-xl-12,
    .col-xl-9,
    .col-sm-12 {
        padding: 5px;
    }
    .owl-nav {
        left: -8px;
        right: 0;
    }
    .toggleImage {
        position: absolute;
        right: -39px;
        top: 27%;
        z-index: 9;
        height: 190px;
    }
    .sidenav {
        left: -300px;
        padding: 0;
        width: 300px;
        height: auto;
    }
    .carousel-control-next {
        left: 0px;
    }
    .carousel-control-prev {
        right: 0px;
    }
}

@media (max-width:320px) {
    .not_small {
        display: none;
    }
    .only_responsive {
        display: block!important;
    }
    .navbar-brand img {
        max-width: 100px;
        height: auto;
    }
    .navbar-toggler i,
    .icon_logout i {
        font-size: 13px;
    }
    .navbar-toggler {
        padding: 0;
        font-size: unset;
        margin: 0 0.1rem;
    }
    .navbar {
        padding: 0.2rem 0.2rem;
    }
    .main_title_center h5,
    .title_dashboard_menu h4 {
        font-size: 30px;
    }
    .main_title_center p {
        font-size: 16px;
    }
    .detail_box {
        padding: 1rem;
    }
    .list_last_date {
        justify-content: center;
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }
    .navbar-nav {
        margin-top: 1rem;
    }
    .wish_text p {
        margin-left: 1rem;
    }
    /*------------- sidebar-open-close------------- */
    .button_open #right-menu {
        display: flex!important;
        background: transparent;
    }
    button#right-menu {
        display: none;
    }
    .close-btn .close {
        display: flex;
        position: absolute;
        top: 10px;
    }
    .center-container {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }
    .deshboard_main .menu-background {
        background: rgba(0, 0, 0, 0.80);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
    }
    .deshboard_main.hide-rightbar.menu-background {
        display: none;
        transition: 1s all;
    }
    .menu-background {
        display: block;
        transition: 1s all;
    }
    .deshboard_main .rightbar {
        flex: 0 0 50%;
        max-width: 100%;
        position: absolute;
        right: 0;
        z-index: 2;
        transition: .3s all;
        top: 70px;
        background: transparent linear-gradient(93deg, #FFFFFF66 0%, #FFFFFF24 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 40px #00000066;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: calc(100vh - 70px);
        border-radius: 57% 0px 0px 57%;
    }
    .hide-rightbar .rightbar {
        right: -1000px;
        transition: .3s all;
    }
    /*-------------/ sidebar-open-close------------- */
    /* loan detail */
    .menu_side a P {
        font-size: 20px;
    }
    .menu_side a svg {
        max-width: 30px;
        height: auto;
    }
    .button_keep .keep_btn {
        font-size: 10px;
        margin-right: 0rem;
        transition: 0.3S all;
        padding: 0.3rem 0.5rem;
        border-radius: 8px;
    }
    .message_icon i,
    .home_icon i,
    .notification i {
        font-size: 10px;
    }
    .slider-container .range-slider {
        width: 100%;
    }
    .slider-container {
        flex-wrap: wrap;
        justify-content: center;
    }
}