@media screen and (max-width: 1200px) {
    /* Hide scrollbar for Chrome, Safari and Opera */
    ::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    * {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .HeaderTabs {
        display: none;
    }

    .SideMenuBtn {
        display: flex;
        position: absolute;
        left: 10px;
        top: 20%;
        width: auto;
        height: 60%;
        aspect-ratio: 1/1;
        background: none;
        border: none;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    .SideMenuBtn .setbg {
        display: block;
        margin: 0 auto;
        width: 100%;
        aspect-ratio: 1/1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .BannerQuote {
        top: 8%;
        right: 0%;
    }

    .Nose3DGh {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.2;
    }

    .ReviewsSliderParent {
        margin: 0 auto;
        width: 100%;
        padding: 33px;
    }

    .Banner .container {
        width: 95%;
        max-width: unset;
        padding: 0;
    }

    .HomeAbout .container {
        width: 95%;
        max-width: unset;
        padding: 0;
    }

    .SocialMediaArtParent {
        display: none;
    }

    .SocialMediaParent {
        width: 100%;
        max-width: unset;
        padding: 0;
        margin: 0 auto;
        flex: unset;
    }

    .SocialMedia .row {
        margin: 0 auto;
        width: 100%;
        padding: 0;
        flex-wrap: unset;
    }

    .SocialMediaPostsGH {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }


    .SocialMediaPostItem {
        width: 45%;
        max-width: unset;
    }

    .SocialMediaArtFade {
        display: none
    }

    .EarliestAppointments {
        position: relative;
        z-index: 2;
        background: #000000;
    }

    .EarliestAppointmentsVideo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.1;
        filter: grayscale(1) brightness(85%);
    }


    .EarliestAppointments .col-lg-6 {
        max-width: unset;
        width: 100%;
    }

    .SideMenuInner {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99999999999;
    }

    .SideMenuFade {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #9f9f9f;
        opacity: 0.5;
    }

    .SideMenuDiv {
        position: fixed;
        left: 0;
        top: 0;
        width: 450px;
        height: 100%;
        background: #1e1e1e;
        overflow-y: auto;
        max-width: 80%;
        padding: 20px;
        box-shadow: -19px 0px 70px -21px #ffffff1c;
    }

    .SideMenuLogo {
        display: block;
        margin: 29px auto;
        width: 67%;
        aspect-ratio: 1/0.5;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .SideMenuDiv ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }

    .SideMenuDiv ul li {
        display: block;
        margin: 0 auto;
        width: 100%;
        color: aliceblue;
        padding: 24px 20px;
        font-size: 24px;
        border-bottom: solid 1px #3d3d3d;
        position: relative;
        padding-right: 40px;
        font-weight: 200;
    }

    .SideMenuDiv ul li i {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        height: 100%;
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 17px;
    }

}
