/* @media (max-width: 575.98px) {
    .modal-fullscreen {
      padding: 0 !important;
    }
    .modal-fullscreen .modal-dialog {
      width: 100%;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 767.98px) {
    .modal-fullscreen-sm {
      padding: 0 !important;
    }
    .modal-fullscreen-sm .modal-dialog {
      width: 100%;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-sm .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-sm .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 991.98px) {
    .modal-fullscreen-md {
      padding: 0 !important;
    }
    .modal-fullscreen-md .modal-dialog {
      width: 100%;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-md .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-md .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1199.98px) {
    .modal-fullscreen-lg {
      padding: 0 !important;
    }
    .modal-fullscreen-lg .modal-dialog {
      width: 100%;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-lg .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-lg .modal-body {
      overflow-y: auto;
    }
  }
  .modal-fullscreen-xl {
    padding: 0 !important;
  }
  .modal-fullscreen-xl .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl .modal-body {
    overflow-y: auto;
  } */
  .verybigmodal .close{
    position: absolute;
    top: 18px;
    right: 1rem;
    padding: 0.15rem !important;
    margin: 0rem 0rem;
    outline: 0;
    background-color: #95bff1 !important;
    opacity: 1 !important;
}

.verybigmodal {
  max-width: 95%;
}
.mofferpopup{
  cursor: pointer;
}
.modal-offer-popup-desk {display: block;} .modal-offer-popup-mobile {display: none;}

@media only screen and (max-width: 768px) { .modal-offer-popup-desk { display: none; } .modal-offer-popup-mobile { display: block; } .verybigmodalpopup{top:10%; z-index: 999999999999;}} 

.book-demo-class-side-link{
  z-index: 99 !important;
}

.details-white-box ul li h4{
  font-size: 18px !important;
}