@media(max-width:477px) {
    /*header*/
    #header {
        padding: 10px 30px;
    }
    #navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 200px;
        background-color: #E3E6F3;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        padding: 80px 0 0 10px;
        transition: 0.3s;
    }
    /*header*/
    /*hero*/
    #hero {
        padding: 0 20px;
        background-position: 55%;
    }
    #hero h2 {
        font-size: 32px;
    }
    #hero h1 {
        font-size: 38px;
    }
    /*hero*/
    /*feature*/
    .section-p1 {
        padding: 20px;
    }
    #features {
        justify-content: space-between;
    }
    #features .fe-box {
        width: 150px;
        margin: 0 0 15px 0;
    }
    /*feature*/
    /*product*/
    #Product1 .pro {
        width: 100%;
    }
    /*product*/
    #banner {
        height: 40vh;
    }
    /*banner*/
    /*large bannner*/
    #sm-banner .banner-box {
        height: 40vh;
    }
    #sm-banner .banner-box:nth-child(2) {
        margin-top: 20px;
    }
    /*large bannner*/
    /*small bannner*/
    #banner3 {
        padding: 0 20px;
    }
    #banner3 .banner-box {
        width: 100%;
    }
    /*small bannner*/
    /*form*/
    #newsletter .form {
        width: 100%;
    }
    #newsletter {
        padding: 40px 20px;
    }
    /*form*/
    /*banner*/
    /*shop*/
    #page-header h2 {
        font-size: 30px;
    }
    #prodeatils {
        flex-direction: column;
    }
    #prodeatils .single-pro-image {
        width: 100%;
        margin-right: 0;
    }
    #prodeatils .single-pro-details {
        width: 100%;
    }
    /*shop*/
    /*blog*/
    #blog .blog-box {
        flex-direction: column;
        align-items: flex-start;
    }
    #blog .blog-box .blog-img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    #blog .blog-box .blog-details {
        width: 100%;
    }
    #blog {
        padding: 100px 20px 0 20px;
    }
    /*blog*/
    /*about*/
    #about-head {
        flex-direction: column;
    }
    #about-head img {
        width: 100%;
        margin-bottom: 20px;
    }
    #about-head div {
        padding-left: 0px;
    }
    #about-app .video {
        width: 100%;
    }
    /*about*/
    /*contact*/
    #contact-details {
        flex-direction: column;
    }
    #contact-details .details {
        width: 100%;
        margin-bottom: 30px;
    }
    #contact-details .map {
        width: 100%;
    }
    #form-details {
        margin: 10px;
        padding: 30px 10px;
        flex-wrap: wrap;
    }
    #form-details form {
        width: 100%;
        margin-bottom: 30px;
    }
    /*contact*/
    /*cart*/
    #cart-add {
        flex-direction: column;
    }
    #coupon {
        width: 100%;
    }
    #subtotal {
        width: 100%;
        padding: 20px;
    }
    /*cart*/
}

@media(max-width:912px) {
    #sm-banner .banner-box {
        min-width: 100%;
    }
}