.new-container {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 1170px;
}
.new-container.dual {
  padding: 0;
}

.nf-title {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.dual-box {
  display: grid;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 908px 260px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 100%;
  height: auto;
  max-width: 1170px;
  background: #ffffff;
  z-index: 2;
  position: relative;
}
.dual-box::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 741px;
  position: absolute;
  left: 0;
  top: -114px;
  right: auto;
  bottom: auto;
  z-index: 1;
  box-shadow: 0px -8px 20px -1px rgba(0, 0, 0, 0.3);
  max-width: 908px;
}
.dual-box__main {
  position: relative;
  bottom: 114px;
  background: #ffffff;
  z-index: 5;
}
.dual-box__main h1, .dual-box__main h2, .dual-box__main h3, .dual-box__main h4, .dual-box__main h5, .dual-box__main h6 {
  display: block;
  padding: 0 40px;
  margin: 24px 0 12px;
}
.dual-box__main p {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
}
.dual-box__main a {
  display: inline;
  color: #4caf50;
  text-decoration: none;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}
.dual-box__main a:hover {
  text-decoration: underline;
}
.dual-box__main ul {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}
.dual-box__main ul li {
  display: block;
  margin: 0;
  padding: 0 0 3px 20px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
  position: relative;
  counter-increment: custom-counter;
}
.dual-box__main ul li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: #9bc464;
  color: transparent;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  counter-increment: number;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 9px;
}
.dual-box__main ul li:last-child {
  margin-bottom: 0;
}
.dual-box__main ol {
  display: block;
  margin: 12px 0;
  padding: 0 0 3px 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}
.dual-box__main ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}
.dual-box__main ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}
.dual-box__main ol li:last-child {
  margin-bottom: 0;
}
.dual-box__main img.unic-img {
  display: block;
  margin: 14px auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 85%;
  border-radius: 6px;
}
.dual-box__main * h1, .dual-box__main * h2, .dual-box__main * h3, .dual-box__main * h4, .dual-box__main * h5, .dual-box__main * h6, .dual-box__main * p {
  padding: 0;
}
.dual-box__main * ul {
  display: block;
  margin: 16px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}
.dual-box__main * ul li {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: #000000;
  position: relative;
  list-style: none;
}
.dual-box__main * ul li::before, .dual-box__main * ul li::after {
  display: none;
}
.dual-box__main * ul li:last-child {
  margin-bottom: 0;
}
.dual-box__main * ol {
  display: block;
  margin: 16px 0;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}
.dual-box__main * ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}
.dual-box__main * ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}
.dual-box__main * ol li:last-child {
  margin-bottom: 0;
}
.dual-box__sidebar {
  display: block;
  margin: 0;
  padding: 44px 0;
  box-sizing: border-box;
}

/* Media Queries -- 1200px */
@media screen and (max-width: 1199px) {
  .dual-box {
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .dual-box__sidebar {
    display: none;
  }
}
/* Media Queries -- 500px */
@media screen and (max-width: 500px) {
  .dual-box__main img.unic-img {
    display: block;
    margin: 14px auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 95%;
    border-radius: 6px;
  }
}
body {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

.coup-copy-btn {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  color: transparent;
}

.new-copy-coupon {
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.new-copy-coupon-box {
  display: grid;
  margin: 0;
  padding: 11px 20px;
  box-sizing: border-box;
  grid-template-columns: 50px 240px 120px;
  grid-column-gap: 22px;
  grid-row-gap: 0;
  width: 500px;
  height: auto;
  border: 1px dashed #89c338;
  border-radius: 6px;
  background: #ffffff;
}
.new-copy-coupon-box .coup-present {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
}
.new-copy-coupon-box .coup-present-circle {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background: #89c338;
}
.new-copy-coupon-box .coup-present-circle .circle__img {
  max-width: 32px;
}
.new-copy-coupon-box .coup-content {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: auto;
  max-width: 240px;
}
.new-copy-coupon-box .coup-content-wrap {
  width: 100%;
  height: 100%;
}
.new-copy-coupon-box .coup-content .coup-content__code {
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  color: #7fba2b;
}
.new-copy-coupon-box .coup-content p {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  color: #000000;
}
.new-copy-coupon-box .coup-content p span {
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}
.new-copy-coupon-box .coup-btns {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  position: relative;
}
.new-copy-coupon-box .coup-btns .copy-tooltiptext {
  display: 6px;
  margin: 0;
  padding: 6px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  width: 120px;
  height: auto;
  background: #555555;
  color: #ffffff;
  position: absolute;
  z-index: 200;
  right: 45px;
  bottom: 48px;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  white-space: nowrap;
  transform: scale(0);
  left: 0;
}
.new-copy-coupon-box .coup-btns .copy-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.new-copy-coupon-box .coup-btns.copied .copy-tooltiptext {
  opacity: 1;
  transform: scale(1);
}
.new-copy-coupon-box .coup-btns .copied {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 20px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
  background: #ffffff;
  position: absolute;
  right: -84px;
  top: 50%;
  z-index: 1;
  transform: translateX(0) translateY(-50%);
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.new-copy-coupon-box .coup-btns .copied::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #cccccc transparent transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.new-copy-coupon-box .coup-btns__button {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 32px;
  background: #7fba2b;
  color: #ffffff;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 22px;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
.new-copy-coupon-box .coup-btns__button::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 190ms ease-in-out;
  -webkit-transition: all 190ms ease-in-out;
  -moz-transition: all 190ms ease-in-out;
  background: #4a7c3d;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(23px);
  opacity: 0;
}
.new-copy-coupon-box .coup-btns__button span {
  position: relative;
  z-index: 5;
}
.new-copy-coupon-box .coup-btns__button:hover::before {
  transform: translateY(0);
  opacity: 1;
}

/* Media Queries -- 990px */
@media screen and (max-width: 990px) {
  .new-copy-coupon-box {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Media Queries -- 600px */
@media screen and (max-width: 600px) {
  .new-copy-coupon-box {
    grid-template-columns: 50px 215px 120px;
    grid-column-gap: 10px;
    grid-row-gap: 0;
    width: 448px;
  }
}
/* Media Queries -- 500px */
@media screen and (max-width: 500px) {
  .new-copy-coupon-box {
    display: block;
    width: 290px;
  }
  .new-copy-coupon-box .coup-present {
    margin: 0 auto;
  }
  .new-copy-coupon-box .coup-content {
    margin: 10px auto;
  }
  .new-copy-coupon-box .coup-content-wrap {
    text-align: center;
  }
  .new-copy-coupon-box .coup-btns {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=copy-coupon.css.map */
