.popup-img img {
    max-width: 350px;
    margin: auto;
}

#pop-up span.span-1 {
    font-family: "Fanwood Text", serif;
    font-weight: 600;
}

#pop-up a.btn-primary {
    padding: 17px;
    border-radius: 30px;

}

#pop-up .modal-footer{
	border-top: none !important;
}

#pop-up button.btn-primary {
    position: absolute;
    top: 0;
    right: 0;
}


/*HP MODAL STYLE*/


.modal-footer {
    display: none;
}

.modal-body {
    padding: 0;
}

.modal-dialog {
    width: 90%;
    max-width: 800px;
    margin-top: 4em;
}

.close-btn a {
    background: #333333;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none !important;
}

.close-btn a:hover {
    background: #53759b;
}


.close-btn {
    position: absolute;
    right: 0;
    top: -16px;
}


/*HP MODAL STYLE*/