
@charset "utf-8";

.box-pop {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}



.overlay-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(49, 18, 4, 0.9);
  display: none;
  z-index: 10;
  padding: 1em;
  box-sizing: border-box;
}

.popup {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    padding-bottom: 5px;
    background: #fff;
    border-radius: 5px;
    width: 90%;
    position: relative;
    line-height: 18px;
    max-width: 460px;
    box-shadow: -2px 5px 15px rgba(249,101,25,0.35);
    -webkit-box-shadow: -2px 5px 15px rgba(249,101,25,0.35);
    -moz-box-shadow: -2px 5px 15px rgba(249,101,25,0.35);
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}
.pp{
    border-radius: 6px;
    border: 4px solid #e8e9f1;
    margin: 0 auto;
}
.pp img{
  width: 100%;
display: block;
}
.popup p.txt {
    margin: 5px auto 0 !important;
}
.p{
    background: #f97219;
    border-radius: 5px 5px 0 0;
}
.p img {
    display: block;
    margin: 0 auto;
}
.dt-con {
    padding: 10px;
}
.widthpic{
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bold-txt{
  font-size: 22px;
  text-align: center;
  color: #f96519;
  margin: 0 auto;
  margin-top: 13px;
    line-height: 1em;
}
.bold-txt br{
  display: none;
}


.txt{
    font-family: tahoma,sans-serif;
  font-size: 14px;
  text-align: center;
  color: #494746;
  width: 90%;
}
@media screen and (max-width: 480px) {

    .overlay-pop {
      padding: 0;
    }
}

