.custom-popup,
.three-popup,
.two-popup {
  position: fixed;
  font-size: 0;
  width: 400px;
  height: 500px;
  top: 46.55%;
  transform: translate(-50%, -50%);
}
.dpnone {
  display: none;
}
.custom-popup {
  right: -7%;
  z-index: 9999;
}
.two-popup {
  left: 50%;
  z-index: 9997;
}
.three-popup {
  left: 75%;
  z-index: 9998;
}
.custom-popup img,
.two-popup img,
.three-popup img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
}
.custom-popup .slider-pagination,
.three-popup .slider-pagination,
.two-popup .slider-pagination {
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  height: 20px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
}
.custom-popup .btn-box,
.three-popup .btn-box,
.two-popup .btn-box {
  display: flex;
  padding: 10px 30px;
  border-radius: 0 0 20px 20px;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
}
.custom-popup .btn-box .close,
.custom-popup .btn-box .close-today,
.three-popup .btn-box .close,
.three-popup .btn-box .close-today,
.two-popup .btn-box .close,
.two-popup .btn-box .close-today {
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: 0 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .custom-popup,
  .three-popup,
  .two-popup {
    width: 100%;
    height: auto !important;
    top: auto;
    bottom: 0;
    left: 50%;
    border-radius: 20px 20px 0 0;
    transform: translateX(-50%);
  }
  .custom-popup img,
  .three-popup img,
  .two-popup img {
    width: 100% !important;
  }
  .custom-popup .slider-pagination,
  .three-popup .slider-pagination,
  .two-popup .slider-pagination {
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
  .custom-popup .btn-box,
  .three-popup .btn-box,
  .two-popup .btn-box {
    padding: 10px 20px;
  }
  .custom-popup .btn-box .close,
  .custom-popup .btn-box .close-today,
  .three-popup .btn-box .close,
  .three-popup .btn-box .close-today,
  .two-popup .btn-box .close,
  .two-popup .btn-box .close-today {
    font-size: 16px;
  }
  .custom-popup .slick-slide div,
  .three-popup .slick-slide div,
  .two-popup .slick-slide div {
    width: 100%;
  }
}