@charset "utf-8";

/*-----------------------
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-MediumItalic.woff2") format("woff2"),
    url("../../fonts-nco/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  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-Black.woff2") format("woff2"),
    url("../../fonts-nco/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.upSell3A-1-img-full {
  max-width: 100%;
}
.upSell3A-1-clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}
.upSell3A-1-fl {
  float: left;
}
.upSell3A-1-fr {
  float: right;
}

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

.upSell3A-1 h3 {
  margin: 0;
}

.upSell3A-1 a {
  text-decoration: none;
}

.upSell3A-1-pay-now {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.upSell3A-1-pay-now-loading {
  background-color: rgb(204, 204, 204) !important;
  cursor: not-allowed !important;
  box-shadow: 0 4px 5px 0 rgb(204, 204, 204) !important ;
}

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

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

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

/*========Header========*/
.upSell3A-1-header {
  float: left;
  width: 100%;
  background: #ffffff;
  -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);
  padding: 15px 0;
}
.upSell3A-1-logo {
  float: left;
  width: 128px;
  margin-top: 2px;
}
.upSell3A-1-step_box {
  float: right;
}
ul.upSell3A-1-step_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
ul.upSell3A-1-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.upSell3A-1-step_list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -30%;
  right: 70%;
  height: 2px;
  background: #eaeaea;
  z-index: -1;
}
ul.upSell3A-1-step_list li:first-child:before {
  display: none;
}
ul.upSell3A-1-step_list li.upSell3A-1-active:before {
  background: #25ca5f;
}
ul.upSell3A-1-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.upSell3A-1-step_list li:last-child span {
  color: #010000;
  background: #e1e1e1;
}
ul.upSell3A-1-step_list li p {
  color: #000000;
  font-size: 13px;
  line-height: 19px;
  margin-top: 4px;
}
ul.upSell3A-1-step_list li p.upSell3A-1-none-active {
  color: #676767;
}
.upSell3A-1-step_tick_icon {
  width: 11px;
}

/*====Section1====*/
.upSell3A-1-section1 {
  float: left;
  width: 100%;
  padding: 45px 0 50px;
}
.upSell3A-1-strip_content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  padding: 0 20px 20px;
  border: 2px dashed #ff0000;
  background: #fbf7e3;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(255, 0, 0, 0.3);
}
.upSell3A-1-alert-icn {
  display: block;
  margin: -24px auto 10px;
  width: 45px;
}
.upSell3A-1-strip_heading {
  font-size: 28px;
  line-height: 28px;
  color: #e80c0c;
  font-weight: bold;
  text-transform: uppercase;
}
.upSell3A-1-strip_text {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  margin-top: 5px;
}

.upSell3A-1-offer_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0;
  border-radius: 12px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(167, 190, 238, 0.5);
}
.upSell3A-1-offer_strip {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-top: -14px;
  padding: 5px 10px 3px;
  border-radius: 50px;
  background: #ff0000;
}
.upSell3A-1-stopwatch {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 6px 0 0;
  width: 16px;
}
.upSell3A-1-offer_header {
  float: left;
  width: 100%;
  padding: 0 25px 12px;
  border-radius: 10px 10px 0 0;
  background: #122647;
}
.upSell3A-1-offer_heading {
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  margin-top: 7px;
}
.upSell3A-1-offer_heading span {
  color: #ffd632;
}
.upSell3A-1-offer_box_content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 20px 25px 30px;
}
.upSell3A-1-order_heading {
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
.upSell3A-1-product {
  display: block;
  margin: 20px auto 0;
  width: 450px;
}

.upSell3A-1-regular_price {
  font-size: 20px;
  line-height: 20px;
  color: #595959;
  margin-top: 20px;
}
.upSell3A-1-regular_price span {
  position: relative;
}
.upSell3A-1-regular_price span:before {
  content: "";
  position: absolute;
  top: 46%;
  left: -3px;
  right: -3px;
  height: 2px;
  background: #494949;
}
.upSell3A-1-offer_only {
  width: 100%;
  max-width: 300px;
  font-size: 25px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin: 14px auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upSell3A-1-offer_only span {
  padding: 0 12px;
}
.upSell3A-1-offer_only:before,
.upSell3A-1-offer_only:after {
  border-bottom: 1px solid #e6e6e6;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.upSell3A-1-offer_price {
  font-size: 60px;
  line-height: 60px;
  color: #224da9;
  font-weight: 900;
  margin-top: 10px;
}

.upSell3A-1-button_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 430px;
  text-align: center;
  margin-top: 25px;
}
.upSell3A-1-common_button_top_text {
  font-size: 17px;
  line-height: 17px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.upSell3A-1-common_button_top_text span {
  color: #e12b2b;
}
.upSell3A-1-common_button_top_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
  width: 16px;
}
.upSell3A-1-common_button {
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  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: 24px 0 17px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upSell3A-1-btn-arw {
  display: inline-block;
  vertical-align: middle;
  margin: -2px -8px 0 16px;
  width: 22px;
}
.upSell3A-1-common_button_bottom_text {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  margin-top: 12px;
}
.upSell3A-1-common_button_bottom_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 17px;
}
@keyframes upSell3A-1-jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.upSell3A-1-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: 40px;
}
.upSell3A-1-no_thanks_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 7px 0 0;
  width: 16px;
}

/*========UPSELL 2 V2========*/
.upSell3A-1-blue_color {
  color: #122647;
}

