@media screen and (min-width: 320px) and (max-width: 1199px) {
    .navbar-nav {
        height: 100vh;
        background: white;
    }

    .navbar-collapse {
        position: fixed !important;
        left: 0px;
        top: 0px !important;
        padding: 0px;
        z-index: 999999999999;
        height: 100vh;
    }

    .navbar-nav {
        height: 100%;
        background: white;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .width-20 {
        width: 100%;
    }

    /* header */
    .logohead {
        display: none;
    }

    .logosubhead {
        display: none;
    }

    .logo2_img {
        display: none;
    }

    .navbar-header {
        height: 55px;
    }

    .logo1_img {
        width: 65px;
        height: 40px !important;
        padding: 3px 0px;
    }

    .logo1navbar_img {
        width: 65px;
        height: 40px !important;
        padding: 3px 0px;
    }

    .mg-rt {
        margin-right: 0px;
    }

    .profile-name {
        font-size: 10px;
    }

    .menubar {
        height: 50px;
    }

    .navbar-toggler {
        margin: 5px;
    }

    /* footer */
    .footer {
        display: block !important;
    }

    /* login */
    .login-card {
        width: auto;
    }

    .refresh-btn {
        justify-content: center;
        margin: 10px 0px;
    }

    /* admin */
    /* header */
    .lang-sm {
        width: 43%;
        display: block;
    }

    .lang-lg {
        display: none;
    }

    .navbar-header .navbar-right {
        width: auto;
    }

    .avatar-img1 {
        width: 50px !important;
        height: 30px !important;
    }

    /* master pages */
    .admin-tbl {
        font-size: 12px !important;
        width: 100% !important;
    }

    .success-modal {
        width: auto;
    }

    .navbar {
        flex-wrap: nowrap;
    }

    /* .add-btn-master{
    font-size: 12px;
    padding: 5px;
    } */
    .align-add-btn {
        flex-direction: column;
    }

    .nav-item-p {
        padding: 0px 0px 0px 0px;
    }

    .navbar-nav .nav-item:last-child {
        padding: 0px 0px 0px 0px !important;
    }

    .navbar-nav .nav-link {
        padding: 15px 10px !important;
        height: auto !important;
    }

    .navbar-nav .nav-item.active .nav-link {
        border-radius: 5px;
        width: 100%;
        padding: 15px 10px;
    }

    .navbar-collapse {
        position: absolute;
        background: white;
        padding: 1rem;
        z-index: 9999;
        /* left: 25px;
        top: 37% !important; */
        border-radius: 10px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .align-heading {
        display: flex;
        flex-direction: column;
    }

    .align-date {
        display: flex !important;
        flex-direction: column;
    }

    .step-item {
        padding: 3px 20px 3px 25px;
    }

    .resp-stepper {
        display: block;
        text-align: center;
    }

    .desktop-stepper {
        display: none;
    }

    .add-remove-btn {
        margin-top: 10px;
    }

    .admin-text {
        font-size: 12px;
    }

    /* registartion form */
    .mb-large_label {
        margin-bottom: 10px !important;
    }

    .mb-large_label3 {
        margin-bottom: 10px !important;
    }

    .btn-mt {
        margin-top: 0px;
    }

    .control-mt {
        margin-top: 0px;
    }

    .wrap-option {
        flex-wrap: wrap;
    }

    .registration-modal {
        overflow: auto !important;
    }

    .avatar img {
        object-fit: contain;
    }

    .btn-primary {
        font-size: 12px !important;
        padding: 10px 10px;
    }

    /* developer */
    .btn-direction {
        flex-direction: column;
    }

    /* dweller form */
    .slum-dash {
        height: 80px;
        width: 100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {

    /* footer */
    .footer {
        display: block !important;
    }

    /* login */
    .login-card {
        width: auto;
    }

    .refresh-btn {
        justify-content: center;
        margin: 10px 0px;
    }

    /* header */
    .logohead {
        display: none;
    }

    .logosubhead {
        display: none;
    }

    .logo2_img {
        display: none;
    }

    .navbar-header {
        height: 55px;
    }

    .logo1_img {
        width: 65px;
        height: 40px !important;
        padding: 3px 0px;
    }

    .logo1navbar_img {
        width: 65px;
        height: 40px !important;
        padding: 3px 0px;
    }

    .mg-rt {
        margin-right: 0px;
    }

    .lang-sm {
        display: none;
    }

    .lang-lg {
        display: block;
    }

    .navbar {
        flex-wrap: nowrap;
    }

    .nav-item-p {
        padding: 0px 0px 0px 0px;
    }

    .navbar-nav .nav-item:last-child {
        padding: 0px 0px 0px 0px !important;
    }

    .navbar-nav .nav-link {
        padding: 15px 10px !important;
        height: auto !important;
    }

    .navbar-nav .nav-item.active .nav-link {
        border-radius: 5px;
        width: 100%;
        padding: 15px 10px;
    }

    .navbar-collapse {
        position: absolute;
        /* left: 40px;
        top: 19% !important; */
        background: white;
        padding: 1rem;
        z-index: 9999;
        border-radius: 10px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .captcha-image img {
        width: 40%;
    }

    .resp-stepper {
        display: block;
        text-align: center;
    }

    .desktop-stepper {
        display: none;
    }

    .step-item {
        padding: 5px 30px 5px 30px;
    }

    .mt-40 {
        margin-top: 0px !important;
    }

    .add-remove-btn {
        margin-top: 10px;
    }

    .admin-text {
        font-size: 12px;
    }

    .menubar {
        height: 50px;
    }

    .navbar-toggler {
        margin: 5px;
    }

    /* registartion form */
    .mb-large_label {
        margin-bottom: 10px !important;
    }

    .mb-large_label3 {
        margin-bottom: 10px !important;
    }

    .btn-mt {
        margin-top: 0px;
    }

    .control-mt {
        margin-top: 0px;
    }

    .registration-modal {
        overflow: auto !important;
    }

    .list-group-flush>.list-group-item {
        font-size: 12px;
    }

}

/* Mobile: make buttons full width */
@media (max-width: 576px) {
    .tablist-wrapper a {
        flex: 1 1 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* registration form view */
    .btn-mt {
        margin-top: 0px;
    }

    .control-mt {
        margin-top: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    /* footer */
    .footer {
        display: block !important;
    }

    /* login */
    .login-card {
        width: auto;
    }

    .refresh-btn {
        justify-content: center;
        margin: 10px 0px;
    }

    .captcha-img {
        margin-top: 10px;
    }

    .captcha-image img {
        width: 130px;
    }

    /* .captcha-input {
        margin-top: 10px;
    } */
    .form-label {
        font-size: 12px !important;
    }

    /* master page */
    .nav-link {
        font-size: 14px;
    }

    /* header */
    .lang-sm {
        display: none;
    }

    .lang-lg {
        display: block;
    }

    .navbar-header {
        height: 70px;
        border-radius: 10px;
        margin: 10px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    }

    .logo1_img {
        width: 76px;
        height: 47px;
        margin: 8px 0px;
    }

    .logo1navbar_img {
        width: 76px;
        height: 47px;
        margin: 8px 0px;
    }

    .navbar {
        flex-wrap: nowrap;
        align-items: center;
    }

    .navbar-header {
        height: 80px;
    }

    .navbar-nav .nav-link {
        padding: 15px 10px !important;
        font-size: 13px;
        height: auto !important;
    }

    .navbar-nav .nav-item.active .nav-link {
        border-radius: 5px;
        width: 100%;
        padding: 15px 10px;
    }

    .nav-item-p {
        padding: 0px 0px 0px 0px;
    }

    .navbar-nav .nav-item:last-child {
        padding: 0px 0px 0px 0px !important;
    }

    .menubar {
        height: 50px;
    }

    .navbar-toggler {
        margin: 5px;
    }

    .navbar-collapse {
        position: absolute;
        /* left: 0px;
        top: 48px; */
        background: white;
        padding: 1rem;
        z-index: 9999;
        /* left: 40px;
        top: 23% !important; */
        border-radius: 10px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .resp-stepper {
        display: block;
        text-align: center;
    }

    .desktop-stepper {
        display: none;
    }

    .step-item {
        padding: 7px 30px 7px 30px;
    }

    .otp-btn {
        padding: 5px !important;
    }

    .logohead {
        font-size: 18px;
    }

    /* dweller form */
    .mb-large_label {
        margin-bottom: 24px;
    }

    .mb-large_label3 {
        margin-bottom: 24px;
    }

    .admin-text {
        font-size: 12px;
    }

    /* registartion form */
    .remove-space {
        margin-bottom: 6px !important;
    }

    .registration-modal {
        overflow: auto !important;
    }

    .list-group-flush>.list-group-item {
        font-size: 12px;
    }

    .tablist-wrapper a {
        font-size: 12px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .otp-btn {
        padding: 5px 3px !important;
        font-size: 12px;
    }

    .mb-large_label-file {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* footer */
    .footer {
        display: block !important;
    }

    .navbar-nav .nav-item .nav-link {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        /* justify-content: center; */
        align-content: center;
    }

    /* Admin */
    /* header */
    .lang-sm {
        display: none;
    }

    .lang-lg {
        display: block;
    }

    .resp-stepper {
        display: none;
    }

    .desktop-stepper {
        display: block;
        text-align: center;
    }

    .step-item {
        margin-top: 5px;
    }

    .form-label {
        font-size: 13px !important;
    }

    .otp-btn {
        padding: 5px 3px !important;
    }

    .admin-text {
        font-size: 13px;
    }

    /* .menubar {
        height: 104px;
    } */
    .svg-img {
        width: 16px !important;
        height: 16px !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 0px;
    }

    .navbar-menu-wrapper {
        padding: 0 53px;
    }

    /* dweller form */
    .d-line {
        display: flex;
    }

    .mb-large_label-file {
        margin-bottom: 30px;
    }

    .menubar {
        height: 50px;
    }

    .navbar-toggler {
        margin: 5px;
    }

    .navbar-collapse {
        position: fixed !important;
        /* left: 0px;
        top: 50px !important; */
        /* background: #862222; */
        padding: 16px;
        z-index: 999999999999;
        height: 100vh;
    }

}

/* manvi */
.navbar-menu-header {
    display: flex;
    align-items: center;
}

.navbar-menu-wrapper {
    display: none;
}

.navbar-menu-header {
    padding: 0 10px 0 10px !important;
}

@media (min-width: 1200px) {
    .navbar-menu-header {
        display: none !important;
    }
}

/* -------- */


@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .registration-modal {
        overflow: auto !important;
    }

    .list-group-flush>.list-group-item {
        font-size: 12px;
    }

    .menubar {
        height: 50px;
    }

    .navbar-toggler {
        margin: 5px;
    }

    .navbar-collapse {
        position: fixed !important;
        /* left:0px;
        top: 48px; */
        background: white;
        padding: 1rem;
        z-index: 9999;
        /* left: 25px;
        top: 37% !important; */
        border-radius: 10px;
        height: 100vh !important;
        overflow-x: hidden;
        overflow-y: auto
    }

    .navbar-nav .nav-link {
        padding: 15px 10px !important;
        height: auto !important;
    }

    .nav-item-p {
        padding: 0px 0px 0px 0px;
    }

    .navbar-nav .nav-item.active .nav-link {
        border-radius: 5px;
        width: 100%;
    }

    .logo1navbar_img {
        width: 76px;
        height: 47px;
        margin: 8px 0px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1097px) {
    /* .navbar-nav .nav-link {
        font-size: 11px;
        padding: 4px !important;
    } */
}


@media screen and (min-width: 1097px) and (max-width: 1199px) {
    .navbar-nav .nav-link {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1270px) {
    .navbar-nav .nav-link {
        font-size: 12px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {

    /* .dashboard-table tr td:last-child {
        line-height: 0.5 !important;
       } */
    /* Admin */
    /* header */
    .lang-sm {
        display: none;
    }

    .lang-lg {
        display: block;
    }

    .resp-stepper {
        display: none;
    }

    .desktop-stepper {
        display: block;
        text-align: center;
    }

    .admin-text {
        font-size: 14px;
        margin-right: 5px;
    }

    /* .menubar {
        height: 104px;
    } */
    /* .nav-item-p {
        padding: 0px 30px 0px 10px;
    } */
    .navbar-expand-lg .navbar-nav {
        gap: 0px !important;
    }

    .svg-img {
        width: 20px !important;
        height: 20px !important;
    }

    .navbar-nav .nav-item:first-child .nav-link {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    /* .navbar-nav .nav-item:first-child {
        padding: 0px 29px 0px 0px !important;
    }
    .navbar-nav .nav-item:last-child {
        padding: 7px 0px 7px 10px;
    } */
    .navbar-nav .nav-item:last-child .nav-link {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
    }

    /* dweller form */
    .d-line {
        display: flex;
    }

    /* registration form */
    .mb-large_label-file {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 49.33333333%;
    }

    /* Admin */
    /* header */
    .lang-sm {
        display: none;
    }

    .lang-lg {
        display: block;
    }

    .resp-stepper {
        display: none;
    }

    .desktop-stepper {
        display: block;
        text-align: center;
    }

    .admin-text {
        font-size: 14px;
        margin-right: 5px;
    }

    /* .navbar-nav .nav-item:first-child {
        padding: 15px 20px 15px 3px !important;
    } */
    .nav-item-p {
        /* padding: 20px 15px 20px 20px !important; */
        /* padding: 20px 12px 20px 16px !important; */
    }

    /* .navbar-nav .nav-item:last-child {
        padding: 20px 0px 20px 25px !important;
    } */
    /* dweller form */
    .d-line {
        display: flex;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1919px) {

    /* Admin */
    /* header */
    .lang-sm {
        display: none;
    }

    .lang-lg {
        display: block;
    }

    .resp-stepper {
        display: none;
    }

    .desktop-stepper {
        display: block;
        text-align: center;
    }

    .admin-text {
        font-size: 14px;
        margin-right: 5px;
    }

    /* dweller form */
    .d-line {
        display: flex;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2300px) {

    /* Admin */
    /* header */
    .lang-sm {
        display: none;
    }

    .lang-lg {
        display: block;
    }

    .resp-stepper {
        display: none;
    }

    .desktop-stepper {
        display: block;
        text-align: center;
    }

    .admin-text {
        font-size: 14px;
        margin-right: 5px;
    }

    /* dweller form */
    .d-line {
        display: flex;
    }
}

@media screen and (min-width: 2301px) and (max-width: 2560px) {

    /* Admin */
    /* header */
    .lang-sm {
        display: none;
    }

    .lang-lg {
        display: block;
    }

    .resp-stepper {
        display: none;
    }

    .desktop-stepper {
        display: block;
        text-align: center;
    }

    .admin-text {
        font-size: 14px;
        margin-right: 5px;
    }

    /* dweller form */
    .d-line {
        display: flex;
    }
}

@media (max-width: 1024px) {
    .navbar-menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 250px;
        /* or 100% if you want full screen */
        background-color: #fff;
        /* or your sidebar color */
        z-index: 1050;
        /* Ensure it's above other elements */
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        padding: 0 5px;
        display: block;
    }

    .navbar-nav-show .navbar-menu-wrapper {
        transform: translateX(0);
    }

    body.navbar-nav-show::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: rgba(0, 0, 0, 0.5);  */
        z-index: 1040;
    }

    .navbar-nav-show .backdrop {
        visibility: hidden !important;
    }
}