*:before,
*:after{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* body{
    background-color: rgb(105, 105, 91);
} */
.popup {
    background-color: #f1f1f1;
    width: 400px;
    padding: 19px 41px;
    position: fixed;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    opacity: 1;
    z-index: 1;
    right: 70px;
    bottom: 40px;
}
button#close {
    margin-left: 339px;
    font-size: 22px;
}
.popup p{
    font-size: 16px;
    text-align: justify;
    /* margin: 20px 0; */
}
.popup-details {
    color: #001f3c;
}
.popup a{
    display: block;
    width: 150px;
    position: relative;
    margin:-30px 0 0 14px;
    text-align: center;
    /* background-color: #0f72e5; */
    color: rgb(14, 13, 13);
    text-decoration: none;
    padding: 5px 0 ;
    margin-left: 30px;
    margin-top: -30px;
}
p.popup-information {
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: -18px;
}
p.popup-email {
    margin-bottom: -18px;
}
i.fa.fa-whatsapp.icon {
    color: #2db274;
}
i.fa.fa-envelope.icon {
    color: #a45d5d;
}