@charset "utf-8";
/*====CSS Document====*/
body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: "Roboto";
  font-weight: normal;
}
div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
table,
tr,
td {
  border: 0;
}
a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
.upsell1a-img-full {
  max-width: 100%;
}
.upsell1a-clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}
.upsell1a-fl {
  float: left;
}
.upsell1a-fr {
  float: right;
}

/*-----------------------
FONTS
------------------------*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts-nco/Roboto-Regular.woff2") format("woff2"),
    url("../fonts-nco/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts-nco/Roboto-Medium.woff2") format("woff2"),
    url("../fonts-nco/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts-nco/Roboto-Bold.woff2") format("woff2"),
    url("../fonts-nco/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts-nco/Roboto-ExtraBold.woff2") format("woff2"),
    url("../fonts-nco/Roboto-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.upsell1a {
  font-family: "Roboto";
  text-align: center;
}

.upsell1a-cursor-pointer {
  cursor: pointer;
}

/*-----------------------
MAIN CSS START
------------------------*/

.upsell1a-container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*-----Top-Caption-------*/
.upsell1a-top_caption {
  float: left;
  width: 100%;
  background: #ff0000;
  padding: 6px 0 8px;
}
.upsell1a-top_caption p {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

/*========Header========*/
.upsell1a-header {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 16px 0;
}
.upsell1a-logo {
  float: left;
  width: 128px;
  margin-top: 2px;
}
.upsell1a-step_box {
  float: right;
}
ul.upsell1a-step_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
ul.upsell1a-step_list li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  width: 80px;
  position: relative;
  z-index: 2;
}
ul.upsell1a-step_list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -30%;
  right: 70%;
  height: 2px;
  background: #eaeaea;
  z-index: -1;
}
ul.upsell1a-step_list li:first-child:before {
  display: none;
}
ul.upsell1a-step_list li.upsell1a-active:before {
  background: #25ca5f;
}
ul.upsell1a-step_list li span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #25ca5f;
  color: #ffffff;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}
ul.upsell1a-step_list li:last-child span {
  color: #010000;
  background: #e1e1e1;
}
ul.upsell1a-step_list li p {
  color: #000000;
  font-size: 13px;
  line-height: 19px;
  margin-top: 4px;
}
ul.upsell1a-step_list li p.upsell1a-none-active {
  color: #676767;
}
.upsell1a-step_tick_icon {
  width: 11px;
}

