.containerp {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 1200px;
    margin: auto;
    margin-top: 10px;
  }
  
  .box-btn {
    padding: 10px;
    background-color: #6dc8dc;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
  }
  
  .box-btn.active {
    background-color: #000000;
    color: rgb(241, 241, 241);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.27);
  }
  
  .box-containerp {
    display: flex;
    justify-content: center;
  }
  
  .box {
    display: none;
    margin: 10px;
    padding: 10px;
  }
  
  .box.active {
    display: block;
  }
  
  .subCategoryContainer{
      background-color: #afd6ee;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding: 20px;
  }
  .subCategoryContainer .subCategory{
      box-sizing: border-box;
      border-bottom: 2px solid white;
      border-radius: 14px;
      padding: 10px 10px;
  }
  .subCategoryContainer .subCategory .header{
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 20px;
      text-align: center;
      color: #400081;
      margin-bottom: 15px;
  }
  .subCategoryContainer .subCategory .subCategoryContent p{
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 203.18%;
      letter-spacing: 0.04em;
      color: #000000;
  }

.getQuotation{
    background-color: #0e716928;
    width: 1200px;
    height: 76px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}
.getQuotation p{
    font-family: 'roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
}
.getQuotation button{
    width: 200px;
    height: 50px;
    background: #0BBDE6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
    border-radius: 13px;
    border: none;
}
.getQuotation button a{
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

.productall{
  margin-top: 20px;
  margin-bottom: 20px;
}