.blog-sidebar__single {
    border: 3px solid #70931f;
    padding: 5px;
    border-radius: 0px;
}

.products .thm-btn {
    position: relative;
    background-color: var(--thm-base);
    padding: 10px 30px;
    color: #fff;
    z-index: 1;
}

.products .thm-btn:hover {
    background-color: #071230;
    color: white;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.epc-offering-title {
    color: #071230;
    margin-bottom: -9px;
    font-weight: 600;
}

.service-sidebar__btn b {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    transition: 500ms;
    letter-spacing: 0px;
}

.products .service-sidebar__btn {
   line-height: 32px;
   padding: 20px 17px 20px 112px;
   height: 140px;
}

.products .service-sidebar {
   border: 1px solid #ddd;
}

.products .service-sidebar__btn > i {
   width: 90px;
   height: 100%;
   font-size: 50px;
}

.products hr {
   margin: 35px 0;
}

.products .service-details__title {
   margin-bottom: 35px;
}

.bill-selection {
  display: flex;
  flex-direction: column;
/*  gap: 10px;*/
}

.enquiry-label {
/*  display: block;*/
  padding: 12px 17px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
  margin-right: 17px;
  margin-bottom: 30px;
}

.enquiry-label:hover {
  background: #6378b4;
  color: #fff;

}

input[type="radio"]:checked + .enquiry-label {
  background: #007bff;
  color: white;
  border-color: #0056b3;
}

.career-form__form span {
    color: red;
}

.faq-one-accrodion .accrodion:nth-child(even) {
    background-color: #fff !important;
}

.industries-details__tab .tab-content .list-style-dot {
    list-style-type: disc;
    padding-left: 25px;
}

.index-faq {
    box-shadow: none;
}

.index-faq .faq-one-accrodion .accrodion-title {
    padding-bottom: 0;
}

.index-faq .faq-one-accrodion .accrodion {
    padding-left: 28px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.index-faq .faq-one-accrodion .accordion-title__inner h4 {
    font-size: 20px;
    font-weight: 500;
}

.certificates .block-title h2 {
    margin-bottom: 30px;
}

.certificates .blog-sidebar__single {
    border: 3px solid #083B7F;
    padding: 6px;
    border-radius: 0px;
    background-color: #fff;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
th, td {
    border: 1px solid #083b7f;
    padding: 10px;
    text-align: left;
}
th {
    background-color: #083B7F;
    color: #fff;
}
@media (max-width: 600px) {
    table {
        width: 100%;
    }
    th, td {
        font-size: 14px;
        padding: 8px;
    }
}