/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    CONTAIN-INTRINSIC-SIZE: AUTO 100PX;
    background-color: #00000000;
    margin: auto;
    padding: 20px;
    width: 50%;
}

@media only screen and (max-width: 1100px) {
  .modal-content {
    width: 95%;
  }
}

@media only screen and (max-width: 600px) {
  .sisf-m-title {
    font-size: 40px;
    top: 10px;
    position: relative;
  }
}

/* The Close Button */
.close {
    color: #ffffff;
    float: right;
    font-size: 42px;
    font-weight: 400;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-button {

    background: #5f9ea000;
    border: 0px solid;
    color: #ffffff;
    text-transform: none;
    font-family: var(--default-font);
    font-weight: 600;
    font-size: 18px;
}

.sisf-m-title button {

  font-size: 18px !important;

  }

  .sisf-m-title button:hover {

  transform: scale(1.09);
  color: #77c097;
  }

  .formul li {

    font-size: 15px;
    border-bottom: 1px dashed;
    border-color: #727272;
    padding: 5px 0px;
    display: flex;
    position: relative;

  }

    .formul li label {

    left: 10px;
    position: relative;

  }

  .priceformservices {


  font-size: 15px;
    position: relative;
    left: 10px;
    color: #00ff14;

     }

       .paqtitle {


      font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    font-family: unset;
    font-style: italic;
   
     }


