@media only screen and (max-width:820px){
    .nav-list{
        display: flex;
        flex-direction: column;
    }
    .menubar{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 0.7s ease-out;
        height: auto;
        max-width: 100%;
    }

    ul li:hover ul.dropdown{
        display: block;
    
      }

      .menubar .active {
        background-color: #2b96c0;
      }
    
    .section1 .aguarheading{
        display: none;
    }
  .section{
        flex-direction: column;
    }
.paras{
        padding: 0px;
    }

    .industriesweserveRow{
        display: flex;
     flex-wrap: wrap;
    }
    .contactInfo{
        display: flex;
     flex-wrap: wrap;
    }
.section{
        display: flex;
     flex-wrap: wrap;
    }
    
    .burger{
        position: absolute;
        cursor: pointer;
        right: 3%;
         top: 11%;
        display: block;
    }
    .line{
        width:33px;
        background-color:#112C66;
        height: 4px;
        margin: 3px 3px;
    }
    .h-nav{
        height: 65px;
    }
    .v-class{
        opacity:0;
    }
    .chemicalMainSection{
        display: flex;
        flex-wrap: wrap;
		justify-content: center;
    }
    .chemicalMainSection1{
        width: 100%;
        }
        
    .chemicalMainSection2{
          width: 100%;
          }
    .chemicalRow2 img{
        width: 70%;
    }
    .chemicalProducts{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .chemicalColumn,.chemicalRow{
        width: 100%;
    }
    .chemicalRow{
        width: 100%
    }
	#special{
	width : 70%;}
    
}


  