/* media query  max 575px start */

/* home page query start */
@media screen and (max-width: 575px) {

    /* .container {
        text-align: center;
    } */

    /* header top */
    .header-top p {
        font-size: var(--font-xlg);
    }

    /* header bottom */
    .header-bottom {
        padding: var(--p-1) 0;
    }

    .hbl p {
        font-size: var(--font-xlg);
    }

    .hbr ul li {
        display: flex;
    }

    .hbr ul li a {
        font-size: var(--font-xlg);
    }

    /* hero sec query start */
    .hero-sec {
        flex-direction: column;
    }

    .hero-sec-left {
        width: var(--container-fluid);
    }

    .line {
        width: 10vw;
        height: 0.4vw;
        margin-top: var(--p-2);
    }

    .ptext {
        font-size: var(--font-xxlg);
    }

    .hs-heading h1 {
        font-size: var(--font-xbig);
    }

    .sn,
    .ba {
        font-size: var(--font-lg);
    }



    /* hero sec query end */

    /* home page query end */




}

/* media query max 575px end */