


@media (min-width: 766px) {
  .iopsprodmodal-section-allverslide{
    display: none;
    opacity: 0;
    transition-property: display opacity;
    transition-duration: 800ms;
    transition-behavior: allow-discrete;
    position: fixed;
    width: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  
  .iopsprodmodal-section-allverslide.open{
  display: block;
  z-index: 4000;
  opacity: 1;
  @starting-style {
    opacity: 0;
  }
}


.iopsmodal-newmod-allverslide{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: transparent;
  bottom: -100%;
  transition: all 0.5s ease;
  overflow: hidden;
}
.iopsmodal-newmod-allverslide.open{
  bottom: 0;
}

  .modal-newmodiops-body{
    width: 100%;
    display: block;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .modal-newmodiops-body-2{
    width: 100%;
    display: block;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
  }
}








@media (max-width: 766px) {
  .iopsprodmodal-section-allverslide{
    display: none;
    opacity: 0;
    transition-property: display opacity;
    transition-duration: 800ms;
    transition-behavior: allow-discrete;
    position: fixed;
    width: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  
  .iopsprodmodal-section-allverslide.open{
  display: block;
  z-index: 4000;
  opacity: 1;
  @starting-style {
    opacity: 0;
  }
}


.iopsmodal-newmod-allverslide{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: transparent;
  bottom: -100%;
  transition: all 0.5s ease;
  overflow: hidden;
}
.iopsmodal-newmod-allverslide.open{
  bottom: 0;
}

  .modal-newmodiops-body{
    width: 100%;
    display: block;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
  .modal-newmodiops-body-2{
    width: 100%;
    display: block;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    position: relative;
    z-index: 3000;
    padding-left: 15px;
    padding-right: 15px;
  }
}