.colorjet_banner_sec {
  background-image: url(../images/eco-solvant-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  background-position: bottom;
}
.colorjet_overview_content{color: var(--black-color);padding:50px 0;}
.colorjet_banner_content h1 {
  color: var(--black-color);
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.colorjet_banner_img {
  width: 100%;
}

.colorjet_banner_img img {
  width: 100%;
}

.colorjet_overview_sec {
  background-color: var(--white-color);
  padding: 80px 0px;
}

.colorjet_overview_img {
  width: 100%;
}

.colorjet_overview_img img {
  width: 100%;
  border-radius: 15px;
}

.colorjet_overview_content h3 {
  color: var(--black-color);
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.colorjet_overview_content p {
  color: var(--black-color);
  font-style: normal;
  line-height: normal;
}

.green_tech_sec {
  background: #f5f5f5;
  padding: 100px 0px;
}

.green_tech_img {
  width: 100%;
}

.green_tech_img img {
  width: 100%;
}

.green_tech_content h3 {
  color: var(--black-color);
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.green_tech_content p {
  color: var(--black-color);
  font-style: normal;
  line-height: normal;
}

.green_tech_box {
  border-radius: 15px;
  background: var(--white-color);
  padding: 20px;
  height: 100%;
}

.green_tech_icon {
  width: 70px;
  height: 70px;
  padding: 10px;
  margin: auto auto 20px auto;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.green_tech_icon img {
  width: 100%;
}

.green_tech_box span {
  color: var(--black-color);
  text-align: center;
  font-size: 20px !important;
  display: block;
  margin-bottom: 10px;
}

.green_tech_box p {
  color: var(--black-color);
  text-align: center;
  font-style: normal;
  line-height: normal;
}

.colorjet_spec_sec {
  padding: 100px 0px;
  background: var(--white-color);
}

.colorjet_application_sec {
  background: var(--black-color);
  padding: 100px 0px;
}

.colorjet_application_img {
  width: 100%;
  border-radius: 15px;
}

.colorjet_application_img img {
  width: 100%;
  border-radius: 15px;
}

.colorjet_table table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.colorjet_table table thead {
  background-color: var(--primary-color);
}
.colorjet_table table thead tr td {
  padding: 10px 10px;
  font-weight: 600;
  color: var(--white-color);
}
.colorjet_table table tbody tr td {
  background-color: #f5f5f5;
}
.colorjet_table table > :not(caption) > * {
  border-width: 1px 0;
}
.colorjet_table table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dee2e6;
}
.colorjet_table table > :not(caption) > * > * {
  border-width: 0 1px;
}
.colorjet_table table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: #00000000;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px #00000000;
  color: var(--black-color);
}

.colorjet_video_sec {
  background: #f5f5f5;
  padding: 100px 0px;
}

.colorjet_video {
  width: 100%;
  height: 50vh;
  border-radius: 15px;
}

.colorjet_video iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

/* categroy css */
.product_category_content { text-align: left; }
.product_category_sec {
  padding: 10px 0px;
}
.cat_sec_bg {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
}
/* end categroy css */

@media (max-width: 1263px) {
  .colorjet_banner_content h1 {
    font-size: 35px;
  }
  .colorjet_overview_sec .cat_row {
    flex-direction: column;
  }
  .colorjet_overview_sec .cat_row .cat_content {
    width: 85%;
  }
  .colorjet_overview_sec .cat_row .cat_img {
    width: 80%;
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  .colorjet_overview_sec .cat_row {
    flex-direction: column;
  }
  .colorjet_overview_sec .cat_row .cat_content {
    width: 85%;
  }
  .colorjet_overview_sec .cat_row .cat_img {
    width: 80%;
    margin-left: auto;
  }
  .colorjet_banner_content h1 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .green_tech_content {
    margin-top: 20px;
  }
  .green_tech_box span {
    font-size: 18px;
  }
  .green_tech_sec,
  .colorjet_spec_sec,
  .colorjet_application_sec {
    padding: 50px 0px;
  }
}

