

@media only screen and (max-width: 767px){

    


    .homebanner-sec {
        width: 100%;
        padding: 100px 0;
        text-align: center;
    }

    .home-twosec {
        text-align: center;
    }

    .home-twosecleft {
        margin-bottom: 40px;
    }

    .home-twosecright img {
        max-width: 100%;
    }

    .homethree-cmnbox {
        margin-bottom: 20px;
    }

    .homefour-sec {
        text-align: center;
    }

    .homefour-sec .row {
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
        flex-direction: column-reverse;
    }


    .homefour-left .row {
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
        flex-direction: column;
    }

    .homefour-left img {
        max-width: 34% !important;
    }

    .homefour-left {
        margin-top: 30px;
    }

    .contactform-sec p {
        margin: 0 0% 50px;
    }   

    .footercmn-center {
        margin-left: 0%;
    }

    .footercmn-end {
        float: left;
    }

    .footercmn {
        margin-bottom: 20px;
    }

    ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        margin-left: 0%;
    }
    
    div#navbarSupportedContent {
        padding-bottom: 20px;
    }

    .about-sec {
        padding: 60px 0%;
    }

    .leftbox-imgabout {
        height: auto;
        padding: 20px;
    }

    .contactform-wp {
        text-align: center;
    }

    .header-wp {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 9;
    }

    .about-wp {
        padding-top: 140px;
    }

    .homebanner-wp {
        padding-top: 140px;
    }

    .homebanner-sec {
        width: 100%;
        text-align: center;
        padding: 70px 0;
    }

    .home-twosec .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .home-twosec img {
        margin-bottom: 40px;
    }

    .home-twosec img {
        margin-bottom: 40px;
    }

}