@media  screen and (max-width: 1024px){
    .no-mob {
        display: none !important;
    }

    .no-desk {
        display: flex !important;
    }

    .content-dashboard {
        min-height: unset;
    }

    .ms-content {
        width: 86.51%;
        gap: 40px;
        padding: 4% 0;
    }

    .contant-our-sup h2 {
        font-size: clamp(11px, 4.19vw, 28px);
    }

    .ms-input-name,
    .ms-input-email,
    .ms-input-issue,
    .ms-input-describe
    {
        gap: 15px;
    }

    .ms-input-name > label,
    .ms-input-email > label,
    .ms-input-issue > label,
    .ms-input-describe > label 
    {
        font-size: clamp(10px, 3.72vw, 26px);
    }

    .ms-input-name > input,
    .ms-input-email > input,
    .ms-input-issue > input,
    .ms-input-describe > input 
    {
        font-size: clamp(10px, 3.72vw, 26px);
    }

    .ms-input-name > input::placeholder,
    .ms-input-email > input::placeholder,
    .ms-input-issue > input::placeholder,
    .ms-input-describe > input::placeholder 
    {
        font-size: clamp(10px, 3.72vw, 26px);
    }

    .ms-input-name > input,
    .ms-input-email > input,
    .ms-input-issue > div > select
    {
        height: 70px;
        font-size: clamp(9px, 2.79vw, 24px);
    }

    .ms-input-describe > textarea {
        font-size: clamp(9px, 2.79vw, 24px);
        height: 170px;
    }

    .ms-input-describe > textarea::placeholder {
        font-size: clamp(9px, 2.79vw, 24px);
    }

    .ms-btn-container {
        height: 50px;
    }

    .ms-btn-container .submit {
        font-size: clamp(9px, 2.79vw, 24px);
        width: 32%;
    }
    .ms-btn-container .cancel {
        font-size: clamp(9px, 2.79vw, 24px);
    }

    .modal-delete-case {
        z-index: 26;
    }

    .modal-delete-case > div {
        width: 95.81vw;
        height: 20%;
    }

    .modal-delete-case > div> h3 {
        font-size: clamp(1rem,4.19vw,35px);
    }

    .modal-delete-case > div> p {
        font-size: clamp(7px,3.49vw,30px);
    }

    .mdc-back,
    .mdc-delete {
        font-size: clamp(7px,3.49vw,30px);
    }

    main {
        width: 100%;
    }

    .navbar {
        margin: 0;
        height: 11.90%;
    }

    .nav-desktop-top {
        position: relative;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .my-account-nav {
        width: 50%;
        height: 50%;
        margin-left: 2.33%;
    }

    .my-account-nav > img {
        width: calc(44 / 430* 100vw);
        height: calc(44 / 430* 100vw);
    }

    .my-account-nav > div {
        flex-direction: column-reverse;
        width: 75%;
    }

    .my-account-nav > div > h4 {
        font-size: clamp(12px, 4.426vw, 28px);
    }

    .my-account-nav > div > h5{
        font-size: clamp(10px, 2.66vw, 20px);
    }

    .theme-btn {
        width: 12%;
        position: absolute;
        right: 20%;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .notification-btn {
        width: 5.5%;
        margin-right: 10%;
    }

    .notification-btn > .number {
        width: calc(15 / 430* 100vw);
        height: calc(14 / 430* 100vw);
        border-radius: 50%;
    }

    .number > span {
        font-size: clamp(7px, 2.023vw, 18px);
    }

    .modal-notification {
        top: 78%;
        right: 2.5%;
        width: 77%;
        height: 540px;
    }

    .bg-modal-notification {
        display: none;
    }

    .bg-modal-notification-mob {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        object-fit: fill;
    }

    .desk-modal {
        display: none !important;
    }

    .mob-modal {
        display: block !important;
    }

    .block-modal {
        display: block !important;
    }

    .none-modal {
        display: none !important;
    }

    .mn-container > img {
        width: calc(45 / 430* 100vw);
        height: calc(45 / 430* 100vw);
    }

    .mn-text > h3 {
        font-size: clamp(10px, 3.49vw, 30px);
    }

    .mn-text > div {
        gap: calc(10 / 430* 100vw);
    }

    .mn-text > div > h4 {
        font-size: clamp(9px, 2.56vw, 28px);
    }

    .mn-text > div > span {
        font-size: clamp(7px, 2.09vw, 23px);
    }

    .mn-container > span {
        width: calc(18 / 430* 100vw);
        height: calc(18 / 430* 100vw);
        font-size: clamp(7px, 2.09vw, 23px);
    }

    .bg-nav-mob {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(165 / 430* 100vw);
        flex-shrink: 0;
        background: linear-gradient(0deg, var(--twenty-seventh-color-theme) -10.53%, var(--twenty-nineth-color-theme) 127.19%);
        border-radius: 5px 5px 0 0;
        z-index: 5;
    } 

    .nav-mob {
        position: absolute;
        bottom: calc(38 / 430* 100vw);
        left: calc(21 / 430* 100vw);
        width: calc(387 / 430* 100vw);
        height: calc(72 / 430* 100vw);
        border-radius: 20px;
        background: #94ACE8;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: calc(47 / 430* 100vw);
    }


    .nm-patients  {
        width: calc(29 / 430* 100vw);
        height: auto;
    }

    .nm-patients svg {
        width: 100%;
        height: auto;
    }

    .nm-myaccount {
        width: calc(34 / 430* 100vw);
        height: auto;
    }

    .nm-myaccount svg {
        width: 100%;
        height: auto;
    }

    .nm-home {
        width: calc(50 / 430* 100vw);
        height: auto;
    }

    .nm-home svg {
        width: 100%;
        height: auto;
    }

    .nm-customer-support {
        width: calc(34 / 430* 100vw);
        height: auto;
    }

    .nm-customer-support svg {
        width: 100%;
        height: auto;
    }

    .nm-logout {
        width: calc(28.696 / 430* 100vw);
        height: auto;
    }

    .nm-logout svg {
        width: 100%;
        height: auto;
    }

    .title-patients-mob {
        width: 95.81%;
        position: unset !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: center;
        gap: calc(16 / 430* 100vw);
        margin: 3% 0;
    }

    .title-patients-mob h3 {
        color: var(--third-color-theme);
        font-family: Gordita;
        font-size: calc(20 / 430* 100vw);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .tp-line {
        width: calc(282 / 430* 100vw);
        height: 1px;
        background: #CEDFFF;
    }

    .menu-view-btn {
        width: 5%;
    }

    .square-mode-menu {
        left: unset;
        right: 5%;
        top: 20%;
        width: 30%;
        height: 12%;
        padding: 3%;
    }

    .square-icon,
    .view-icon {
        width: 10%;
    }

    .arrow-icon {
        width: 4%;
        height: auto;
    }

    .square-mode p,
    .view-columns p {
        font-size: clamp(7px, 1.9vw, 225px);
        margin: 0 10%;
    }

    /* nav */

    /* Patient data */
    .patients-data {
        width: 95.81%;
        height: 80%;
        align-self: center;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .pd-content {
        position: unset;
        width: 95.8%;
        height: 100%;
        padding: 5% 0;
    }

    .pd-group-inputs-cont {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin: 0;
        overflow-y: auto;
        padding-bottom: 80%;
    }

    .pd-group-inputs-cont::-webkit-scrollbar {
        display: none;
    }

    .pd-inputs-cont1 {
        width: 100%;
        height: auto;
        align-items: center;
        gap: 35px;
        padding: 5% 0 8% 0;
        justify-content: unset;
    }

    .pd-profile {
        width: 87.86%;
        height: fit-content;
    }

    .pd-profile-img {
        width: calc(82 / 430* 100vw);
        height: calc(82 / 430* 100vw);
    }

    .pd-profile-img > img {
        width: 100%;
        height: 100%;
    }

    .pd-profile-text {
        width: 75%;
    }

    .pd-profile-text > h3 {
        font-size: clamp(10px, 3.72vw, 22px);
    }

    .pd-profile-text > label {
        align-items: center;
        width: 100%;
        justify-content: unset;
        gap: 5%;
    }

    .pd-profile-text > label > input {
        width: 15px;
        height: 15px;
    }

    .pd-profile-text > label > h4 {
        font-size: clamp(7px, 2.276vw, 20px);
    }

    .pd-inputs {
        height: auto;
        width: 87.86%;
        gap: 20px;
    }

    .pd-inputs1 {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .pd-inputs1 > label {
        width: 100%;
        height: 100%;
        gap: 10px;
    }

    .pd-inputs1 > label > h3 {
        font-size: clamp(10px, 3.30vw, 20px);
    }

    .pd-inputs1 > label > input {
        width: 100%;
        height: 55px;
        font-size: clamp(1rem, 2.87vw, 20px);
        border-radius: 10px;
        z-index: 1;
    }

    .pd-inputs1 > label > input::placeholder {
        font-size: clamp(1rem, 2.87vw, 20px);
    }

    .pd-inputs2 {
        width: 87.86%;
        height: auto;
        gap: 30px;
    }

    .pd-gender {
        width: 100%;
        gap: 15%;
        justify-content: unset;
        align-items: center;
    }

    .pd-gender > label {
        width: auto;
        height: auto;
        align-items: center;
        gap: 10px;
    }

    .pd-gender > label > input {
        width: 15px;
        height: 15px;
    }

    .pd-gender > label > h3 {
        font-size: clamp(10px, 3.12vw, 22px);
    }

    .pd-inputs-cont2 {
        width: 100%;
        height: auto;
    }

    .pd-clinical-condition {
        width: 87.86%;
        height: 100%;
        padding: 6% 0;
        gap: 25px;
    }

    .pd-clinical-condition > h2 {
        width: 87.2%;
        font-size: clamp(15px, 4.65vw, 30px);
    }

    .inputs-cc{
        width: 87.2%;
    }

    .inputs-cc > label {
        gap: 5%;
    }

    .inputs-cc > label > input {
        width: 15px;
        height: 15px;
    }

    .inputs-cc > label > h3 {
        font-size: clamp(10px, 3.42vw, 20px);
        text-align: unset;
    }

    .pd-text-general-notes {
        font-size: clamp(13px, 4.19vw, 26px);
    }

    .pd-clinical-condition > textarea {
        width: 87.2%;
    }

    .pd-btn-next {
        position: fixed;
        bottom: calc(120 / 430* 100vw);
        left: 0;
        margin: auto;
        right: 0;
        z-index: 25;
        width: auto;
        width: 90%;
        height: 6%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .delete-case-btn {
        position: static;
        z-index: 25;
        width: 45%;
        height: 100%;
        margin: unset;
        font-size: clamp(11px, 3.37vw, 22px);
        border-radius: 5px;
        box-shadow: var(--test);
    }

    .pd-btn-next > a {
        width: 45%;
        height: 100%;
        font-size: clamp(11px, 3.37vw, 22px);
    }
    /* Patient data End*/


}

    @media  screen and (max-width: 768px) {
        .ms-content {
            gap: 15px;
        }
    
        .ms-input-name, 
        .ms-input-email, 
        .ms-input-issue, 
        .ms-input-describe 
        {
            gap: 8px;
        }
    
        .ms-input-name > input, 
        .ms-input-email > input, 
        .ms-input-issue > div > select
        {
            height: 55px;
        }
    
        .ms-input-describe > textarea {
            height: 120px;
        }
    
        .ms-btn-container {
            height: 30px;
        }
    
        .modal-notification {
            height: 330px;
        }
    }

    @media  screen and (max-width: 480px) {

        .ms-content {
            gap: 10px;
        }
    
        .ms-input-name, 
        .ms-input-email, 
        .ms-input-issue, 
        .ms-input-describe 
        {
            gap: 8px;
        }
    
        .ms-input-name > input, 
        .ms-input-email > input, 
        .ms-input-issue > div > select
        {
            height: 35px;
        }
    
        .ms-input-describe > textarea {
            height: 100px;
        }
    
        .ms-btn-container {
            height: 20px;
        }

        .modal-notification {
            height: 330px;
        }
    
        .modal-notification {
            height: 280px;
        }

        .pd-btn-next {
            height: 4%;
        }
    }

