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

/*-----------------------
FONTS
------------------------*/
@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: 800;
  font-style: normal;
  font-display: swap;
}

@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-SemiBold.woff2") format("woff2"),
    url("../../fonts-nco/Roboto-SemiBold.woff") format("woff");
  font-weight: 600;
  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 Condensed";
  src: url("../../fonts-nco/RobotoCondensed-Bold.woff2") format("woff2"),
    url("../../fonts-nco/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

.downsell2a-v1 a {
  text-decoration: none;
}

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

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

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

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

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

/*====downsell-3-Section1====*/
.downsell2a-v1-downsell-1_section1 {
  float: left;
  width: 100%;
  padding: 40px 0;
}
.downsell2a-v1-downsell-1_box {
  display: inline-block;
  vertical-align: middle;
  max-width: 670px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.downsell2a-v1-downsell-1_box_top {
  float: left;
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: #e63939;
  padding: 30px 0 13px;
}
.downsell2a-v1-clock_icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
}
.downsell2a-v1-downsell-1_box_title {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.downsell2a-v1-downsell-1_box_bottom {
  float: left;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
  padding: 25px 15px;
}
.downsell2a-v1-downsell-1_box_heading {
  color: #000000;
  font-size: 34px;
  line-height: 38px;
  font-weight: bold;
}
.downsell2a-v1-downsell-1_box_heading span {
  color: #f21f1f;
}
.downsell2a-v1-downsell-1_timer_title {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
}
.downsell2a-v1-downsell-1_timer_title:before,
.downsell2a-v1-downsell-1_timer_title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  height: 1px;
  background: #dcdcdc;
  margin-right: 20px;
  margin-top: -4px;
}
.downsell2a-v1-downsell-1_timer_title:after {
  margin: -4px 0 0 20px;
}
.downsell2a-v1-downsell-1_timer_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 8px auto 0;
}
#downsell2a-v1-clockdiv {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
}
#downsell2a-v1-clockdiv div {
  width: 35px;
  background: #e63939;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
}
#downsell2a-v1-clockdiv div > span {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
#downsell2a-v1-clockdiv .downsell2a-v1-smalltext {
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  background: none;
  padding: 0 0;
}
#downsell2a-v1-clockdiv p {
  color: #e63939;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}
.downsell2a-v1-downsell-1_product_box {
  display: inline-block;
  vertical-align: middle;
  max-width: 380px;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
}
.downsell2a-v1-downsell-1_product_image {
  display: inline-block;
  vertical-align: middle;
  width: 380px;
}
.downsell2a-v1-downsell-1_seal {
  position: absolute;
  top: 0;
  left: 133px;
  width: 108px;
}
.downsell2a-v1-price_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 20px auto 0;
}
.downsell2a-v1-regular_price {
  color: #807f7f;
  font-size: 17px;
  line-height: 17px;
}
.downsell2a-v1-regular_price span {
  text-decoration: line-through;
}
.downsell2a-v1-offer_price {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}
.downsell2a-v1-offer_price span {
  font-size: 35px;
  font-weight: bold;
}
.downsell2a-v1-button_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 430px;
  text-align: center;
  margin-top: 25px;
}
.downsell2a-v1-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: downsell2a-v1-jump ease-in-out 1.5s infinite;
}
.downsell2a-v1-common_button_top_text span {
  color: #ff0000;
}
.downsell2a-v1-common_button_top_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 20px;
}
.downsell2a-v1-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);
}
.downsell2a-v1-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;
}
.downsell2a-v1-button_arrow {
  display: inline-block;
  vertical-align: middle;
  margin: -2px -5px 0 10px;
  width: 26px;
}
.downsell2a-v1-common_button_bottom_text {
  float: left;
  width: 100%;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 15px;
}
.downsell2a-v1-common_button_bottom_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 19px;
}
@keyframes downsell2a-v1-jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.downsell2a-v1-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;
}
.downsell2a-v1-no_thanks_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 7px 0 0;
  width: 16px;
}

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

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

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

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

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

  .downsell2a-v1-no_thanks_text {
    margin-top: 35px;
  }
}

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

  .downsell2a-v1-top_caption {
    padding: 8px 0 7px;
  }

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

  .downsell2a-v1-downsell-1_section1 {
    padding: 35px 0 30px;
  }
  .downsell2a-v1-downsell-1_box_top {
    padding: 25px 0 12px;
  }
  .downsell2a-v1-downsell-1_box_title {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  .downsell2a-v1-downsell-1_box_heading {
    font-size: 26px;
    line-height: 32px;
  }
  .downsell2a-v1-downsell-1_box_bottom {
    padding: 15px 15px 20px;
  }
  .downsell2a-v1-downsell-1_timer_title {
    font-size: 16px;
    line-height: 24px;
  }

  .downsell2a-v1-downsell-1_timer_title:before {
    margin: -2px 10px 0 0;
  }
  .downsell2a-v1-downsell-1_timer_title:after {
    margin: -2px 0 0 10px;
  }

  #downsell2a-v1-clockdiv div > span {
    font-size: 18px;
    line-height: 18px;
  }
  #downsell2a-v1-clockdiv div {
    width: 35px;
    padding: 5px 0;
  }
  .downsell2a-v1-regular_price {
    font-size: 16px;
    line-height: 16px;
  }
  .downsell2a-v1-downsell-1_product_box {
    max-width: 320px;
  }
  .downsell2a-v1-downsell-1_seal {
    top: -2px;
    left: 35%;
    width: 100px;
  }
  .downsell2a-v1-offer_price {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .downsell2a-v1-offer_price span {
    font-size: 30px;
  }
  .downsell2a-v1-button_box {
    margin-top: 20px;
  }
  .downsell2a-v1-common_button_top_text {
    padding: 8px 20px 6px;
  }
  .downsell2a-v1-common_button_bottom_text img {
    margin: -3px 5px 0 -4px;
    width: 16px;
  }
  .downsell2a-v1-common_button {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0 18px;
    margin-top: 8px;
  }
  .downsell2a-v1-button_arrow {
    width: 22px;
    margin: -1px -5px 0 10px;
  }

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