.section_eligible_devices .sed_title {
  height: 170px;
  width: 100%;
  text-align: center;
  background: url("../images/gradient_cover.jpeg") no-repeat center/cover;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.section_eligible_devices .sed_title h2 {
  font-size: 32px;
}
.section_eligible_devices .sed_content .sed_search_box {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.85);
  height: 38px;
  position: relative;
  margin-bottom: 40px;
}
.section_eligible_devices .sed_content .sed_search_box input[type=text] {
  width: 100%;
  height: 36px;
  padding: 0 46px 0 10px;
  color: rgba(0, 0, 0, 0.45);
  border: none;
  font-weight: bold;
  font-family: "Gotham";
}
.section_eligible_devices .sed_content .sed_search_box .search_btn {
  width: 38px;
  height: 38px;
  display: block;
  background: url("../images/icon_search.png") no-repeat center/20px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  cursor: pointer;
}
.section_eligible_devices .sed_list_wrapper {
  padding-bottom: 60px;
}
.section_eligible_devices .sed_list_wrapper .sed_list_box {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 20px;
}
.section_eligible_devices .sed_list_wrapper .sedl_title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  color: #434343;
  background: #F0F0F0 url("../images/icon_arrow_down_gray.png") no-repeat right 20px center/16px;
  cursor: pointer;
}
.section_eligible_devices .sed_list_wrapper .sedl_title.active {
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #CF1322 url("../images/icon_arrow_top_white.png") no-repeat right 20px center/16px;
}
.section_eligible_devices .sed_list_wrapper .sedl_content {
  display: none;
}
.section_eligible_devices .sed_list_wrapper .sedl_content table {
  width: 100%;
  border-collapse: collapse;
}
.section_eligible_devices .sed_list_wrapper .sedl_content table thead tr th {
  padding-left: 20px;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.section_eligible_devices .sed_list_wrapper .sedl_content table tbody tr td {
  padding-left: 20px;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
}
.section_eligible_devices .sed_list_wrapper .sedl_content table tbody tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .section_eligible_devices .sed_title h2 {
    font-size: 28px;
  }
  .section_eligible_devices .sed_list_wrapper .sedl_content table thead tr th {
    padding: 10px;
    font-size: 14px;
  }
  .section_eligible_devices .sed_list_wrapper .sedl_content table tbody tr td {
    padding: 10px;
    font-size: 14px;
  }
}/*# sourceMappingURL=eligible_devices.css.map */