* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/*body .header {
    z-index: 7;
}*/
body .main .box {
    position: relative;
/*    z-index: 0;*/
}
.modal-wrapper1 {
  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: "Work Sans", sans-serif;
}
.ylw-text {
  color: #ffff01;
}
.tdlr-head{
    width:100%;
    max-width:500px;
    display:block;
    margin:0 auto;
}
.modal-wrapper1.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 999;
    overflow: hidden;
    display: block;
}
.heading_tldr {
    font-family: Oswald;
    font-size: 9rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: rgba(255, 255, 0, 1);
}
.modal-wrapper1.active .modal-content-bg {
  opacity: 1;
}
.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;
  z-index: 99999999;
}
.sub-cntnt{
  padding: 0px 20px;
  margin-bottom: 20px;
}
.sub-cntnt p {
    font-size: 51.63px;
    font-weight: 700;
    line-height: 86.8px;
    text-align: center;
    color: #fff;
}
.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;
}
.btns .ylw-btn {
    width: 100%;
    max-width: 599px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: rgba(218, 40, 40, 1);
    padding: 13px 0px;
    border-radius: 15px;
    border: 3px solid rgba(218, 40, 40, 1);
    align-self: center;
}

.btns a {
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  font-weight: 600;
  display: block;
}
.btns {
  padding: 0px 35px;
  display: flex;
  justify-content: space-around;
}
.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);
}
.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;
}
.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;
}

.modal-wrapper1.exit-intent .modal-content-bg {
    background-color: #999;
    background-image: url("/assets/images/vs/Exit-bg_dktp.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: 4rem 0px 6rem;
    text-align: center;
    background-size: cover;
    background-position: center;
    border: 1px solid yellow;
    margin: 0% auto 0;
    margin-top: 12%;
/*    z-index: 99999 !important;*/
}

.modal-wrapper1.exit-intent .modal-content-bg .close-btn:not(a) {
    position: absolute;
    right: 2%;
    color: #484141;
    top: 1%;
    color: #FFF;
    background: #4e4e4e;
}
.modal-wrapper1.exit-intent .modal-content-bg .exit-intent__wait {
  font-size: 3.3em;
  line-height: 1;
  font-weight: 600;
  color: #ffff01;
  background-color: #375c6d;
  padding: 20px 0px;
}
.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 .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;
}
.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:1370px)
{
  .modal-wrapper1.exit-intent .modal-content-bg {
    margin-top: 4%;
}
}

@media(max-width:1024px){
  .heading_tldr {
    font-size: 7rem;
  }
}

@media(max-width:768px){
.modal-wrapper1 {
   
    padding: 0px 40px;
}
.tdlr-head {
    max-width: 379px;
}
.sub-cntnt {
  padding: 0px 20px;
  margin-bottom: 21px;
}
.sub-cntnt p {
    font-size: 42.63px;
}
.btns .ylw-btn {
    max-width: 522px;
    padding: 13px 0px;
}

.btns a {
  font-size: 27px;
}
.btns{
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.modal-wrapper1.exit-intent .modal-content-bg .exit-intent__wait {
  font-size: 48px;
  padding: 15px 0px;
}
}

@media(max-width:540px){
      .sub-cntnt p {
        font-size: 35.63px;
    }
}

@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: 32.63px;
    line-height:48px;
}
.btns a {
    font-size: 22px;
    padding: 0px 20px;
}
.btns .ylw-btn {
  padding: 19px 0px;
}
.modal-wrapper1.exit-intent .modal-content-bg {
    padding: 3em 0px 3em;
}
.tdlr-head {
    max-width: 350px;
}
.btns .ylw-btn {
    padding: 12px 31px;
}
}
@media(max-width:428px){
  .modal-wrapper1.exit-intent .modal-content-bg .exit-intent__heading {
    font-size: 21px;
    line-height: 29px;
}
.modal-wrapper1.exit-intent .modal-content-bg {
  background-image: url("/assets/images/vs/exit-bg_mbl.webp");
}

.btns .grey-btn {
  max-width: 285px;
}
.btns .ylw-btn {
  max-width: 285px;
}
.btns a {
    font-size: 21px;
}
.modal-wrapper1.exit-intent .modal-content-bg .exit-intent__wait {
  font-size: 37px;
  padding: 8px 0px;
}
.sub-cntnt p {
    font-size: 26.63px;
    line-height:34px;
}
.modal-wrapper1 {
    padding: 0px 10px;
}
  .btns {
    padding: 0px 20px;
  }
}
@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;
}
.btns a {
    font-size: 21px;
}
    .sub-cntnt p {
        font-size: 25.63px;
        line-height: 34px;
    }
      .heading_tldr {
        font-size: 5rem;
    }
}

@media(max-width:320px){
.modal-wrapper1.exit-intent .modal-content-bg .exit-intent__heading {
  font-size: 18px;
}
.sub-cntnt {
    padding: 0px 7px;
    margin-bottom: 21px;
}
.btns a {
  font-size: 15px;
}
.sub-cntnt p {
    font-size: 23.63px;
}

}