
/*_________________modal*/

#ouibounce-modal{    display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11111111;
  display: none;}

.exit-modal.ouibounce-height-425 {
  width: 28%;
  margin: auto;
  margin-top: 9%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

h5.text-white {
  color: #fff;
  text-align: center;
  padding: 4% 1%;
  margin: 0;
  background-color: #0499f2;
  background-image: linear-gradient(315deg, #0499f2 0%, #26f596 74%);
  font-size: 20px;
  letter-spacing: 0.5px;
}

h4.text-orng {
  font-size: 23px;
  margin-bottom: 4%;
}
input#btn_exit_popup_submit {
  background-color: #0499f2;
  justify-content: center;
  background-image: linear-gradient(315deg, #0499f2 0%, #26f596 74%);
  color: #fff;
}
.underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #272222c2;
  z-index: -1;
}


button.close.no_thanks {
  opacity: 1;
  padding: 4% 2%;
  position: absolute;
  right: 2%;
  cursor: pointer;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  --webkit-appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.modal-title {
  position: relative;
}

p.no_thanks {
    cursor: pointer;
    color: #000;
}
p {
    margin: 0 0 10px;
}
.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.text-center {
  text-align: center;
}

input#btn_exit_popup_submit {
  background-color: #0499f2;
  background-image: linear-gradient(315deg, #0499f2 0%, #26f596 74%);
  color: #fff;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  --webkit-appearance: button;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
button, input, select[multiple], textarea {
  background-image: none;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  line-height: normal;
}
button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}