.radio-btn-size{
  width: 20px !important;
  height: 20px !important;
  margin-top: 10px !important;
  margin-left: 5px !important;
}
p {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
label {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}
.border-sec{
  background-color: #000;
  height: 2px !important;
  opacity: 1;
}
.header {
 padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-pdf img {
  max-height: 60px;
  /* position: absolute; */
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-pdf h1 {
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  /* margin: 0 110px; */
  color: #000;
  text-align: center;
  max-width: 812px;
}
.border-box {
  border: 1px solid #000;
}
/*table start*/
.table-all {
  margin-bottom: 0 !important;
}
.table-all tbody td {
  border: 1px solid #000;
}
.table-all tbody td.head {
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 6px;
}
.table-all tbody td.head.not-bold {
  font-weight: 500;
}
.table-all tbody td.input {
  padding: 0;
}
.table-all tbody td.input input {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
  height: 32px;
  border: none;
  width: 100%;
  padding: 4px 6px;
}
.table-all tbody td.input input::placeholder {
  color: #000;
}
.table-all tbody td.input input:focus,
.table-all tbody td.input input:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}
.table-all tbody .width-set-h {
  width: 20%;
}
.table-all tbody .width-set-i {
  width: 80%;
}
/*table end*/
.back-grad {
  padding: 5px 8px;
  border-bottom: 1px solid #000;
}
.back-grad.grey {
  background-color: #d7d7d7;
}
.back-grad .heading-line {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 20px;
  color: #000;
  margin-bottom: 4px;
}
.back-grad .bold-para {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #3b3b3b;
}
.back-grad .same-head {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  color: #000;
  margin-bottom: 6px;
}
.back-grad .same-head span {
  font-size: 16px;
}
.back-grad .same-small-head {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  margin-bottom: 4px;
}
.back-grad p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  margin-bottom: 5px;
}
.back-grad .para-underline {
  text-decoration: underline;
  margin-bottom: 40px;
}

/*arbitration*/
.agreement-sec h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
  margin-bottom: 18px;
}
.agreement-sec p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  margin-bottom: 5px;
}
.agreement-sec h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.heading-head {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #000;
}
.main-list {
  padding-left: 0;
}
.main-list li {
  margin-bottom: 18px;
  list-style: none;
}
.inner-list {
  margin-left: 20px;
}
.inner-list li {
  list-style: lower-alpha;
  margin-bottom: 10px;
}
.acknowledge-sec p {
  display: flex;
  align-items: end;
  justify-content: start;
}
.acknowledge-sec p label {
  min-width: 100px;
}
.acknowledge-sec p span {
  content: "-";
  background-color: #000;
  height: 1px;
  width: 50%;
  margin-left: 30px;
}
.bonus-sec p {
  margin-top: 50px;
}
.bonus-sec p span {
  content: "-";
  background-color: #000;
  height: 1px;
  width: 40%;
  display: block;
}
.bonus-sec p label {
  display: block;
  margin-top: 10px;
}
.checkbox-sec {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 4px;
}
.checkbox-sec input {
  height: 20px;
  width: 20px;
}
.checkbox-sec label {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}
/*list*/
.form-sec-list {
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.form-sec-list li {
  border: 1px solid #000;
  border: 1px solid #000;
}
.form-sec-list.sec-33 li {
  flex: 0 0 33.33%;
}
.form-sec-list.sec-50 li {
  flex: 0 0 50%;
}
.form-sec-list label {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 10px 2px;
  display: block;
}
.form-sec-list input {
  width: 100%;
  height: 37px;
  background-color: rgb(233, 239, 245);
  border-color: transparent;
}
.form-sec-list input:focus,
.form-sec-list input:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}
/*ul list end*/
.table-screening {
  margin-bottom: 0 !important;
}
.table-screening tr td {
  border: 1px solid #000;
  padding: 0;
  vertical-align: middle;
}
.table-screening label {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 10px 2px;
  display: block;
}
.input-box {
  width: 100%;
  height: 37px;
  background-color: rgb(233, 239, 245);
  border-color: transparent;
}
.table-screening-input {
  width: 100% !important;
  height: 37px !important;
  background-color: rgb(233, 239, 245) !important;
  border-color: transparent !important;
}
.table-screening.input-back input {
  background-color: transparent;
}
.table-screening .checkbox {
  width: auto;
  height: auto;
  margin-right: 5px;
}
.table-screening input:focus,
.table-screening input:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}
.table-screening .list-nineth {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.table-screening .list-nineth li {
  list-style: none;
  width: 15%;
}
.table-screening .list-nineth li:nth-of-type(1) {
  width: 25%;
}
.table-screening .list-nineth li:nth-of-type(3) {
  width: 25%;
}
.table-screening .list-nineth li input {
  background-color: transparent;
}
.list-sheet {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  list-style: none;
  padding: 6px;
}
.list-sheet h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}
.list-sheet p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  margin-bottom: 3px;
}
.new-add-class {
  max-width: 650px;
  margin: auto;
}
.d-md-flex {
  flex-wrap: wrap;
}
.table.table-screening.input-back,
.border-box {
  max-width: 100%;
  word-wrap: break-word;
}
.table-screening tr td.border-replace {
  border-bottom: transparent;
  word-wrap: break-word;
}
.table-screening tr td.border-replace p {
  margin-bottom: 0;
  word-wrap: break-word;
}
.table-screening tr.border-replace1 td {
  border-top: transparent;
  word-wrap: break-word;
}
.table-screening.input-back label {
  padding: 0 5px 0;
}
.table-screening.input-back p {
  padding: 0 5px 0;
  margin-bottom: 0;
}
.w-22 {
  width: 22%;
}
.w-30 {
  width: 30%;
}
.set-line-height tr td .w-80 {
  width: 80%;
}
.bonus-sec p span.w-70 {
  width: 70%;
}
.table-screening.input-back textarea {
  width: 100%;
  border: none;
}
.table-screening.input-back textarea:focus,
.table-screening.input-back textarea:focus-visible {
  border: transparent;
}
.input-bottom-border input {
  border: transparent;
  border-bottom: 1px solid #000;
  height: 22px;
  min-width: 16px;
}
.input-bottom-border textarea {
  border: transparent;
  border-bottom: 1px solid #000;
  width: 100%;
}
.input-bottom-border input:focus,
.input-bottom-border input:focus-visible,
.input-bottom-border textarea:focus,
.input-bottom-border textarea:focus-visible {
  box-shadow: none;
  outline: none;
}
.input-bottom-border input.remove-border {
  border: none;
}
.number-list li {
  list-style: numeric;
  margin-bottom: 10px;
}
.set-line-height tr td {
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
}
.set-line-height tr td input {
  height: 16px;
  width: 16px;
  /* border: none; */
}
.table-screening tr td {
  /* display: block; */
}

