@media (max-width: 950px) {
    .servcolwrp{
        flex-direction: column;
        align-items: center ;
    }

    .servwrp{
        margin-top: 25px;
        
    }

    .gallerywrp{
        width: 90%;
        
    }

    .gallerybtm{
        width: 70%;
        
    }

    .srvwrpleft{
        flex-direction: column;
        align-items: center ;
        text-align: center;
        
    }

    .srvwrpright{
        flex-direction: column-reverse;
        align-items: center ;
        text-align: center;
       
    }

    .srvwrplft{
        margin-left: 0px;
    }
    
    .srvwrprgt{
        margin-right: 0px;
        
    }

    .storywrp{
        padding: 0;
        text-align: center;
    }

    .storywrp2{
        padding: 0;
        text-align: center;
    }

    .about img{
        width: 400px; 
        height:auto;
    }

    .vlewrp{
        flex-direction: column  ;    
    }

    .gallery{
        
        justify-content: center;
        
    }

    .gallery img{
        width: 90%;
        height: auto;    
        padding-bottom: 10px;
    
    }

    .productwrpct{
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .f1{
        display: flex;
        flex-direction: column;
        
    }

    .f2{
        display: flex;
        flex-direction: column;
    }

    .f1 input{
        width: 100%;
    }

    .f2 input{
        width: 100%;
    }

    .f4 input{
        width: 100%;
    }
    .f3 {
        display: flex;
        justify-content: space-between;
        
    }

    .navgal{
        flex-direction: column;
    }

    #galnav a{
        text-align: center;
        margin: 15px 0px;
    
    }

  }

  @media (max-width: 600px) {
    .headerwrp{
        
        width: 90%;
    }

    .headerwrpnav{
        
        width: 90%;
    }

    .productwrp{
        width: 90%;
    }
    .ccolwrpct{
        width: 90%;
    }
    .gallery{
        width:100%;
        
    }

    .about img{
        width: 300px; 
        height:auto;
    }

    .bottom{
        
        height: auto;
    }

  }