/*----Page check----*/
.custom-form-slide center {
  display: none;
}
#slides {
  position: relative;
}
#slides .formtracuu {
  position: absolute;
  left: 0;
  right: 0;
  /* background: rgba(65, 40, 107, 0.5); 
  padding: 10px 0;*/
}
#check-bill-wrap #slides .formtracuu{
/*  background: rgba(65, 40, 107, 0.5);*/
  bottom: -30px;
}
#check-bill-wrap .custom-form-slide center{
  display: block;
}
#slides .formtracuu form {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  max-width: 650px;
  margin: 0 auto;
}
#slides .formtracuu form .label {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 120px;
  background: #0242ff;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 7px 0 0 7px;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
#slides .formtracuu form input {
  height: 76px;
  margin: 0;
  width: 100%;
  padding-left: 145px;
  border-radius: 7px;
  font-size: 13px;
  border: 1px solid #ccc ;
  padding-right: 150px;
  display: block;
  background-color: #fff;
  background-image: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
}
#slides .formtracuu form input::placeholder {
  font-size: 16px;
}
#slides .formtracuu form button {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  background: red;
  border: 0;
  padding-right: 20px;
}
#slides .formtracuu form .label span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
  white-space: normal;
  line-height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
#slides .formtracuu form button:hover {
  color: #0242ff;
}
.section-title-custom {
  color: #0242ff;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 35px;
  position: relative;
  text-transform: uppercase;
  line-height: 1.3;
}
#check-bill-wrap table {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
#check-bill-wrap .table-tracking thead tr {
  background: #41286b;
  color: #fff;
  font-size: 17px;
}
#check-bill-wrap .table-tracking tbody tr {
  font-size: 16px;
}
.bold {
  font-weight: 700;
}
#check-bill-wrap table > thead > tr > th,
#check-bill-wrap table > tbody > tr > th,
#check-bill-wrap table > tfoot > tr > th,
#check-bill-wrap table > thead > tr > td,
#check-bill-wrap table > tbody > tr > td,
#check-bill-wrap table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#loading-check-bill {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 115;
}
#loading-check-bill .content-loading-check-bill {
  background-image: url("../images/loading.gif");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;
  z-index: 60;
  position: fixed;
  background-position: center;
}
@media (max-width: 567px) {
  #check-bill-wrap #slides .formtracuu form input {
    height: 50px;
  }
  #check-bill-wrap #slides .formtracuu form .label span {
    font-size: 14px;
  }
  #check-bill-wrap #slides .formtracuu form button {
    font-size: 16px;
  }
  #check-bill-wrap .section-title {
    font-size: 26px;
    margin: 0 0 20px;
  }
  #check-bill-wrap table {
    max-width: 100%;
  }
}
@media (max-width: 467px) {
  #check-bill-wrap #slides .formtracuu form .label {
    width: 110px;
  }
  #check-bill-wrap #slides .formtracuu form .label span {
    font-size: 12px;
  }
  #check-bill-wrap #slides .formtracuu form input {
    padding-left: 120px;
    padding-right: 100px;
  }
  #check-bill-wrap #slides .formtracuu form button {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #check-bill-wrap .section-title {
    font-size: 22px;
  }
  #check-bill-wrap .table-tracking thead tr,
  #check-bill-wrap .table-tracking tbody tr {
    font-size: 14px;
  }
}
