.poab-wrapper {
    height:600px;
}
.poab-wrapper iframe {
    width: 100%;
    height: 100%;
}


.poab-wrapper.error {
    font-size: 19px;
    font-weight: bold;
    width: 100% !important;
    text-align: center;
}

.errorIcon {
    background-color: #ff0000;
    border-radius: 8px 8px 0 0;
    padding: 25px;
}
.color-white {
    padding:10px;
    color:#fff;
}
.error-text {
    padding-top: 70px;
}
/* 
#appintment-booking-modal{
    max-width:100%;
    background:#fff;
    position:relative;
    border-radius: 10px;
  }


  .poab-modal-wrapper {
    width:calc(100%);
    height:calc(100vh - 4vh);
  }
  .poab-modal-wrapper iframe {
    width: -webkit-fill-available;
    height: 100%;
    padding-top: 40px;
}

#appintment-booking-modal .mfp-close {
    top:0 !important;
} */