.modal-header a.close {
    width:18px;
    height:18px;
    background-size:cover;
    display:block;
    background-image:url('../images/close.svg');
    position: relative;
    top:3px;
    right:3px;

}

.modal-header {
    justify-content: flex-end;
    border-bottom:0; 
}

.modal-content {
    border:0;
    border-radius: 10px;
    background-color:#FBFBFB;
}

.modal-body {
    padding:30px;
    padding-top:15px;
}