.leaving-modal {
  position: fixed;
  display: none;
  top: 40%;
  height: 250px;
  width: 530px;
  background: white;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 201;
}

.leaving-modal .right {
  float: left;
  width: 60%;
  padding: 1em;
}

.leaving-modal .right svg {
  width: 100%;
  height: 60px;
}

.leaving-modal .right .continue {
  background-color: #00AEFF;
  border-color: #003B78;
  width: 100%;
  margin: 0 auto;
  line-height: 0em;
  font-size: 26px;
  padding: 0.9em;
  margin-top: 10px;
}

.leaving-modal .right .continue:hover {
  background-color: #003B78;
  border-color: #00AEFF;
  text-decoration: none;
}

.leaving-modal .right .continue:after {
  font-family: 'fontawesome';
  content: '\f0a9';
  margin-left: 10px;
}

.leaving-modal .right p {
  font-size: 24px;
  text-align: center;
  color: #187BB5;
  font-weight: 500;
}

.leaving-modal .right .stay {
  text-align: left;
  display: block;
  font-size: 14px;
  margin-top: 18px;
  cursor: pointer;
}

.leaving-modal .right .stay:before {
  font-family: 'fontawesome';
  content: '\f060';
  margin-right: 10px;
}

.leaving-modal .left {
  float: left;
  width: 40%;
  height: 100%;
}

.leaving-modal .left img {
  max-width: 100%;
  max-height: 100%;
}

.leaving-modal .close-btn {
  position: absolute;
  top: -35px;
  right: 0;
  cursor: pointer;
  font-size: 18px;
  color: white;
  font-family: "Museo Sans W03";
}

.leaving-modal .close-btn .close-modal {
  color: #E02619;
  background-color: white;
  font-size: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.leaving-modal .close-btn .close-modal:before {
  margin-left: 2px;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .leaving-modal {
    width: 90%;
    height: 190px;
  }
  .leaving-modal .right p {
    font-size: 13px;
    margin: 0;
  }
  .leaving-modal .right .continue {
    font-size: 20px;
    width: 100%;
  }
  .leaving-modal .right .stay {
    font-size: 11px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .leaving-modal {
    top: 10%;
  }
}

.overlay {
  background: #000000;
  opacity: 0.8;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}

/*# sourceMappingURL=leaving-modal.css.map */
