.modal-fullscreen-custom {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin: 0;
}

.fullscreen-modal-content {
  height: 100vh;

  padding: 40px 20px;

}

.common-body-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 130px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #8C5F1E;
  max-height: 600px;
  text-align: center;
  justify-content: center;
  width: 100%;
  min-width: 1200px;
  width: 100%;
  max-width: 1200px;
  min-height: 450px;
}

 /* .modal.fullscreen-modal .modal-body,
.modal.fullscreen-modal .modal-body {
  min-height: calc(100vh - 318px);
} */
.box-modal .common-title {
  margin-bottom: 50px;
  text-align: center;
}

.box-modal .common-title h1 {
  color: #8C5F1E;
}

.pichter-box {

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  object-fit: cover;

}

.instrucation-detail  ul {
  padding: 0;
}

.instrucation-detail ul li {
  margin: 0;
}

.instructions-box-section .modal-text,
.instructions-box-section ul li {
  font-size: 32px;
  color: #503B29;
  margin-bottom: 50px;
  line-height: normal;
  font-weight: 400;
  font-family: 'Glacial Indifference', sans-serif;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 27px;
}

.custom-checkbox input[type="checkbox"] {
  width: 27px;
  height: 27px;
  border: 2px solid #503B29;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
  /* Remove default style */
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-checkbox input[type="checkbox"]:checked {
  background-color: rgb(243 223 183);
  border-color: #6c471f;
  font-size: 30px;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: '';
  display: block;
  width: 9px;
  height: 18px;
  border: solid #503B29;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 2px 6px;
}

.custom-checkbox label {
  font-size: 24px;
  color: #503B29;
  line-height: normal;
  font-weight: 400;
  font-family: 'Glacial Indifference', sans-serif;
}

.custom-checkbox a {
  text-decoration: underline;
  color: #503B29;
}

/* instrucation-detail */


.instrucation-detail ul li {
  text-align: left;
  padding-bottom: 8px;
  margin: 0;
}

.instrucation-detail ul li:last-child {
  padding-bottom: 0;
}


@media (max-width:1440px) {
  .instructions-box-section .common-title {
    margin-bottom: 30px;
  }

  /* .instructions-box-section .modal.fullscreen-modal .modal-body {
    min-height: calc(100vh - 243px);

  } */

  .common-body-box {
    padding: 40px 100px;
    min-width: 750px;
    min-height: 350px;
    max-width: 870px;
  }

  .instructions-box-section .modal-text,
  .instructions-box-section ul li {
    font-size: 24px;
  }

  .instructions-box-section .modal-text {
    margin-bottom: 38px;
  }


  .instrucation-detail ul li {
    padding-bottom: 4px;
    font-size: 20px;
  }

  /* .instructions-box-section .pichter-box {
    max-width: 100%;
    width: 100%;
} */
  .custom-checkbox {
    gap: 20px;
    margin-bottom: 38px;
  }

  .custom-checkbox label {
    font-size: 18px;
  }

  .custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}

@media (max-width:1280px) {

  .instructions-box-section .modal-text,
  .instructions-box-section ul li {
    font-size: 21px;
  }

  .instructions-box-section .modal-text {
    margin-bottom: 33px;
  }

  .common-body-box {
    padding: 40px 80px;
    min-width: 700px;
    min-height: 300px;
    max-width: 800px;
  }

  .instrucation-detail ul li {
    padding-bottom: 3px;
    font-size: 18px;
  }

  .custom-checkbox {
    gap: 18px;
    margin-bottom: 33px;
  }

  .custom-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }

  /* .instructions-box-section .modal.fullscreen-modal .modal-body {
    min-height: calc(100vh - 283px);
  } */

  .instructions-box-section .common-title {
    margin-bottom: 28px;
  }
}

@media (max-width:1024px) {
  .instructions-box-section .common-title {
    margin-bottom: 24px;
  }

  .instructions-box-section .modal-text,
  .instructions-box-section ul li {
    font-size: 17px;
  }

  .instructions-box-section .modal-text {
    margin-bottom: 27px;
  }

  .common-body-box {
    padding: 35px 71px;
    min-width: 600px;
    min-height: 300px;
    max-width: 600px;
  }

  .instrucation-detail ul li {
    padding-bottom: 4px;
    font-size: 16px;
  }

  .custom-checkbox {
    gap: 14px;
    margin-bottom: 27px;
  }

  .custom-checkbox label {
    font-size: 16px;
  }

  .custom-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }

  /* .instructions-box-section .modal.fullscreen-modal .modal-body {
    min-height: calc(100vh - 30vh);

  } */
  .instructions-box-section .pichter-box{
    min-width: 100%;
  }
}

@media (max-width:767px) {
  .instructions-box-section .common-title {
    margin-bottom: 20px;
  }

  .instructions-box-section .modal-text,
  .instructions-box-section ul li {
    font-size: 16px;
  }

  .instructions-box-section .modal-text {
    margin-bottom: 20px;
  }

  .common-body-box {
    padding: 30px 40px;
    width: 100%;
    max-height: max-content;
    min-width: min-content;
    max-width: 450px;
  }

  .custom-checkbox {
    gap: 10px;
    margin-bottom: 27px;
  }

  .custom-checkbox label {
    font-size: 14px;
  }

  .custom-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  /* .instructions-box-section  .fullscreen-modal-content {
    background: url('../assets/image/mobile-bg.png') no-repeat center;
    width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
} */
  .instructions-box-section .pichter-box {
    min-width: 100%;
  }
}
  @media (max-width:576px) {
    .instructions-box-section .common-title {
      margin-bottom: 14px;
    }

    /* .common-body-box {
      padding: 20px 20px;
      width: 100%;
    } */
    /* .instructions-box-section .modal.fullscreen-modal .modal-body {
      min-height: calc(100vh - 43vh);
  } */
  }