@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.modal-wrapper1 {
     display: none; 
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.7490196078);
  font-family: "Nunito", sans-serif;
}
.ylw-text {
  color: #ffff01;
}
.modal-wrapper1.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 999;
  overflow: hidden;
}
.modal-wrapper1.active .modal-content-bg {
  opacity: 1;
}
.marbtm-0{
  margin-bottom: 0 !important;
}
.pop_content_box2{
  margin-top: 9% !important;
}
.txt_cntr{
text-align: center !important;
}
.modal-wrapper1 .modal-content-bg {
  z-index: 1;
  opacity: 0;
  transition: opacity;
  position: relative;
  overflow-x: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #f0f1f2;
  color: #4e4e4e;
  overflow-y: auto;
  max-width: 715px;
  width: 95%;
  height: auto;
  font-size: 18px;
}
.no_thanks {
    font-size: 18px !important;
    line-height: 22px !important;
    color: #fff;
    font-weight: 400 !important;
}
.sub-cntnt {
    padding: 0px 70px;
    margin-bottom: 12px;
}
.sub-cntnt p {
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}
.modal-wrapper1 .modal-content-bg .close-btn:not(a) {
  outline: none;
  border: none;
  border-radius: 50%;
  color: #685e5e;
  background-color: transparent;
  padding: 15px;
  cursor: pointer;
  position: absolute;
  right: 1%;
  top: 2%;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
#email {
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: none;
    font-size: 21px;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
}
.btns .ylw-btn {
  width: 100%;
  max-width: 350px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #f90 0, #ffd500 100%);
  padding: 24px 0px;
  border-radius: 15px;
  border: 2px solid rgb(255, 176, 56);
  align-self: center;
}
.btns .grey-btn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, #F15925 0%, #FFD500 100%);
    border: 1.5px solid #FFD500;
    margin-bottom: 10px;
}
.btns a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
    display: block;
}
.red_txt{
color: red !important;
}
.btns {
	padding: 0px 70px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.modal-wrapper1 .modal-content-bg .close-btn:not(a):active,
.modal-wrapper1 .modal-content-bg .close-btn:not(a):focus,
.modal-wrapper1 .modal-content-bg .close-btn:not(a):hover {
  opacity: 1;
  background: rgba(128, 128, 128, 0.5);
}
.modal-wrapper1 .modal-content-bg .close-btn:not(a)::before,
.modal-wrapper1 .modal-content-bg .close-btn:not(a)::after {
  content: " ";
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: currentColor;
}
.modal-wrapper1 .modal-content-bg .close-btn:not(a)::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-wrapper1 .modal-content-bg .close-btn:not(a)::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.thanku_head{
    font-size: 35px !important;
    line-height: 50px !important;
}
.exit-intent__wait {
    
}
.modal-wrapper1 .modal-content-bg .header-wrapper {
  background-color: red;
  padding: 0.8em;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.modal-wrapper1 .modal-content-bg .header-wrapper .heading {
  font-size: 1.9em;
}
.modal-wrapper1 .modal-content-bg .header-wrapper .sub-heading {
  font-size: 0.95em;
}
.modal-wrapper1 .modal-content-bg .header-wrapper .sub-heading br {
  display: none;
}
.modal-wrapper1 .modal-content-bg .inner-content {
  padding: 1em 0.7em 1em 0.7em;
}
.modal-wrapper1 .modal-content-bg .inner-content .img-bottles {
  margin: 0 auto 1em;
  max-width: 550px;
}
.modal-wrapper1 .modal-content-bg .inner-content .recommended-text {
  font-size: 0.8em;
  font-style: italic;
  color: #000000;
}
.left_align p{
text-align: left !important;
}
.modal-wrapper1 .modal-content-bg .inner-content .btn {
  color: #fff;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  padding: 0.6em 1em;
  margin-top: 0.7em;
  box-shadow: 0 3px 6px #000;
  border-radius: 4px;
  cursor: pointer;
  display: block;
}
.modal-wrapper1 .modal-content-bg .inner-content .btn.btn__atc {
  font-size: 1.16em;
  transition: 0.3s ease-in-out;
  background: red;
}
.modal-wrapper1 .modal-content-bg .inner-content .btn.btn__atc:active,
.modal-wrapper1 .modal-content-bg .inner-content .btn.btn__atc:focus,
.modal-wrapper1 .modal-content-bg .inner-content .btn.btn__atc:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.modal-wrapper1 .modal-content-bg .inner-content .btn.btn__decline {
  background: #555;
  font-size: 0.9em;
}
#timer2 {
  font-family: "Oswald", sans-serif !important;
  width: 100%;
  max-width: 180px;
  margin-left: 10px;
}
.modal-wrapper1.exit-intent .modal-content-bg {
    background-color: #999;
    background-image: url("/ds/assets-mbn/images-new/bg_dktp_new.webp");
    background-repeat: no-repeat;
    background-clip: padding-box;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2117647059);
    /* border-radius: 17px; */
    color: #4e4e4e;
    width: 100%;
    max-width: 890px;
    font-size: 20px;
    height: auto;
    padding: 2em 0px 1.0em;
    text-align: center;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    border-radius: 11px;
}
.modal-wrapper1.exit-intent .modal-content-bg .close-btn:not(a) {
    position: absolute;
    right: 1%;
    color: #484141;
    top: 1%;
    color: #FFF;
    background: #4e4e4e;
}
.modal-wrapper1.exit-intent .modal-content-bg .exit-intent__wait {
    font-size: 2.1em;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background-color: #375c6d;
    padding: 14px 0px;
    background: #3399cc;
}
.ylw_txt {
    color: #ffd500;
    font-weight: 800;
}
.modal-wrapper1.exit-intent .modal-content-bg .exit-intent__timer {
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0.4em;
}
.modal-wrapper1.exit-intent .modal-content-bg .exit-intent__heading {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    /* margin-bottom: 0.7em; */
    padding: 10px 0px 5px;
}
.modal-wrapper1.exit-intent .modal-content-bg .offer-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 1em;
}
.modal-wrapper1.exit-intent .modal-content-bg .offer-box__img {
  max-width: 170px;
}
.ylw-txt {
	color: #FFD500;
	font-weight: 700;
}
.modal-wrapper1.exit-intent .modal-content-bg .offer-box__txt {
  font-size: 1em;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}
