.bbr-popup * {
  box-sizing: border-box;
}

.bbr-popup-open #bbr-popup {
  display: block;
}

#bbr-popup {
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  height: 100%;
  width: 100%
}

.bbr-popup.splash {
  background: rgba(0, 0, 5, 0.6) none repeat scroll 0 0;
}

.bbr-popup-body {
  background-color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: left;
  top: 15%;
  max-width: 820px;
  width: 100%;
}

.bbr-popup-body p {
  line-height: 0;
  margin: 0;
}

.bbr-popup-body img {
}

.bbr-popup-body p:last-child {
  margin: 0;
}

.bbr-popup-open,
.bbr-popup-open body {
  overflow: hidden;
}

.bbr-popup .bbr-popup-close {
  background: rgba(0, 0, 0, 0) url("../images/close.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: -10px;
  text-decoration: none !important;
  top: -10px;
  height: 100%;
  width: 100%;
  max-width: 24px;
  max-height: 24px;
  z-index: 1500;
}

.design1 .bbr-popup-body {
  background-color: #fff;
  color: #fff;
}

/*--- For Menu Media Css Starts ---*/

@media only screen and (max-width: 640px) {
  .bbr-popup-body {
    width: 90% !important;
  }
}