@media (max-width: 1450px) {
    .myContainer {
        width: 1150px;
    }

    .mySliderContainer {
        width: 1250px;
    }
}

@media (max-width: 1350px) {
    .myContainer {
        width: 950px;
    }

    .mySliderContainer {
        width: 1050px;
    }
}

@media (max-width: 900px) {
    .myContainer {
        width: 730px;
    }

    .mySliderContainer {
        width: 830px;
    }

    .sectonTitle {
        gap: 15px;
    }

    .loginCard {
        width: 75vw;
    }

    .loginIamge .loginMainimage {
        height: 268px;
    }


}

@media (max-width: 380px) {
    .myContainer {
        width: 320px;
    }

    .mySliderContainer {
        width: 350px;
    }

    .heroRight img {
        display: none;
    }

    .footarTop .myContainer {
        flex-direction: column;
        gap: 20px;
    }

    .grid2 {
        grid-template-columns: 1fr;
    }

    .howWorkRight {
        justify-content: center;
    }

    .secPBottom {
        padding-bottom: 0;
    }

    .headC {
        display: none;
    }

    .headGrid {
        display: flex;
        justify-content: space-between;
    }

    .loginCard {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100vw;
        border-radius: 0px;
    }

    .loginIamge {
        display: none;
    }

    .loginForm {
        padding: 18px;
    }

    .formItem {
        padding: 10px;
    }

    .formGrid3 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .formGrid2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .dashboardCon {
        display: block;
    }

    .sideBar {
        position: fixed;
        top: 68px;
        left: -100%;
        width: 180px;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        transition: 0.3s ease;
        padding-top: 20px;
    }

    .dashboardMain {
        width: 100%;
    }

    #menuBtn {
        display: flex;
        font-size: 20px;
        cursor: pointer;
        margin-top: 4px;
    }

    .closeBtn {
        border: 1px solid #ddd;
        border-radius: 4px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }

    .dashCards {
        grid-template-columns: repeat(2, 1fr);
    }

    .programCards {
        grid-template-columns: 1fr;
    }

    .noPrograms img {
        width: 300px;
    }

    .profileGrid {
        grid-template-columns: 1fr;
        gap: 0px;
    }


}