.lightbox{
        position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  z-index:9999;
  }
    .popup{
    background-color: #fff;
    max-width: 550px;
    overflow:visible;
    padding: 10px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 10px;
    font-family: "Poppins",sans-serif;
    display: block;
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 0 auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
.popup-image {
    border:10px solid #052349;
    margin:0 0 20px 0;
}
.elementor-button{
    display: inline-block;
    line-height: 1;
    color: #FFFFFF;
    background-color: #052349;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}