.modal-wrapper1.exit-intent .modal-content-bg a.close-btn {
    /* border: none; */
    background-color: rgba(251, 56, 56, 0.7);
    /* border-radius: 6px; */
    /* padding: 14px 20px; */
    /* font-size: 1em; */
    color: #fff;
    box-shadow: 0 3px 6px #834e4e;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    transition: 0.3s ease-in-out;
}
.modal-wrapper1.exit-intent .modal-content-bg a.close-btn:hover,
.modal-wrapper1.exit-intent .modal-content-bg a.close-btn:active,
.modal-wrapper1.exit-intent .modal-content-bg a.close-btn:focus {
  background-color: #8c0e0e;
}

@media(max-width:768px){
  .modal-wrapper1.exit-intent .modal-content-bg .exit-intent__heading {
    font-size: 28px;
    line-height: 32px;
}
.sub-cntnt p {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 12px;
}
.sub-cntnt {
  padding: 0px 20px;
  margin-bottom: 21px;
}
.btns {
    padding: 0px 20px;
}
.btns a {
  font-size: 22px;
}
.btns {
    flex-direction: column;
    align-items: center;
    gap: 0px;
}
.modal-wrapper1.exit-intent .modal-content-bg .exit-intent__wait {
    font-size: 32px;
    padding: 15px 0px;
}
@media(max-width:560px){
    .modal-wrapper1.exit-intent .modal-content-bg .exit-intent__wait {
    font-size: 24px;
    padding: 12px 0px;
}
  .modal-wrapper1.exit-intent .modal-content-bg .exit-intent__heading {
    font-size: 22px;
    line-height: 32px;
}
  .sub-cntnt p {
    font-size: 20px;
    line-height: 28px;
}
  #email {
    padding: 10px 15px;
    font-size: 19px;
}
.btns a {
    font-size: 20px;
    line-height: 30px;
}
}
@media(max-width:500px){
.modal-wrapper1.exit-intent .modal-content-bg .exit-intent__heading {
  font-size: 25px;
  line-height: 29px;
  padding: 16px 0px 0px;
}
.sub-cntnt p {
  font-size: 18px;
  margin-bottom: 12px;
}
  .modal-wrapper1.exit-intent .modal-content-bg .exit-intent__heading {
    margin-bottom: 20px;
}
.btns a {
	font-size: 15px;
}
.btns .ylw-btn {
  padding: 19px 0px;
}
.modal-wrapper1.exit-intent .modal-content-bg {
  background-image: url("/ds/assets-mbn/images-new/bg_mbl_new.webp");
}
#email {
	padding: 11px 0px;;
	margin-bottom: 7px;
	font-size: 18px;
}
}
@media(max-width:428px){
 .modal-wrapper1.exit-intent .modal-content-bg .exit-intent__heading {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}
  .thanku_head {
    font-size: 26px !important;
    line-height: 30px !important;
}
.sub-cntnt p {
    font-size: 19px;
    line-height: 28px;
}
.btns .ylw-btn {
  padding: 16px 0px;
}

.btns .ylw-btn {
  max-width: 285px;
}
  .nxt{
  display: block;
  }
.btns a {
    font-size: 18px;
    line-height: 22px;
}
.modal-wrapper1.exit-intent .modal-content-bg .exit-intent__wait {
    font-size: 22px;
    line-height: 30px;
    padding: 10px 0px;
    margin-bottom: 10px;
}
}
@media(max-width:390px){
  .modal-wrapper1.exit-intent .modal-content-bg .exit-intent__heading {
    font-size: 20px;
    line-height: 25px;
}
.btns .ylw-btn {
  padding: 14px 0px;
}
.btns .grey-btn {
  padding: 4px;
}
}

@media(max-width:320px){
.modal-wrapper1.exit-intent .modal-content-bg .exit-intent__heading {
  font-size: 18px;
}
.btns a {
  font-size: 15px;
}
.sub-cntnt p {
    font-size: 17px;
    line-height: 25px;
}
}