/* newsletter popup */
.newslatter-img {
  float: right;
}
.b-close {
  float: left;
}
.b-close::before {
  left: 3px;
}
/* newsllter */
#dialog-normal .newletter-title {
  float: right;
  text-align: right;
}
#dialog-normal .newletter-title .tt-title::before {
  left: auto;
  right: 10px;
}
.newletter-popup .box {
  float: left;
}
#dialog-normal .newleter-content {
  float: left;
}
#subscribe_email {
  padding: 0 15px 0 125px;
  text-align: right;
  font-size: 26px;
}
.newletter-subscribe {
  float: right;
}
#dialog-normal .newletter-desc {
  float: right;
}
#subscribe .btn {
  left: 0;
  right: auto;
  border-radius: 8px 0 0 8px;
}
#notification-normal {
  right: 11px;
  left: auto;
  float: right;
  width: 97%;
}
#subscribe .btn::after {
  right: 0;
  left: auto;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -khtml-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
#dialog-normal .newletter-title h2 {
  float: right;
  text-align: right;
  padding-right: 55px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  #dialog-normal .newletter-title {
    float: none;
  }
  #dialog-normal .newletter-title .tt-title::before {
    float: none;
  }
  #dialog-normal .newleter-content {
    float: none;
  }
  #dialog-normal .newletter-title h2 {
    float: none;
    text-align: center;
    padding: 35px 0 0 0;
  }
  .newletter-subscribe {
    padding: 15px 10px;
  }
  #dialog-normal .newletter-title .tt-title::before {
    left: 0;
    right: 0;
  }
}
@media (max-width: 600px) {
  #popup2 {
    left: 0;
    right: auto;
  }
}
@media (max-width: 480px) {
  #subscribe_email {
    padding: 0 15px 0 50px;
  }
  #dialog-normal .newletter-title h2 {
    padding: 40px 0 0;
  }
  #dialog-normal .newletter-title .tt-title::before {
    left: 0;
    right: 0;
  }
  #subscribe .btn {
    padding: 0 10px;
  }
  #dialog-normal .newletter-title {
    float: none;
    padding: 0;
    text-align: center;
  }
}
