@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: 0px;
}
    
    
    .about-content {
    position: relative;
    width: 100%;
    margin-top: 1px !important;;
}
    
    .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%;
}
    .conatct-form .btn-success {
  background-color: #4caf50;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  width:155px;
} 
.button-contact{
    margin-bottom:10px;
}
.inner-blogbg {
  background: url(../img/blogs_mob.png);
  background-size: cover;
  min-height: 130px;
  display: flex;
  align-items: center;
}
.inner-sollarbg {
  background: url(../img/sollar_mob.png);
  background-size: cover;
  min-height: 130px;
  display: flex;
  align-items: center;
}
.inner-spdbg {
  background: url(../img/spd_mob.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 130px;
  display: flex;
  align-items: center;
}
.inner-banerbg {
  background: url(../img/contact_mob.png);
  background-size: cover;
  min-height: 130px;
  display: flex;
  align-items: center;
}



    
}
/* Ensure both buttons stay side-by-side even on small screens */
@media (max-width: 576px) {
  .button-row {
    flex-wrap: nowrap !important;
    width: 100%;
    padding: 0 10px;
  }

  .button-row .btn {
    flex: 1;
    font-size: 14px;
    white-space: nowrap;
  }
}
