.section_track_my_claim .stmc_top {
  padding: 60px 0;
  width: 100%;
  text-align: center;
  background: url("../images/track_cover.jpeg") no-repeat center/cover;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.section_track_my_claim .stmc_top h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.section_track_my_claim .track_form h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
.section_track_my_claim .track_form input[type=email],
.section_track_my_claim .track_form input[type=text],
.section_track_my_claim .track_form input[type=number] {
  width: 100%;
  max-width: 600px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #F5222D;
  padding: 0 10px;
  font-family: "Gotham";
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
.section_track_my_claim .track_form .red_solid_btn {
  width: 100%;
  max-width: 600px;
  height: 48px;
  background: #CF1322;
  color: #fff;
  font-family: "Gotham";
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}
.section_track_my_claim .stmc_bottom {
  padding: 60px 0;
  display: none;
}
.section_track_my_claim .stmc_bottom #data_found {
  display: none;
}
.section_track_my_claim .stmc_bottom #data_not_found {
  display: none;
}
.section_track_my_claim .stmc_bottom h5 {
  font-size: 24px;
  display: block;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
.section_track_my_claim .stmc_bottom .track_wrapper {
  display: block;
}
.section_track_my_claim .stmc_bottom .track_list_box {
  margin-bottom: 20px;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_title {
  width: 100%;
  height: 64px;
  display: block;
  padding: 0 80px;
  color: #434343;
  border-radius: 8px;
  line-height: 64px;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  background: #F0F0F0 url("../images/icon_arrow_down_gray.png") no-repeat right 80px center/35px;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_title.active {
  color: #fff;
  background: #CF1322 url("../images/icon_arrow_top_white.png") no-repeat right 80px center/35px;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker {
  padding: 20px 0;
  display: none;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper {
  width: 100%;
  max-width: 680px;
  margin: 0 0 0 300px;
  counter-reset: box-counter;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box {
  padding-bottom: 40px;
  position: relative;
  padding-left: 200px;
  padding-top: 5px;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box:last-child::after {
  display: none;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  background: #D4D4D4;
  top: 0;
  left: 160px;
  border-radius: 32px;
  color: #fff;
  font-family: "Gotham";
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  font-size: 24px;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 176px;
  background: #D4D4D4;
  z-index: -1;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box.active::before {
  background: #CF1322;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box.active::after {
  background: #CF1322;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box.active span {
  color: #000;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box h5 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box p {
  font-size: 16px;
  color: #888888;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box p.ordering_track {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 160px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
}
.section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box span {
  width: 160px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px;
  color: #D4D4D4;
}
.section_track_my_claim .track_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.section_track_my_claim .track_box .courier_name {
  width: 180px;
  padding-right: 20px;
}
.section_track_my_claim .track_box .courier_name h5 {
  font-weight: 400 !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  display: block !important;
}
.section_track_my_claim .track_box .courier_name div {
  font-weight: 700;
  font-size: 16px;
}
.section_track_my_claim .track_box .track_number {
  width: calc(100% - 180px);
}
.section_track_my_claim .track_box .track_number h5 {
  font-weight: 400 !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  display: block !important;
}
.section_track_my_claim .track_box .track_number .tn_box {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.section_track_my_claim .track_box .track_number .track_text {
  width: 100%;
  font-size: 16px;
  color: #CF1322;
  font-weight: 700;
  border: none;
  background: none;
  word-break: break-all;
}
.section_track_my_claim .track_box .track_number .copy_btn {
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  border: none;
  background: url("../images/icon_copy.png") no-repeat center/contain;
}
.section_track_my_claim .pwrd_box {
  margin-top: 25px;
}
.section_track_my_claim .pwrd_box img {
  width: 200px;
}

@media only screen and (max-width: 1080px) {
  .section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  .section_track_my_claim .stmc_bottom .track_list_box .tl_title {
    padding: 0 20px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    background-position: right 20px center;
  }
}
@media only screen and (max-width: 767px) {
  .section_track_my_claim .stmc_bottom h5 {
    font-size: 22px;
    padding: 0 20px;
  }
  .section_track_my_claim .stmc_bottom .track_list_box .tl_title {
    font-size: 16px;
    height: auto;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 20px;
    background-position: right 10px center;
  }
  .section_track_my_claim .stmc_bottom .track_list_box .tl_title.active {
    background-size: 20px;
    background-position: right 10px center;
  }
  .section_track_my_claim .stmc_bottom .track_list_box .tl_tracker h4 {
    font-size: 20px;
  }
  .section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box {
    padding-left: 180px;
  }
  .section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box h5 {
    padding: 0;
    font-size: 16px;
  }
  .section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box p {
    font-size: 14px;
  }
  .section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box p.ordering_track {
    left: 140px;
  }
  .section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box span {
    font-size: 12px;
    padding-right: 20px;
  }
  .section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box::before {
    left: 140px;
  }
  .section_track_my_claim .stmc_bottom .track_list_box .tl_tracker .tlt_wrapper .tlt_box::after {
    left: 155px;
  }
  .section_track_my_claim .track_box .courier_name {
    width: 100%;
  }
  .section_track_my_claim .track_box .track_number {
    width: 100%;
  }
}/*# sourceMappingURL=track.css.map */