/*=====Strip-Section=====*/
.upsell1a-strip_section {
  float: left;
  width: 100%;
  background: #fdf8e3;
  border-top: 2px dashed #ff3731;
  border-bottom: 2px dashed #ff3731;
  padding: 13px 0;
}
.upsell1a-strip_content {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.upsell1a-strip_text {
  color: #141414;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
.upsell1a-strip_text span {
  color: #ff0000;
  font-weight: bold;
  text-transform: uppercase;
}
.upsell1a-alert_icon {
  margin: -2px 6px 0 0;
  width: 26px;
}

/*====Upsell1-Section1====*/
.upsell1a-up1_section1 {
  float: left;
  width: 100%;
  padding: 30px 0 60px;
}
.upsell1a-up1_section1_content {
  display: inline-block;
  vertical-align: middle;
  max-width: 1030px;
  width: 100%;
  margin-top: 35px;
}
.upsell1a-up1_section1_heading {
  color: #141414;
  font-size: 34px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: -0.3px;
}
.upsell1a-up1_section1_left {
  float: left;
  width: 51%;
}
.upsell1a-up1_product_image {
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
}
.upsell1a-faq-container {
  float: left;
  width: 100%;
  margin-top: 22px;
}
.upsell1a-up-slide-dwn {
  float: left;
  width: 100%;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #e1e0e0;
}
.upsell1a-up-slide-dwn:last-child {
  border-bottom: none;
}
.upsell1a-accordion {
  float: left;
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  background: url(../../images/close-upsell-v1.webp) no-repeat no-repeat right
    15px center;
  padding: 18px 35px 18px 0;
  cursor: pointer;
}
.upsell1a-acdn-heading.upsell1a-accordion-open {
  background: url(../../images/open-upsell-v1.webp) no-repeat right 15px center;
}
.upsell1a-acdn-content {
  float: left;
  width: 100%;
  padding: 0 0;
}
.upsell1a-acdn-para {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}
.upsell1a-acdn-para li {
  list-style: inherit;
}
.upsell1a-upsell_section_right {
  float: right;
  width: 45%;
}
.upsell1a-up1_product_name {
  color: #000000;
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
  text-align: left;
}
ul.upsell1a-up1_feature_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 2.8%;
  width: 100%;
  margin-top: 12px;
}
ul.upsell1a-up1_feature_list li {
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  text-align: left;
  background: #1a1f35;
  border-radius: 4px;
  padding: 6px 13px;
}
ul.upsell1a-up1_benefit_list {
  float: left;
  width: 100%;
  margin-top: 13px;
}
ul.upsell1a-up1_benefit_list li {
  float: left;
  width: 100%;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  background: url(../../images/tick-icn.webp) no-repeat left 4px;
  background-size: 22px;
  padding-left: 35px;
  margin-top: 10px;
}
.upsell1a-code_box {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  max-width: 395px;
  width: 100%;
  text-align: center;
  background: #ffffff;
  border: 2px dashed #777e92;
  padding: 6px 7px 6px 5px;
  margin: 30px auto 0;
}
.upsell1a-code_box_left {
  text-align: center;
}
.upsell1a-code_box_left p {
  color: #ffffff;
  font-size: 17px;
  line-height: 18px;
  background: #000d33;
  border: 1px solid #666e85;
  padding: 7px 14px;
}
.upsell1a-code_box_left p span {
  color: #25ca5f;
  font-weight: bold;
}
.upsell1a-code_box_right {
  text-align: left;
}
.upsell1a-code_box_right p {
  color: #181718;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
}
.upsell1a-code_box_right p span {
  color: #ff001e;
  font-weight: bold;
}
.upsell1a-package_row {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.upsell1a-package_column {
  width: 31.5%;
  border: 2px solid #cccccc;
  border-radius: 10px;
  padding: 18px 10px 10px;
  position: relative;
  cursor: pointer;
}
.upsell1a-package_column.upsell1a-active {
  border-color: #000000;
  background: #fffbe5;
}
.upsell1a-best_value_text {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  color: #fefefe;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #23d86b;
  border-radius: 5px;
  padding: 4px 5px;
}
.upsell1a-package_heading {
  color: #0d0d0d;
  font-size: 21px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.upsell1a-package_product {
  display: block;
  margin: 12px auto;
  width: auto;
  height: 72px;
  object-fit: contain;
}
.upsell1a-package_orginial_price {
  color: #d54545;
  font-size: 14px;
  line-height: 14px;
}
.upsell1a-package_orginial_price span {
  text-decoration: line-through;
}
.upsell1a-package_price {
  color: #000d33;
  font-size: 15px;
  line-height: 20px;
  margin-top: 13px;
}
.upsell1a-package_price span {
  font-size: 23px;
  font-weight: 500;
}

.upsell1a-button_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 460px;
  text-align: center;
  margin-top: 40px;
}
.upsell1a-common_button_top_text {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  background: #fffed9;
  font-weight: 500;
  border: 1px dashed #df6411;
  border-radius: 5px;
  padding: 8px 36px 6px;
  position: relative;
  animation: jump ease-in-out 1.5s infinite;
}
.upsell1a-common_button_top_text span {
  color: #ff0000;
}
.upsell1a-common_button_top_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 20px;
}
.upsell1a-common_button_top_text:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 20px;
  width: 8px;
  height: 8px;
  background: #fffed9;
  border-right: 1px dashed #df6411;
  border-bottom: 1px dashed #df6411;
  transform: rotate(45deg);
}
.upsell1a-common_button {
  width: 100%;
  color: #ffffff;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 6px;
  background: #00c646;
  -webkit-box-shadow: 0 5px 5px 0 #7ec598;
  box-shadow: 0 4px 5px 0 #7ec598;
  padding: 22px 0 21px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.upsell1a-button_arrow {
  display: inline-block;
  vertical-align: middle;
  margin: -1px -5px 0 10px;
  width: 26px;
}
.upsell1a-common_button_bottom_text {
  float: left;
  width: 100%;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 15px;
}
.upsell1a-common_button_bottom_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 19px;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.upsell1a-no_thanks_text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #454545;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  text-align: center;
  margin-top: 60px;
}
.upsell1a-no_thanks_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 7px 0 0;
  width: 16px;
}

