.modal-content{
background: #e7f4f6 !important;
}

.modal-header {
    position: relative;
    border-bottom: 1px dashed #21a7d0 !important;
}

.logo-popup {
  position: absolute;
  max-width: 45px;
  background-color: #1A4B76;
  padding: 0.2rem;
  top: 13px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: #21a7d0;
}

.modal-header .close {
  padding: 1rem 1rem !important;
  margin: 0 !important;
  position: absolute;
  right: 0 !important;
  font-size: 4rem;
  top: 0;
  line-height: 0.5;
}

.modal-body{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.modal-body p{
  font-size: 18px;
  line-height: 30px;
  color: #505050;
  margin-bottom: 1rem;
}

.modal-footer{
    border-top: 1px dashed #21a7d0 !important;
}

/*.readon.banner-style-blue{
    background: #21a7d0;
}*/

/*.readon.banner-style-blue:hover {
  background: #1e95ba;
}*/