.paoc-popup-modal {
    background-color: #000!important;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0px 38px 3px rgba(0, 0, 0, 0.14), 0 0px 0px 0px rgba(0, 0, 0, 0.12);
    width: 60%;
    position: relative;
    display: none;
}

.paoc-popup-modal-cnt {
    background-color: #000!important;
    padding: 0px 0px 0px 0px;
    height: 50%;
}

.owl-carousel .owl-item img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: -40px!important;
}

#scrollup {
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  bottom: 35px;
  height: 40px;
  line-height: 24px;
  justify-content: center;
  align-items: center;
  outline: none;
  padding: 5px;
  position: fixed;
  right: 5px;
  text-decoration: none;
  text-align: center;
  width: 40px;
  z-index: 999;
}