.subscribe-popup .modal-body {
  padding: 0;
}
.subscribe-popup .modal-dialog {
  max-width: 700px;
}
.newsletter-pop-up {
  padding: 30px;
}
.newsletter-pop-up::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  border: 2px dashed #0e93d8;
}
.subscribe-form,
.subscribe-form input {
  margin-bottom: 10px;
}
.popup-text h2 {
  font-size: 80px;
}
.newsletter-pop-up .close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9;
}
.signle_banner {
  position: relative;
  overflow: hidden;
}
.banner_txt {
  color: #292b2c;
  position: absolute;
  bottom: 20px;
  padding: 0 15px;
  right: 0;
  left: 0;
  text-transform: capitalize;
}
.signle_banner img {
  transition: all 0.5s ease-in-out;
  position: relative;
  width: 100%;
  z-index: -1;
}
.signle_banner:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.style1 .banner_txt,
.style2 .banner_txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  bottom: 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.style1 .banner_txt {
  -ms-flex-align: end;
  align-items: end;
  left: auto;
  max-width: 280px;
  width: 100%;
}
.style2 .banner_txt {
  -ms-flex-align: start;
  align-items: start;
  right: auto;
  max-width: 210px;
  width: 100%;
}
.style1 .banner_txt:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -35px;
  z-index: -1;
  -moz-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.style2 .banner_txt::before {
  background-image: url(../images/shape.png);
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center right;
  width: 107px;
}
.shop_info {
  padding: 50px 30px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .style1 .banner_txt {
    max-width: 240px;
  }
  .style1 .banner_txt h2,
  .style2 .banner_txt h2 {
    font-size: 26px;
  }
  .style2 .banner_txt {
    max-width: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .shop_info div[class*="col-"] .icon_box {
    margin-top: 30px;
  }
  .shop_info div[class*="col-"]:nth-child(-n + 2) .icon_box {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-popup .modal-dialog {
    margin: auto 15px;
  }
  .popup-text h2 {
    font-size: 60px;
  }
  .shop_info {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .popup-text h2 {
    font-size: 50px;
  }
  .shop_info div[class*="col-"]:nth-child(-n + 2) .icon_box {
    margin-top: 30px;
  }
  .shop_info div[class*="col-"]:first-child .icon_box {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .popup-text h2 {
    font-size: 40px;
  }
  .style1 .banner_txt {
    max-width: 200px;
  }
  .style1 .banner_txt h2,
  .style2 .banner_txt h2 {
    font-size: 20px;
  }
  .style2 .banner_txt {
    max-width: 180px;
  }
}
@media only screen and (max-width: 380px) {
  .popup-text h2 {
    font-size: 30px;
  }
  .style1 .banner_txt {
    max-width: 150px;
  }
  .style1 .banner_txt .btn,
  .style2 .banner_txt .btn {
    padding: 3px 10px;
    font-size: 12px;
  }
  .style1 .banner_txt span,
  .style2 .banner_txt span,
  .style2 .banner_txt h6 {
    font-size: 12px;
  }
  .style1 .banner_txt h2,
  .style2 .banner_txt h2 {
    font-size: 16px;
    margin: 5px 0 !important;
  }
  .style2 .banner_txt {
    max-width: 130px;
  }
}