/*-----------------------
MEDIA-QUERY
------------------------*/
.upsell1a-show-mob,
.upsell1a-show-tab {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .upsell1a-container {
    width: 1004px;
  }
  .upsell1a-hide-1200 {
    display: none;
  }

  ul.upsell1a-up1_feature_list {
    width: 100%;
  }
}

@media only screen and (max-width: 1021px) {
  .upsell1a-container {
    width: 750px;
  }
  .upsell1a-show-tab {
    display: block;
  }
  .upsell1a-show-desk {
    display: none;
  }

  .upsell1a-top_caption p {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.3px;
  }

  .upsell1a-header {
    padding: 12px 0;
  }
  .upsell1a-logo {
    width: 110px;
    margin-top: 0;
  }
  ul.upsell1a-step_list li span {
    width: 22px;
    height: 22px;
    font-size: 13px;
    line-height: 13px;
  }
  ul.upsell1a-step_list li p {
    line-height: 13px;
    margin-top: 6px;
  }

  .upsell1a-strip_section {
    padding: 11px 0;
  }
  .upsell1a-alert_icon {
    width: 22px;
  }

  .upsell1a-up1_section1 {
    padding: 30px 0 40px;
  }
  .upsell1a-up1_section1_heading {
    font-size: 30px;
    line-height: 38px;
  }
  .upsell1a-up1_section1_content {
    margin-top: 30px;
  }
  .upsell1a-up1_section1_left {
    width: 45%;
  }
  .upsell1a-upsell_section_right {
    width: 52%;
  }
  .upsell1a-up1_product_name {
    font-size: 30px;
    line-height: 30px;
  }
  ul.upsell1a-up1_feature_list {
    width: 100%;
  }
  ul.upsell1a-up1_feature_list li {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px;
  }
  ul.upsell1a-up1_benefit_list {
    margin-top: 10px;
  }
  ul.upsell1a-up1_benefit_list li {
    font-size: 18px;
    line-height: 26px;
    background-position: left 2px;
    background-size: 20px;
    padding-left: 30px;
  }

  .upsell1a-code_box {
    max-width: 325px;
    margin: 25px auto 0;
  }
  .upsell1a-code_box_left p {
    font-size: 13px;
    line-height: 14px;
    padding: 7px 12px;
  }
  .upsell1a-code_box_right p {
    font-size: 14px;
    line-height: 14px;
  }

  .upsell1a-package_row {
    margin-top: 30px;
  }
  .upsell1a-package_column {
    width: 32.5%;
  }
  .upsell1a-package_heading {
    font-size: 20px;
    line-height: 20px;
  }
  .upsell1a-package_product {
    margin: 10px auto;
  }
  .upsell1a-package_price {
    font-size: 14px;
    margin-top: 12px;
  }
  .upsell1a-package_price span {
    font-size: 22px;
  }

  .upsell1a-button_box {
    margin-top: 30px;
  }
  .upsell1a-no_thanks_text {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .upsell1a-container {
    max-width: 600px;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .upsell1a-show-mob {
    display: block;
  }
  .upsell1a-hide-mob {
    display: none;
  }

  .upsell1a-top_caption {
    padding: 7px 0 6px;
  }

  .upsell1a-header {
    padding: 10px 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  }
  .upsell1a-header .upsell1a-container {
    padding: 0 10px;
  }
  .upsell1a-logo {
    width: 92px;
  }
  ul.upsell1a-step_list li {
    width: 55px;
  }
  ul.upsell1a-step_list li:before {
    top: 10px;
    left: -25%;
    right: 75%;
  }
  ul.upsell1a-step_list li p {
    display: none;
  }
  .upsell1a-special_offer_text {
    color: #000000;
    font-size: 11px;
    line-height: 11px;
    margin-top: 5px;
  }

  .upsell1a-strip_section {
    padding: 11px 0;
  }
  .upsell1a-strip_section {
    background: none;
    border-top: none;
    border-bottom: none;
    padding: 30px 0 0;
  }
  .upsell1a-strip_content {
    max-width: 345px;
    background: #fdf8e3;
    border: 2px dashed #ff3731;
    border-radius: 5px;
    padding: 20px 0 8px;
  }
  .upsell1a-mob_alert_icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
  }
  .upsell1a-strip_text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .upsell1a-strip_text span {
    font-size: 20px;
  }

  .upsell1a-up1_section1 {
    padding: 20px 0 35px;
  }
  .upsell1a-up1_section1_content {
    margin-top: 15px;
  }
  .upsell1a-up1_section1_heading {
    font-size: 21px;
    line-height: 28px;
  }
  .upsell1a-upsell_section_right {
    width: 100%;
  }
  .upsell1a-up1_product_image {
    border-radius: 6px;
  }
  .upsell1a-up1_product_name {
    font-size: 32px;
    line-height: 32px;
    margin-top: 20px;
  }
  ul.upsell1a-up1_feature_list {
    width: 100%;
  }
  ul.upsell1a-up1_feature_list li {
    font-size: 12px;
    line-height: 12px;
    padding: 7px 10px;
  }
  ul.upsell1a-up1_benefit_list li {
    font-size: 17px;
    line-height: 25px;
    background-position: left 4px;
    background-size: 15px;
    padding-left: 25px;
  }

  .upsell1a-code_box {
    max-width: 345px;
    column-gap: 8px;
  }
  .upsell1a-code_box_left p {
    font-size: 15px;
    line-height: 16px;
    padding: 6px 10px;
  }
  .upsell1a-code_box_right p {
    font-size: 14px;
    line-height: 15px;
  }

  .upsell1a-package_row {
    margin-top: 30px;
  }
  .upsell1a-package_column {
    padding: 15px 10px 8px;
  }
  .upsell1a-package_column.upsell1a-active {
    padding-top: 15px;
  }
  .upsell1a-best_value_text {
    top: -11px;
    width: 75px;
    font-size: 10px;
    line-height: 10px;
    padding: 4px 5px;
  }
  .upsell1a-package_heading {
    font-size: 20px;
    line-height: 20px;
  }
  .upsell1a-package_product {
    margin: 7px auto;
    height: 50px;
  }
  .upsell1a-package_orginial_price {
    font-size: 11px;
    line-height: 12px;
  }
  .upsell1a-package_price {
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
  }
  .upsell1a-package_price span {
    font-size: 20px;
  }

  .upsell1a-button_box {
    margin-top: 22px;
  }
  .upsell1a-common_button {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0 18px;
    margin-top: 10px;
  }
  .upsell1a-button_arrow {
    width: 22px;
  }

  .upsell1a-faq-container {
    margin-top: 20px;
  }
  .upsell1a-accordion {
    font-size: 18px;
    line-height: 26px;
    padding: 11px 35px 11px 0;
  }
  .upsell1a-acdn-para {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
  }

  .upsell1a-no_thanks_text {
    margin-top: 25px;
  }
  .upsell1a-no_thanks_text {
    font-size: 15px;
    line-height: 21px;
  }
  .upsell1a-no_thanks_text img {
    margin: -4px 7px 0 0;
  }
}

@media screen and (max-width: 365px) {
  .upsell1a-code_box_left p {
    font-size: 13px;
  }

  .upsell1a-code_box_right p {
    font-size: 13px;
  }
}

@media screen and (max-width: 325px) {
  .upsell1a-code_box_left p {
    font-size: 10px;
  }

  .upsell1a-code_box_right p {
    font-size: 13px;
  }

  .upsell1a-package_orginial_price {
    font-size: 10px;
  }
}