.upSell3A-1-up2__offer_header {
  padding: 12px 25px 12px;
  border-radius: 10px 10px 0 0;
  background: #122647;
  column-gap: 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upSell3A-1-up2__off_seal {
  font-size: 27px;
  line-height: 27px;
  color: #fff;
  font-weight: 900;
  padding: 10px 20px 10px;
  border-radius: 3px;
  background: #e60d0d;
}
.upSell3A-1-up2__limited_time_box {
  column-gap: 15px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upSell3A-1-precent-tag {
  width: 45px;
}
.upSell3A-1-up2__limited_time_box_cont {
  text-align: left;
}
.upSell3A-1-up2__limited_time_text {
  font-size: 15px;
  line-height: 15px;
  color: #ffd632;
  text-transform: uppercase;
}
.upSell3A-1-up2__offer_heading {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  margin-top: 3px;
}
.upSell3A-1-up2__regular_price.upSell3A-1-regular_price {
  font-size: 22px;
  line-height: 22px;
  color: #000;
}
.upSell3A-1-up2__price_box {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  padding: 12px 40px 10px;
  border: 1px solid #f0f0f0;
  border-radius: 9px;
  background: #ffff91;
}
.upSell3A-1-up2__offer_only {
  font-size: 25px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.upSell3A-1-red_color {
  color: #e60d0d;
}
.upSell3A-1-up2__offer_price.upSell3A-1-offer_price {
  margin-top: 5px;
}

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

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

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

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

  .upSell3A-1-top_caption {
    padding: 7px 0 7px;
  }
  .upSell3A-1-top_caption p {
    font-size: 15px;
    line-height: 16px;
  }

  .upSell3A-1-header {
    padding: 10px 0;
  }
  .upSell3A-1-logo {
    width: 92px;
    margin-top: 5px;
  }
  ul.upSell3A-1-step_list li {
    width: 55px;
  }
  ul.upSell3A-1-step_list li:before {
    top: 10px;
    left: -25%;
    right: 75%;
  }
  ul.upSell3A-1-step_list li p {
    display: none;
  }
  .upSell3A-1-special_offer_text {
    color: #000000;
    font-size: 11px;
    line-height: 11px;
    margin-top: 5px;
  }

  .upSell3A-1-section1 {
    padding: 35px 0 30px;
  }
  .upSell3A-1-strip_content {
    padding: 0 15px 12px;
  }
  .upSell3A-1-alert-icn {
    margin: -23px auto 6px;
    width: 38px;
  }
  .upSell3A-1-strip_heading {
    font-size: 24px;
    line-height: 24px;
  }
  .upSell3A-1-strip_text {
    font-size: 16px;
    line-height: 16px;
  }

  .upSell3A-1-stopwatch {
    margin: -4px 5px 0 0;
    width: 14px;
  }
  .upSell3A-1-offer_strip {
    font-size: 12px;
    line-height: 18px;
  }
  .upSell3A-1-offer_heading {
    font-size: 26px;
    line-height: 30px;
  }
  .upSell3A-1-order_heading {
    font-size: 22px;
    line-height: 29px;
  }

  .upSell3A-1-offer_box {
    margin: 45px auto 0;
  }
  .upSell3A-1-offer_box_content {
    padding: 15px 20px 25px;
  }
  .upSell3A-1-product {
    width: 97%;
  }

  .upSell3A-1-regular_price {
    font-size: 17px;
  }
  .upSell3A-1-offer_only {
    max-width: 230px;
    font-size: 22px;
    line-height: 22px;
    margin: 12px auto 0;
  }
  .upSell3A-1-offer_price {
    font-size: 50px;
    line-height: 50px;
  }

  .upSell3A-1-button_box {
    margin-top: 20px;
  }
  .upSell3A-1-common_button_top_text {
    font-size: 15px;
    line-height: 15px;
  }
  .upSell3A-1-common_button_top_text img {
    margin: -3px 5px 0 0;
    width: 13px;
  }
  .upSell3A-1-common_button {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0 18px;
  }
  .upSell3A-1-btn-arw {
    width: 18px;
    margin: -1px -5px 0 10px;
  }
  .upSell3A-1-common_button_bottom_text {
    font-size: 15px;
    line-height: 20px;
  }
  .upSell3A-1-common_button_bottom_text img {
    margin: -3px 5px 0 -4px;
    width: 16px;
  }

  .upSell3A-1-no_thanks_text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .upSell3A-1-no_thanks_text img {
    margin: -2px 7px 0 0;
  }

  /*========UPSELL 2 V2========*/
  .upSell3A-1-up2__section1 .upSell3A-1-offer_box {
    margin: 30px auto 0;
  }
  .upSell3A-1-up2__offer_header {
    padding: 12px 20px 12px;
    column-gap: 15px;
  }
  .upSell3A-1-precent-tag {
    width: 40px;
  }
  .upSell3A-1-up2__limited_time_text {
    font-size: 12px;
    line-height: 12px;
  }
  .upSell3A-1-up2__offer_heading {
    font-size: 20px;
    line-height: 20px;
  }
  .upSell3A-1-up2__limited_time_box {
    column-gap: 12px;
  }
  .upSell3A-1-up2__off_seal {
    font-size: 22px;
    line-height: 22px;
    padding: 9px 16px 7px;
  }
  .upSell3A-1-up2__regular_price.upSell3A-1-regular_price {
    font-size: 20px;
    line-height: 20px;
  }
  .upSell3A-1-up2__offer_only {
    font-size: 20px;
    line-height: 20px;
  }
  .upSell3A-1-up2__price_box {
    padding: 10px 30px 10px;
  }
  .upSell3A-1-up2__section1 .upSell3A-1-button_box {
    margin-top: 25px;
  }
}
