.left,
.right {
  border: 1px solid transparent;
}
.banner {
  background-image: url("../../../html5/images/topBanner/products.jpg");
}
#product-section {
  padding: 5% 0;
}

div.container .row > div .content-container {
  padding: 0px 20px;
  background-color: #ffffff;
}
#product-section .container .row > div {
  padding: 10px;
}
.section-subhead {
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin: 0;
}
table {
  table-layout: auto;
}
.table td, .table th {
  border-top: 0;
  vertical-align: baseline;
  line-height: normal;
  border-bottom: 1px solid #cfcfcf;
}
td.sticky-notification .lnr {
  color: #2d3682;
  font-size: 1.3em;
  font-weight: 500;
}
.service-table .thead-custom th{
  text-align: center;
  color: white;
  padding: 0;
  border: none;
}
.service-table .thead-custom th:first-child > div {
  margin-left: 3px;
}
.service-table .thead-custom th:last-child > div {
  margin-right: 3px;
}
.service-table .thead-custom th > div{
  background: #2d3682;
  padding: 0.75em;
  margin: 3px 0;
}
.service-table .thead-custom > tr{
  border: 1px solid #cccccc;
}
.dl-btn {
  border: 1px solid #ebebeb;
  background: #ebebeb;
  border-radius: 30px;
  overflow: hidden;
}
.dl-btn span {
  padding: 3.5px 10px;
}
.dl-btn .lnr-hold {
  background: #fff;
}
.dl-btn .lnr {
  font-size: 1.2em;
  color: #2d3682;
}
.service-table a {
  color: #666;
}
.service-table td {
  color: #666;
}
.mobile-table a {
  color: inherit;
}
.table-controls-holder {
  margin-bottom: 1em;
}
.mobile-table .left-index {
  width:25px;
}
.mobile-table .lnr-bullhorn {
  color: #2d3682;
  font-size: 1.3em;
  font-weight: 500;
}


.table-controls-holder .search-holder {
  height: 46px;
  max-width: 240px;
  border: 1px solid #e1e1e1;
}
.mobile-table {
  line-height: normal;
}
.m-dl-item {
  padding:20px 0;
  margin: 0px 10px;
  border-bottom: 2px solid #cfcfcf;
}
.m-dl-item .m-title {
  font-size: 16px;
}
.mobile-table .m-dl-left {
  font-size: 16px;
  margin-right: 10px;

}
.mobile-table .m-dl-right {
  width: 100%;
  max-width: 300px;

}
.mobile-table .m-dl-right .dl-right-cat {
  font-size: 13.5px;
}
.mobile-table .m-dl-right > div:first-child{
  color: #cfcfcf;
}
.m-spacer {

}


.pagination-controls-holder {

  max-width: 400px;
  margin: 30px auto;
}
.pagination-controls-holder a {
  color: inherit;
}
.pagination-item {
  height: 42px;
  margin: 0px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2d3682;
  -webkit-appearance: none;
  appearance: none;
background-color: transparent;
}
.pagination-item.activated {
  background: #2d3682;
  color: white;
  border: none !important;

}
.pagination-item {width: 12.5%}
.pagination-item#table-prev,
.pagination-item#table-next {
 width: 18.75%;
}
.pagination-item.disabled {
  color: #999;
}

.search-btn-holder {
  margin-top: 10px;
  margin-right: 5px;
}
.search-btn-holder .lnr {
  font-size: 1.2em;
}
.table-controls-holder .search-holder input {
  height: 100%;
  width: 90%;
  border: none;
  outline: none;
  padding: 0 5%;
}
.control-select {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-align-last: center; /* For Chrome */
  width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;       /* remove default arrow */
  box-shadow: none !important;
  outline: none;
  background: transparent;
  color: #2d3682;
  font-weight: 600;
  border: none;
  position: relative;
  background: url(https://image.flaticon.com/icons/svg/60/60995.svg) 96% / 8px no-repeat #fff;
}
.control-select:first-child {
  width: 70px;
}
.mobile-table {
  border-top: 4px solid #2d3682;
}
@media(min-width: 768px) and (max-width: 991px) {
  .table-controls-holder .search-holder {
    max-width: 40%;
  }
}
@media(min-width: 992px) {
  .table-controls-holder .search-holder {
    width: 240px;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  .table-controls-holder .search-holder {
    max-width: 40%;
  }
}
@media(min-width: 992px) {
  .table-controls-holder .search-holder {
    width: 240px;
  }
}
@media(max-width: 767px) {
  div.container .row > div .content-container {
    padding: 0;
  }
  .control-select {
    text-align: left;
    text-align-last: left;
  }
  .table-controls-holder .search-holder {
    width: calc(100% - 150px);
    max-width: none;
  }
}
@media(min-width: 1200px) {
  .service-table .thead-custom th:nth-child(4) {
    width: 40%;
  }
}
