@media screen and (max-width: 767px) {
    .HeaderCol ul {
        display: none;
        background: #fff;
        position: fixed;
        height: 100%;
        top: 0px;
        right: 0;
        width: 75%;
        padding-top: 20px;
        box-shadow: -3px 2px 11px 1px #1c1919d1;
        z-index: 10;
    }
    .HeaderCol ul li {
        width: 100%;
    }
    .LogoImage {
        width: 90px;
    }
    .HomeLogo img {
        width: 90%;
    }
    .BorderButton {
        padding: 10px 12px;
        font-size: 13px;
    }
    .hamburgericon {
        display: block;
    }
    .HeaderRow {
        padding: 15px 0px 10px 0px;
    }
    .HeaderCol ul li a {
        color: #0c0c0c;
        font-weight: 500;
        display: block;
        padding: 15px 15px;
        border-bottom: 1px solid #efefef;
        width: 100%;
    }
    .HeaderCol ul li a:first-child {
        border-top: 1px solid #efefef;
    }
    .closeicon {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
        justify-items: flex-end;
        width: 100%;
        justify-content: flex-end;
    }
    .ContactUsPage form {
        width: 100%;
        display: block;
    }
    .form-group input,
    .form-group textarea {
        box-sizing: border-box;
    }
    .PdfViverBox {
        flex-flow: wrap;
    }
    .LeftSidebar {
        width: 100%;
    }
    .RightSidePDFViwer {
        width: 100%;
    }
    iframe {
        width: 100%;
        height: 80vh;
        /* Adjust height as needed */
        border: none;
    }
    .submenu {
        display: flex;
        justify-content: flex-start;
        gap: 24px;
    }
    .LeftSidebar2 {
        width: 100%;
    }
    .RightSidePDFViwer2 {
        width: 100%;
    }
    .TabDesign li {
        width: 100%;
    }
    .TabDesign li {
        border-right: none;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    .TabDesign li:last-child {
        border-right: none;
        border-bottom: none;
    }
    .TabDesign {
        flex-wrap: wrap;
    }
    .miniHeader p {
        font-weight: 600;
        text-align: left;
    }
    .LeftSidebar ul li a {
        font-size: 14px;
    }
    .miniHeader {
        padding: 30px 0px 35px 0px;
    }
    .closeicon img {
        margin-right: 15px;
    }
    .overly {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: none;
        z-index: 9;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }
}