@media (max-width: 991.98px) {
    .ProductCode {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }
    .AppBox {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }
    .VideoPopup {
        display: none;
    }
    .BannerText h1 {
        font-size: 26px;
    }
    .home-banner {
        padding-top: 85px;
    }
    .MobileImage {
        padding: 50px;
    }
    .MobileDevice video {
        height: auto;
        border-radius: 10px;
        margin: 10px 0px;
    }
    .ScanacartProductLogos {
        margin-top: 15px;
    }
    .Counters {
        display: none;
    }
    .InnerText {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .Heading_Our h2 {
        justify-content: center;
    padding: 0;
    }
    .Heading_Our h2:before {
        display: none;
    }
    .bgcoverwithoverlay {
        position: relative;
        display: flex;
        align-items: end;
        padding-bottom: 50px;
        min-height: 250px !important;
    }
    .HeadingsCommen h2 {
        font-size: 24px;
    }
    .PlanName h4 {
        font-size: 14px;
    }
    .RadioCheck {
        min-width: 28px;
    min-height: 28px;
    }
    .PriceRange h4 {
        font-size: 16px;
    }
    .SaveBar {
        padding: 5px 10px;
        display: flex;
        background: rgb(203 103 255 / 20%);
        font-size: 10px;
        border-radius: 30px;
        justify-content: center;
        align-items: center;
        width: 85px;
    }
    .GetQuote {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 30px;
    }
    .InnerFormBlocks img {
        width: 100%;
    }
    .InnerFormDign {
        padding: 50px 20px;
    }
    .LoginForm {
        padding: 25px;
        position: relative;
        /* top: -100px; */
        background: transparent;
        z-index: 9;
    }
    .BGImg {
        width: 100%;
    }
    /* .LoginPage .col-lg-6 {
        height: 50%;
    } */
    .ForgotForm {
        border-radius: 0px;
    }
    .ForgotLogo {
        position: absolute;
        top: 40px;
        left: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        margin: auto;
        width: 100%;
        flex-direction: column;
    }
    footer {
        padding: 30px 0px;
    }
    .BecomaForm {
        padding: 15px;
    }
    .InnerFormBlocks {
        padding: 15px;
    }
    .WebLogo {
        height: 150px;
    }
    .ForgotPassWordPage .WebLogo {
        height: auto;
    }
    .LoginPage {
        background-image: url(../img/pexels-imin-technology-12935064.jpg);
        background-size: cover;
        background-position: center;
    }
    .LoginPage:after {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 50%);
    }
}