@media only screen and (max-width: 500px) {
    .varshalogo {
        width: 180px;
    }
    section {
        padding: 10px 0;
        margin: 0px 0;
    }
    .left-section label {
        display: none;
    }
    .header h1 {
        font-size: 1.8rem;
    }
    .header h5 {
        font-size: 1rem;
    }
    /* .header .icons{
    display: flex;
} */
    .header .subhead {
        padding-left: 10px;
    }
    .icons .imgicons {
        width: 55px;
        margin-bottom: 10px;
    }
    .subsection h1 {
        font-size: 1.2rem;
    }
    .subsection p {
        margin-top: 0;
        font-size: 0.9rem;
    }
    .subsection br {
        display: none;
    }
    /* .left-section .banner{
    display: none;
} */
    .copper img {
        width: 100% !important;
        margin: -30px 0px 20px 0;
        height: 60vh;
        padding: 0px;
    }
    .qualitysection .power {
        margin-top: 15px;
    }
    .ourproducts p {
        width: 100% !important;
        font-size: 0.8rem;
    }
    .mobile {
        display: block;
    }
    .footerbanner {
        background-image: none;
        height: auto;
    }
    .Elevate {
        font-size: 17px;
    }
    .elevation p {
        font-size: 12px;
    }
    .product p {
        padding: 15px 10px 10px 10px;
    }
    .footer img {
        width: 60%;
    }
    .footer p {
        font-size: 16px;
        padding: 12px !important;
    }
    .text p {
        font-size: 18px !important;
        margin-top: -30px !important;
    }
    .text .address {
        font-size: 18px !important;
        margin-top: -20px !important;
    }
    .copyright h5 {
        font-size: 16px !important;
    }
    .footericons .follow {
        margin-top: 10px !important;
    }
    button.btn-warning {
        display: block !important;
    }
    p a {
        display: none !important;
    }
    .contactdetails {
        display: none;
    }
    .formore {
        display: none;
    }
    .footericons i.fa-brands.fa-whatsapp {
        width: 40px;
    }
}

@media screen and (max-width: 1399px) {
    .icons .imgicons {
        /*width: 66px;*/
        margin-bottom: 10px;
    }
    .foremoree {
        width: 380px;
    }
    .imgicons {
        margin-left: 0px;
    }
    .elevation br {
        display: none;
    }
}