.para{
    text-align:justify;
    text-indent:10px;
}
.box {
  width: 100%;
  margin: 0 auto;
  padding: 35px;
  background-clip: padding-box;
  text-align: center;
}

.buttonpop {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
/*.buttonpop:hover {
  color: #06D85F;
}*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #052b79;
  text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 100%;
  overflow: auto;
}
.content p{
    padding: 10px;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
@media screen and ( max-width: 768px ) and (min-width: 426px)
{
    .menu-list>li>a {
    color: #ffffff !important;
}
.header-megazine .nav-hamburger span, .header-megazine .nav-hamburger span::before, .header-megazine .nav-hamburger span::after {
    background-color: #ffffff;
}
.social {
    width: 242px !important;
}
}
@media screen and ( max-width: 425px ) and (min-width:320px)
{
    .header-megazine .primary-nav {
    margin-left: 3px;
}
.menu-list>li>a {
    color: #ffffff !important;
}
.header-megazine .nav-hamburger span, .header-megazine .nav-hamburger span::before, .header-megazine .nav-hamburger span::after {
    background-color: #ffffff;
}
}