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

    .no-desk {
        display: flex;
    }

    .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);
    }

    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(114 / 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 */

    /* select date time */
    .select-date-time {
        width: 95.81%;
        height: 80%;
        align-self: center;
        overflow-y: auto;
    }

    .select-date-time::-webkit-scrollbar {
        display: none;
    }

    .sd-content {
        width: 100%;
        height: auto;
        padding-bottom: 50%;
    }

    .sd-content > div {
        width: 82.28%;
        height: auto;
        margin-top: 7%;
        padding: 0;
    }

    .calendar-container {
        width: 100%;
        height: auto;
        padding: 10% 0;
        gap: 40px;
    }

    .calendar-container h2 {
        font-size: clamp(11px, 3.4vw, 30px);
        width: 85%;
        align-self: center;
    }

    .calendar-content > div {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .change-month-buttons {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: unset;
        width: 85%;
        align-self: center;
        gap: 30px;
    }

    .cmb-content {
        width: 100%;
    }

    .cmb-content > div {
        gap: 40px;
    }

    .cmb-content h3 {
        font-size: clamp(11px, 3vw, 30px);
    }

    .arrow-left-img,
    .arrow-right-img {
        width: 40px;
    }

    .date-display {
        width: 50%;
        justify-content: unset;
        gap: 10%;
    }

    .change-month-buttons h4 {
        font-size: clamp(10px, 2.4vw, 30px);
    }

    .calendar-content p {
        font-size: clamp(8px, 3vw, 30px);
        width: 70px;
        text-align: center;
    }

    .week-calendar {
        width: 85%;
    }
    
    .title-week {
        justify-content: space-between;
    }

    .days-calendar1,
    .days-calendar2,
    .days-calendar3,
    .days-calendar4,
    .days-calendar5 {
        justify-content: space-between;
        margin-top: 5%;
    }

    .days-calendar1 li,
    .days-calendar2 li,
    .days-calendar3 li,
    .days-calendar4 li,
    .days-calendar5 li {
        width: 70px;
        height: 70px;
    }

    .eastern-time-container {
        padding: 0;
        justify-content: center;
        margin-top: 10%;
    }

    .img-eart {
        width: 5%;
        height: auto;
    }

    .timezone-select {
        font-size: clamp(8px, 3.5vw, 30px);
    }

    .buttond-date-time {
        width: 85%;
        gap: 40px;
    }

    .buttond-date-time button {
        width: 100%;
        font-size: clamp(8px, 3.5vw, 30px);
    }

}

@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;
    }

    .calendar-container {
        gap: 30px;
    }

    .arrow-left-img, 
    .arrow-right-img {
        width: 20px;
        height: 20px;
    }

    .calendar-content p {
        width: 50px;
    }

    .days-calendar1 li, 
    .days-calendar2 li, 
    .days-calendar3 li, 
    .days-calendar4 li, 
    .days-calendar5 li {
        width: 50px;
        height: 50px;
    } 

    .buttond-date-time {
        gap: 30px;
    }
}

@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: 280px;
    }
    .calendar-container {
        gap: 20px;
    }

    .arrow-left-img, 
    .arrow-right-img {
        width: 15px;
        height: 15px;
    }

    .calendar-content p {
        width: 30px;
    }

    .days-calendar1 li, 
    .days-calendar2 li, 
    .days-calendar3 li, 
    .days-calendar4 li, 
    .days-calendar5 li {
        width: 30px;
        height: 30px;
    } 

    .buttond-date-time {
        gap: 20px;
    }
}


