.documentation {
  margin-top: 40px;
  overflow-x: hidden;
}

.documentation h1 {
  font-size: 32px;
}

.documentation p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

.documentation .row:not(:first-child) {
  margin-top: 40px;
}

.documentation .row:nth-child(odd) .col-lg-5 {
  order: 2;
}

.documentation .row:nth-child(odd) .col-lg-7 {
  order: 1;
}

.documentation h4 {
  line-height: 34px;
}

.documentation ul,
.compliance ul {
  margin-top: 20px;
  padding-left: 1.5rem;
}

.documentation ul li,
.compliance ul li {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.documentation ul li:not(:last-child),
.compliance ul li:not(:last-child) {
  margin-bottom: 10px;
}

.typography {
  margin-top: 48px;
  overflow: hidden;
}

.typography .row:not(:first-child) {
  margin-top: 40px;
}

.typography h5 {
  font-family: var(--fontGraphikSB);
  font-size: 40px;
  line-height: 48px;
  color: var(--headingcolor);
  margin: 0;
}

.typography h5 span {
  color: var(--primarycolor);
}

.typography p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

.compliance {
  margin-top: 48px;
}

.compliance p,
.compliance-second p,
.cabinet-customization p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

.osha-checklist {
  background-color: #f7f6f4;
  padding: 60px 0;
}

.osha-checklist h5 {
  font-family: var(--fontGraphikSB);
  font-size: 40px;
  line-height: 48px;
  color: var(--headingcolor);
  margin: 0;
}

.osha-checklist p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.osha-checklist form p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.osha-checklist form p span.wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 25px;
}

.osha-checklist .checklist-form {
  width: 60%;
}

/* .osha-checklist .checklist-form form p span.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 25px;
} */

.osha-checklist .checklist-form input {
  width: 100%;
  padding: 13px 22px;
  color: #67686b;
  font-family: var(--fontGraphik);
  font-size: 14px;
  line-height: 24px;
  color: #67686b;
  margin: 0;
  background: var(--whitecolor);
  outline: none;
  border: none;
  /* margin-bottom: 20px; */
}

.osha-checklist .checklist-form input::placeholder {
  font-size: 14px;
  line-height: 24px;
}

.osha-checklist .checklist-form button,
.osha-checklist .checklist-form input[type="submit"] {
  width: 40%;
  padding: 13px 0;
  font-family: var(--fontGraphikMD);
  font-size: 14px;
  line-height: 24px;
  color: var(--normalcolor);
  background: var(--primarycolor);
  outline: none;
  border: none;
  transition: 0.2s ease-in all;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  margin-bottom: 0;
}

.osha-checklist .checklist-form button:hover,
.osha-checklist .checklist-form input[type="submit"]:hover {
  background-color: var(--normalcolor);
  color: var(--primarycolor);
}

.compliance-second .row:first-child {
  margin-bottom: 40px;
}

.cabinet-customization ul {
  margin-top: 20px;
  padding-left: 0;
}

.cabinet-customization ul li {
  list-style-type: none;
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  display: flex;
  align-items: center;
}

.cabinet-customization ul li:not(:last-child) {
  margin-bottom: 20px;
}

.cabinet-customization ul li::before {
  content: url("../img/icons/cabinet-icons.png");
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.osha-dot1 {
  position: absolute;
  left: -58px;
  top: 30%;
  width: unset;
  z-index: -1;
}

.osha-dot2 {
  position: absolute;
  right: -32px;
  top: 30%;
  width: unset;
  z-index: -1;
}

.page-template-learn-lockout .product-category .products:hover {
  box-shadow: none;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

/* new section css */

.new-faqs h4 {
  font-size: 26px;
  line-height: 36px;
  color: var(--primarycolor);
}

.new-faqs p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 10px;
}

.new-faqs .products-faq {
  margin-top: 30px;
}

/* end */

@media (max-width: 1399px) {
  .documentation h4 br {
    display: none;
  }
}

@media (max-width: 991px) {
  /* .join-newsletter {
    padding: 32px 0;
  } */

  .documentation .row:not(:first-child) {
    margin-top: 32px;
  }

  .documentation .row:not(:first-child) .col-lg-7 {
    margin-top: 24px;
  }

  .documentation .row:nth-child(odd) .col-lg-5 {
    order: 1;
  }

  .documentation .row:nth-child(odd) .col-lg-7 {
    order: 2;
  }

  .typography .row .col-lg-6:last-child {
    margin-top: 24px;
  }

  .osha-checklist .row .col-lg-8 {
    margin-top: 24px;
  }

  .osha-checklist h5 {
    font-size: 32px;
  }

  .compliance-second .row:first-child {
    margin-bottom: 32px;
  }

  .osha-checklist {
    padding: 48px 0;
  }
}

@media (max-width: 767px) {
  .documentation h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .documentation p {
    margin-top: 16px;
  }

  .documentation .row:not(:first-child),
  .typography .row:not(:first-child) {
    margin-top: 24px;
  }

  .documentation .row:not(:first-child) .col-lg-7,
  .typography p,
  .compliance p,
  .compliance-second p,
  .cabinet-customization p {
    margin-top: 16px;
  }

  .typography {
    margin-top: 40px;
  }

  .typography h5,
  .osha-checklist h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .osha-checklist p {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .osha-checklist .checklist-form {
    width: 100%;
  }

  .osha-checklist p br {
    display: none;
  }

  .compliance-second .row:first-child {
    margin-bottom: 24px;
  }

  .cabinet-customization ul li::before {
    margin-right: 10px;
  }

  .cabinet-customization ul li {
    font-size: 14px;
    line-height: 22px;
  }

  .product-category h1:after {
    width: 15%;
  }
}
