

@media only screen and (max-width: 1280px) {




}


@media only screen and (max-width: 912px) {
.upper-nav {
    display: none;
}



}



















/* start footer */


@media only screen and (max-width: 1280px) {
.foot-3 {
    width: 32%;
}



}


@media only screen and (max-width: 912px) {
.footer-con {
    flex-direction: column;
    gap: 50px;
}

.foot-1 {
    width: 100%;
    text-align: center;
}
.foot-contact-area {
    justify-content: center;
}
.foot-2 {
    width: 59%;
    text-align: center;
}
.foot-logo {
    width: 67%;
    margin: 0 auto;
}
.foot-2 p {
    width: 100%;
}
.foot-3 {
        width: auto;
    }
.foot-top {
    flex-wrap: wrap;
    gap: 20px;
}
.foot-top-area p {
    border-right: none;
}



}


/* end footer */


