.content-wrap p img {
  float: right;
  margin: 5px;
}
.paragraph-wrap p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 3px;
}
.table-screening.paragraph-wrap td {
  padding: 0 4px;
}
.table-screening.paragraph-wrap input[type="checkbox"] {
  margin: 2px;
  height: 15px;
  width: 15px;
}
.table-screening.paragraph-wrap label {
  padding: 0 4px;
  display: flex;
  align-items: center;
}
.table-screening.paragraph-wrap input {
  height: 20px;
  background-color: transparent;
}
.table-screening.paragraph-wrap input:focus {
  border: transparent;
  margin: 0px 2px;
}
.table-screening.paragraph-wrap textarea {
  width: 100%;
  border: transparent;
}
.table-screening.paragraph-wrap textarea:focus-visible {
  border: transparent;
  outline: none;
}
.para-bottom li p{
  margin-bottom: 0;
}
@media (max-width:991px){
  .paragraph-wrap p{
    white-space: break-spaces;
  }
}
@media (max-width: 768px) {
  .set-line-height tr td {
    line-height: 16px;
  }
  .table-all tbody td.head,
  .table-all tbody td.input input {
    font-size: 13px;
  }
  .back-grad .bold-para,
  .back-grad .heading-line {
    font-size: 14px;
  }
  .back-grad .same-small-head,
  .back-grad p {
    font-size: 13px;
  }
  .agreement-sec p {
    font-size: 13px;
    line-height: 20px;
  }
  .agreement-sec h2 {
    font-size: 16px;
  }
  .agreement-sec h4 {
    font-size: 13px;
  }
  .table-all tbody .width-set-h {
    width: 40%;
  }
  .table-all tbody .width-set-i {
    width: 60%;
  }
  .header img {
    max-height: 40px;
  }
  .header h1 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 10px 0;
  }
  .header img {
    position: relative;
    margin: initial;
  }
  .header h1 {
    margin: initial;
    gap: 10px;
  }
  .header {
    justify-content: space-between;
  }
  .bonus-sec p span.w-70,
  .bonus-sec .w-50 span {
    width: 100%;
  }
  .w-30 {
    width: 80%;
  }
}
@media (max-width: 560px) {
  .table-screening.paragraph-wrap td{
    display: revert;
  }
  /* .table-screening {
    min-width: 550px;
  } */
  .table-screening tr td {
    display: block;
  }
  .list-sheet {
    display: block;
  }
  p {
    font-size: 13px;
  }
  .table-screening label {
    font-size: 13px;
  }
  .input-box-bg{
    width: 100% !important;
    height: 37px !important;
    background-color: rgb(233, 239, 245) !important;
    border-color: transparent !important;
  }

}
