@media only screen and (max-width:767px) {
    .container {
        max-width: 95%;
    }

    /* header */
    .nav-bar {
        padding: 10px 18px;
        height: 42px;
    }
    .nav-bar .logo{
        width: 50%;
    }

    header .btn {
        font-size: 12px;
        padding: 4px 24px;
        line-height: 20px;
    }

    .logo img {
        width: 100%;
    }
    .scrolled .nav-bar{
        padding: 10px 18px;
    }
    .scrolled .nav-bar{
       display: none;
    }
    /* header */

    /* section1 */
    .section1 {
        background-image: url('../images/banner/mbg.webp');
        padding-top: 85px;
        padding-bottom: 0px;
    }

    .banner-area {
        flex-direction: column;
    }

    .banner-content {
        width: 100%;
    }

    .title {
        font-size: 32px;
    }

    .title-text {
        font-size: 16px;
    }

    .pointer ul {
        gap: 10px;
    }

    .pointer ul li {
        font-size: 14px;
        line-height: 1.2;
    }

    .pointer-icon img {
        width: 22px;
        height: auto;
    }

    .banner-image img {
        right: 0px;
        width: 100%;
        top: 32px;
    }
    .section1 .btn {
        padding: 8px 44px;
        font-size: 18px;
    }
    .mrp_price{
        margin-right: 0px;
    }

   .gst-text {
        display: block;
        margin-top: 10px;
    }

    .price_text {
        display: block;
    }
    .main_header{
        margin-top: 15px;
    }
    .ofer_tag img {
        display: block;
        max-width: 70%;
    }
    .pp-price{
        display: flex;
        align-items: center;
        gap: 10px;
    }


    /* section1 */

    /* section2 */
    .section2{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .page-title h2 {
        font-size: 25px;
        line-height: 1.3;
    }

    .page-title p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
    }

    .customer-logos {
        display: flex;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        -webkit-mask-image: linear-gradient(to right,
                transparent 0%,
                black 10%,
                black 90%,
                transparent 100%);
        mask-image: linear-gradient(to right,
                transparent 0%,
                black 10%,
                black 90%,
                transparent 100%);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .customer-logos img {
        width: 150px;
        padding: 0 15px;
    }

    .logos-slide {
        display: flex;
        align-items: center;
        animation: scroll 20s linear infinite;
        flex-shrink: 0;
    }

    .customer-logos img {
        object-fit: contain;
        transition: filter 0.3s ease;
        border-right: 1px dashed #D6D8D1;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .web {
        display: none;
    }
    .mweb-slide{
        display: block !important;
    }

    /* section2  */

    /* section3 */
    .section3 {
        padding-top: 40px;
        padding-bottom: 40px;
        background-size: 100% 100%;
        overflow: hidden;
    }
    .section3 .page-title h2 .web_br{
        display: none;
    }

    .card-inner {
        left: 0px !important;
        padding: 22px;
        height: 328px;
    }

    .section3 .swiper {
        width: 246px;
        height: 328px;
    }
    .section3 .swiper-slide-active{
        box-shadow: 0 4.475px 19.018px 0 rgba(0, 0, 0, 0.25);
    }
    .swiper-3d .swiper-slide-shadow {
        background: #fff !important;
        border: 1px solid #DDFFC7 !important;
        border-radius: 9px !important;
    }
    .card-inner{
        box-shadow: inherit;
    }
    .card-inner:hover {
        transform: scale(1);
    }
    /* section3 */

    /* section4 */
    .section4{
        padding-top: 40px;
        padding-bottom: 40px;
        background-image: url('../images/bg-1.png');
        background-size: 103% 103%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .section4 .mweb-slide .card-slider .feature-content p{
        height: 80px;
    }
    .feature-grid{
        width: 100%;
    }
    .feature-top-grid{
        grid-template-columns: 1fr;
    }
    .feature-card.card2{
        flex-direction: column;
        gap: 15px;
    }
    .feature-area{
        width: 100%;
    }
    .feature-card{
        margin-bottom: 25px;
    }
    .feature-content p{
        font-size: 15px;
    }
    .section4 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets{
        bottom: -3px !important;
    }
    .section4 .swiper-pagination-bullet-active{
        background: #000 !important;
    }
    .section4 .swiper-pagination-bullet{
        background: #D7D7D7;
                opacity: 1;
    }

    .ellipse2{
        left: 0px;
    }
    /* section4 */

    /* section5 */
    .section5{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .software-area{
        width: 100%;
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
    .software-img img{
        width: 100%;
        border-radius: 5px;
    }
    .stats-grid{
        max-width: 100%;
    }
    .stats-grid{
        grid-template-columns: 1fr;
    }
    .software-content{
        padding-right: 0px;
        width: 100%;
    }
    .ellipses{
        display: none;
    }
    .software-area{
        border: none;
    }
    .tag-area{
        flex-wrap: wrap;
        gap: 22px;
    }
    .section5 .page-title h2{
        margin-bottom: 0px;
    }
    .section5 .page-title{
        margin-bottom: 20px;
    }
    .section5 .stat-card{
        margin-bottom: 20px;
    }
    .section5 .swiper-slide{
        padding-bottom: 20px;
    }
    .section5 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets{
        bottom: -3px !important;
    }
    .section5 .swiper-pagination-bullet-active{
        background: #009248 !important;
    }
    .section5 .swiper-pagination-bullet{
        background: #009248;
    }
    .tag-text h3{
        font-size: 14px;
        line-height: 1.3;
    }
    /* section5  */

    /* section6 */
    .section6{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .antivirus-area{
        flex-direction: column;
    }
    .product-content{
        width: 100%;
    }
    .product-price{
        margin: 0px auto;
    }
    .anti-price-area .mrp_price{
        margin-right: 0px;
            opacity: 1;
    }
    /* section6 */

    /* section7 */
    .section7 .page-title{
        margin-bottom: 30px;
    }
    .section7 .page-title h2{
        text-align: center;
    }
    .section7 .page-title p{
        text-align: center;
        font-size: 16px;
    }
    .tt-area{
        padding: 0px;
        border: none;
    }
    .testi-wrap{
        display: none;
    }
    .tt-card{
        margin-bottom: 20px;
    }
    .user-info h3{
        color: #000;
        font-family: "Mier B";
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
         margin-bottom: 2px;
    }
    /* section7 */

    /* section8 */
    .section8{
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .partners-area{
            flex-flow: wrap-reverse;
            gap: 10px;
    }
    .partners-area img{
        width: 65px;
        height: auto;
        border-radius: 16px;
    }
    .partners-area::before{
        display: none;
    }
    .partners-area:after{
        display: none;
    }
    .white-bg{
        top: 72px;
    }
    .testimonial-wrapper{
  display: block;
}
    /* section8 */

    /* footer */
    .footer_upper{
        justify-content: center;
    }
    .follow-links{
        flex-direction: column;
        gap: 20px;
    }
    .footer_logo img{
        margin-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        padding-bottom: 12px;
    }
    
    /* footer */

    .price-sticky{
  display: block;
}

}
