@media all and (max-width: 767px) {
    
   .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    display: block;
    text-align: left;
    width: 100%;
    justify-content: flex-end;
}
    
    
 .topmenu a {
    color: #fff;
    margin-left: 31px;
    font-size: 16px;
}   
    
    
    .content-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
    
.content-2 p {
    font-size: 27px;
    color: #000;
    margin-bottom: 1px;
    font-weight: 600;
}
    
.content-2 p {
    font-size: 17px;
    color: #000;
    margin-bottom: 18px;
    font-weight: 700;
}
    
    
 .content-2 h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}   
    
    
  .content-2 a {
    background-color: #1d5604;
    color: #fff;
    border-radius: 5px !important;
    display: inline-block;
    line-height: 15px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.7s 
ease-in-out;
    transition: all 0.7s 
ease-in-out;
    position: relative;
    z-index: 1;
    border: none;
    padding: 14px 28px 14px;
    border-radius: 0;
    color: #fff;
    overflow: hidden;
    border: 1px solid transparent;
    /* white-space: nowrap; */
    font-size: 16px;
}
    
    
    .content-2 h4 {
    font-size: 20px;
}
    
    .sec-title h2 {
    font-size: 29px;
    font-weight: 700;
}
    
    .producthome-wrap {
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgb(0 2 0 / 25%);
    box-shadow: 0 0 3px rgb(0 2 0 / 25%);
    border: 1px solid #d1caca;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
}
    
    .pt-40 {
    padding-top: 40px;
}
    
    
.pb-40 {
    padding-bottom: 40px;
}
    
    
    .about-content {
    position: relative;
    width: 100%;
    margin-top: 99px;
}
    
    .about-content p {
    font-size: 15px;
    text-align: justify;
}
    
    
 .innerbanner-content h3 {
    font-size: 25px;
    color: #fff;
}   
    
.inner-banerbg {
    background: url(../img/product-d.png);
    background-size: cover;
    min-height: 100px;
    display: flex
;
    align-items: center;
}
    
    .btn-green {
    font-size: 16px;
    color: #fff;
    padding: 14px 38px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #469822;
    display: inline-table;
    width: 100%;
    margin-bottom: 20px;
}
    
    .btn-outline1 {
    width: 100%;
}
    
    
    
    
    
    
}