body {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
}

@media only screen and (max-width:768px){
  html,
  body{
    width: 100%;
    overflow-x: hidden;
  }
}

* {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
}

.slick-slide {
  margin: 0 10px;
  /* Adjust the margin as per your preference */
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Optional: add background color with transparency */
  color: #fff;
  /* Optional: text color */
  padding: 20px;
  text-align: center;
}


/*button header*/

.client{
  width: 1200px;
}
.cee{
  margin-left: 130px;
}
.pd6{
  height: 400px;
  width: 1000px;

}

@media screen and (max-width:567px) {
  .client{
    width: 70%;
    text-align: justify;
    margin-left: -130px;
  }
}
.headline1{
  width: 1100px;
}
@media screen and (max-width:567px) {
  .headline1{
    width: 100%;
    text-align: justify;
    margin-left: -10px;
}
.headline2{
font-size: 30px;
}
.btSubTitle5{
text-align: justify;
margin-left: 30px;
}
.bgimg{
  display: none;
}
.p1{
  font-size: 25px;
  text-align: justify;
}
.dash1{
  margin-left: 30px;
}
.brmb{
  margin-left: 50px;
}
.ppi{

}
.brmb2{
  margin-left: 50px;
}
.brmb3{
  margin-left: 50px;
  text-align: justify;
}
.abt1{
  margin-left: 50px;
}
.abt2{
  margin-left: 50px;
}
.abt3{
  margin-left: 50px;
  text-align: justify;
}
.abt4{
  margin-left: 40px;
}
.abt5{
  margin-left: 50px;
}
.abt6{
  margin-left: 50px;
}
.abt7{
  margin-left: 60px;
  
}
.why{
  font-size: 21px;
  margin-left: -19px;
}
.abt10{
  margin-bottom: -200px;
}

.abt11{
  margin-top: 100px;
}
.cert1{
flex-direction: column;
margin-left: 0px;

}
.pd1{
  margin-left: 40px;
}
.pd2{
  margin-left: 40px;
}
.pd3{
  margin-left: 40px;
  text-align: justify;
}
/* .pd4{
margin-left: -230px;
} */
/* .pd5{
  margin-left: -240px;
} */
.pd6{
  margin-left: -240px;
  width: 500px;
}
.pii{
 
}
.pd7{
  margin-left:-240px ;
  margin-top: 20px;
}
.pd8{
  margin-left: -240px;
}
.pd9{
  margin-left: -240px;
 
}
.pd10{
  margin-left: -240px;
  
}
.pd11{
  display: none;
}
.pd12{
  margin-left: -240px;
  text-align: justify;
}
.pd15{
  margin-left: -200px;
}
.pd21{
  margin-left: -230px;
}
.pd22{
  margin-left: -230px;
}
.thy{
  margin-left: 300px;
  max-height: 600px;
}
.hm1{
  margin-left: 40px;
  width: 100%;
}
.cl1{
  margin-left: -120px;
}
.sl1{
  margin-left: 30px;
}
.sl2{
  margin-left: 30px;
}
.pp1{
  margin-top: 40px;
}
.crt1{
  margin-left: -140px;
}
.hm11{
  display: none;
}
.clll1{
  margin-left: -50px;
  width: 220px;
}

.clll2{
  margin-left: -50px;
  width: 180px;
}
.clll3{
  margin-left: -80px;
  width: 200px;
}
.clll4{
  margin-left: -100px;
  width: 220px;

}
.clll5{

}
.clll{

}
}


.abt11{

}

@media screen and (max-width: 567px) {
  .responsive_more_product{
       margin-left: 0px;
  }
  .responsive_more_paragrapgh{
    text-align: justify;
    margin-left: 20px;
    width: 85%;
  }

  .responsive_gallry_container{
    margin-left: 0px;
  }
 

}


@media screen and (min-width: 568px) {
.responsive_more_product{
    margin-left: 180px;
}

.responsive_more_paragrapgh{
 width: 1200px;
}

.responsive_gallry_container{
 margin-left: 190px;
}

}
.gallery-item{
  height: 199px;
}
.table-container {
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 8px;
  border: 1px solid #ddd;
}

.table th {
  background-color: #f2f2f2;
}

/* Mobile view styles */
@media (max-width: 600px) {
  .table-container {
      overflow-x: hidden;
      display: flex;
      flex-direction: column;
      margin-left: -250px;
  }

  .table tr {
      display: flex;
      flex-direction: column;
      border: none;
  }

  .table th,
  .table td {
      border: none;
  }

  .table th,
  .table td:before {
      width: auto;
      background-color: #f2f2f2;
      border-right: 1px solid #ddd;
      text-align: left;
      padding: 8px;
  }

  .table th:before {
      content: attr(data-th);
      font-weight: bold;
  }
}