@media only screen and (max-width: 560px){
    .heroSection::before {
        content: "";
        position: absolute;
        left: 0;
        background-image: url(../img/all.html\ images/mobilebanner.png);
        height: 70vh;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .border3 {
        width: 35px;
        height: 10px;
        margin-top: 0;
    }
    .insideNav img {
        height: 45px;
    }
    .insideSecondIMG img {
        border-bottom-left-radius: 10rem;
    }
    .productGalleryIn {
        flex-direction: column;
    }

    .productGalleryIn2{
        flex-direction: column;
    }

    .insideProductGallery1{
        margin: 3px 0;
    }

    .insideProductGallery2{
        margin: 3px 0;
    }

    .insideProductGallery3{
        margin: 3px 0;
    }

    .insideProductGallery4{
        margin: 3px 0;
        margin-top: 26px;
    }

    .insideProductGallery5{
        margin: 3px 0;
    }

    .itemImgGallery {
        height: 14rem;
        width: 8rem;
    }
    .imgGallery{
        width: 100%;
    }
    
    .sixthSection {
        width: 100%;
        flex-direction: column;
        margin-bottom: 6rem;
    }

    .insideSixthSection {
        width: 90%;
        margin: 0;
    }

    .insideFooter2 h2 {
        font-size: 20px;
    }
    .insideFooterContent h1 {
        font-size: 20px;
    }

    #footerEmail{
        font-size: 20px;
    }

    .insideFooterContent {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 8rem;
        padding: 0;
        margin: 1rem 0.2rem;
    }

    iframe{
        width: 140px;
        height: 150px;
    }
    .insideFooterContent a{
        font-size: 14px;
    }
}