@media (max-width: 800px) {
    .HeaderLogoParent h6 {
        display: none;
    }

    .HeaderLogo img {
        height: 40px;
    }

    .SideMenuBtn {
        height: 40px;
        font-size: 30px;
    }

    .SideMenuDiv ul li {
        font-size: 15px;
    }

    .SideMenuDiv ul li ul li {
        font-size: 13px;
        line-height: 3;
        width: 104%;
        left: -2%;
        position: relative;
    }

    .BannerDiv h1 {
        font-size: 35px;
        line-height: 1.6;
    }

    .BannerDiv p {
        margin: 0px auto;
        text-align: unset;
        font-size: 17px;
    }

    .BannerInner {
        min-height: 100vh;
        height: fit-content;
    }

    .AboutDiv h1 {
        font-size: 30px;
    }

    .AboutCountersItem {
        border: none !important;
        padding: 0 0;
    }

    .OurServicesItem {
        width: 100%;
        aspect-ratio: 1 / 1;
        margin: 10px auto;
    }

    .OurServicesItemDetails h2 {
        font-size: 18px;
    }

    .ClientsInner h1 {
        font-size: 19px;
        padding: 9px 0;
    }

    .ClientsInner {
        padding: 18px 20px;
    }

    .GetConsultationFormRow {
        margin: 15px auto;
        width: 100%;
    }

    .HomeSectionHeader h1 {
        font-size: 25px;
    }

    .OurServices {
        padding: 40px 0 0;
    }

    .GetConsultation {
        padding: 33px 0;
    }

    .HomeSectionHeader p {
        font-size: 17px;
    }

    .NewsItem {
        width: 100%;
        margin: 15px auto;
    }

    .FaqItem h4 {
        font-size: 17px;
    }

    .FaqItemOpened p {
        display: block;
        font-size: 13px;
    }

    footer {
        padding: 0 0 90px;
    }

    .BannerDiv {
        margin: 0 auto;
        width: 90%;
    }

    .StoryShowImage {
        aspect-ratio: 1 / 1;
    }

    .StoryShowMain h1 {
        font-size: 25px;
    }

    .StoryShowMain p {
        font-size: 17px;
    }

    .AboutPageIntroduction video {
        aspect-ratio: 1 / 1;
    }

    .ContactCover {
        padding: 20px;
    }

    .ContactCoverInner h1 {
        font-size: 35px;
    }

    .ContactCoverInner p {
        font-size: 20px;
    }

    .ContactCover video {
        opacity: 0.3;
    }

    .ContactPageBody h1 {
        font-size: 19px;
    }

    .ContactPageSocialMedia a {
        margin: 5px;
    }

    .SolutionsItem {
        margin: 15px auto;
        width: 100%;
        padding-left: 100px;
    }

    .SolutionsItem .setsrc {
        width: 80px;
    }

    .SolutionShowCover {
        padding: 25px;
    }

    .SolutionShowCover h1 {
        font-size: 24px;
    }

    header {
        position: fixed;
        z-index: 9999;
    }

    .FooterSection {
        margin: 0 auto;
        width: 96%;
        border-bottom: solid 1px #0000002b;
        padding: 15px 0;
    }

    .FooterSectionLogo {
        display: block;
        margin: 0 auto 20px;
        width: auto;
        height: 55px;
    }

    .SolutionShowFullDesGH {
        padding: 10px;
    }

}
