*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.popup{


    background-color: #47434379;
    width: 100%;
    height: 100%;
    padding: 100px 40px;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    display: none;
    text-align: center;
    z-index: 1000000;
    position: fixed;
}

.box{
    background-color: #ffffff;
    width: 90%;
    height: 350px;
    
    padding: 20px 20px;
  
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    text-align: center;
    
}
.box button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.box p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    /*
    line-height: 25px;
    */
}
a{
    color: #ffa800
}


h1 {

    color: #ffa800 !important;

    font-size: 30px;

    line-height: 30px;

    margin-top: 0;

    font-weight: 600;

    margin-bottom: 35px;

    letter-spacing: -0.01em;

    position: relative;

}

button, input[type="button"], input[type="reset"], input[type="submit"], .btn-primary {

    font-size: 14px;

    color: #fff;

    font-weight: 700;

    padding: 13px 30px;

    border-radius: 5px;

    text-transform: uppercase;

    background-color: #333;

    border: 1px solid #333;

    display: inline-block;

    position: relative;

    overflow: hidden;

    z-index: 1;

}

#lightbox {
   
    height: 90%;
    width: 80%;
    position: fixed;
    top: 6%;
    left: 10%;
    background: #fff;
    z-index: 1;
    overflow:auto;
}

/*

@media (max-width: 1000px){

 

    .popup {
    
        max-width: 100%;
    
        height: 100%;
    
    }
    
    }
    
    @media (max-width: 1023px){
    
     
    
        .popup {
    
        max-width: 100%;
    
        height: 100%;
    
        overflow: auto;
    
    }
    
    }
*/