.modal.fade.in .modal-body {
    bottom: 0; 
    opacity: 1;
}
.modal-body {
    position: absolute;
    bottom: -250px;
    left: 5%;
    padding: 30px 15px 15px;
    width: 275px;
    height: 250px;
    background-color: white;
    text-align:center;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0px -4px 48px 0px rgba(97,97,97,1);
    -moz-box-shadow: 0px -4px 48px 0px rgba(97,97,97,1);
    box-shadow: 0px -4px 48px 0px rgba(97,97,97,1);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}
.close {
    margin-top: -20px;
    text-shadow: 0 1px 0 #ffffff;
}
.popup-button {
    margin-left: 140px;
    margin-top: 77px;
    font-weight: bold;
}
.fade.in
{
  width: 16%!important;
  /* height: 400px; */
  position: fixed;
  bottom: 0;
  left: 0px;
}