@charset "utf-8";
/*====CSS Document====*/

/*-----------------------
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;
}

/*-----------------------
BASE (scoped to wrapper since this CSS loads globally)
------------------------*/
.upsell-fedex-v2 {
  background: #ffffff;
  color: #000000;
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
}

.upsell-fedex-v2 a {
  text-decoration: none;
}

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

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

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

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

/*====Upsell4-Section1====*/
.upsell-fedex-v2-up4_section1 {
  float: left;
  width: 100%;
  padding: 40px 0 60px;
}
.upsell-fedex-v2-up4_section1_content_box {
  display: inline-block;
  vertical-align: middle;
  max-width: 580px;
  width: 100%;
}
.upsell-fedex-v2-strip_content {
  display: inline-block;
  vertical-align: middle;
  max-width: 580px;
  width: 100%;
  border-radius: 8px;
  border: 1px dashed #fd0001;
  padding: 25px 15px 10px;
  margin: 0 auto;
  position: relative;
}
.upsell-fedex-v2-strip_text {
  color: #000000;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: -0.3px;
}
.upsell-fedex-v2-alert_icon {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 37px;
}
.upsell-fedex-v2-strip_paragraph {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin-top: 10px;
}
.upsell-fedex-v2-strip_paragraph span {
  font-weight: 500;
}
.upsell-fedex-v2-up4_section1_content {
  display: inline-block;
  vertical-align: middle;
  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);
  padding: 25px 20px 35px;
  margin-top: 25px;
}
.upsell-fedex-v2-up4_section1_product_detail {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.upsell-fedex-v2-up4_product_name {
  color: #0e295a;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -0.3px;
}
.upsell-fedex-v2-fedfx-image {
  display: inline-block;
  vertical-align: middle;
  width: 334px;
  margin: 18px auto 0;
}
ul.upsell-fedex-v2-up4_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 460px;
  width: 100%;
  margin: 20px auto 0;
}
ul.upsell-fedex-v2-up4_list li {
  width: 31%;
  background: #edf3ff;
  border: 1px solid #aac8ff;
  border-radius: 10px;
  padding: 15px 10px;
}
.upsell-fedex-v2-up4_list_tick_icon {
  display: block;
  margin: 0 auto 15px;
  width: 22px;
}
ul.upsell-fedex-v2-up4_list li p {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
}
.upsell-fedex-v2-package_row {
  display: inline-block;
  vertical-align: top;
  max-width: 460px;
  width: 100%;
  margin-top: 18px;
}
.upsell-fedex-v2-buyOpt-row-block {
  float: left;
  width: 100%;
}
.upsell-fedex-v2-buyOpt-row {
  float: left;
  width: 100%;
  height: 78px;
  border: 2px solid #bdbdbd;
  border-radius: 10px;
  background: #ffffff;
  padding: 5px 15px 5px;
  margin-top: 15px;
  cursor: pointer;
  position: relative;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  position: relative;
}
.upsell-fedex-v2-buyOpt-row.upsell-fedex-v2-active {
  border: 2px solid #4f65a5;
  background: #fff6d8;
}
.upsell-fedex-v2-buyOpt_col-1 {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.upsell-fedex-v2-packageOpt {
  width: 20px;
  text-align: left;
  position: relative;
}
.upsell-fedex-v2-buyOpt-row input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.upsell-fedex-v2-buyOpt-row input[type="radio"] + span {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0a0a0a;
  background: #fff;
  position: relative;
}
.upsell-fedex-v2-buyOpt-row input[type="radio"]:checked + span {
  border: 1px solid #080808;
}
.upsell-fedex-v2-buyOpt-row input[type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #080808;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.upsell-fedex-v2-best-value-text {
  position: absolute;
  top: -12px;
  left: 30px;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  background: #23d86b;
  border-radius: 5px;
  padding: 6px 9px 5px;
}
.upsell-fedex-v2-prod-name {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
.upsell-fedex-v2-pkg-prod {
  display: block;
  width: 45px;
  margin: 0 0 0 15px;
}
.upsell-fedex-v2-pkgPrice {
  text-align: right;
}
.upsell-fedex-v2-pkp_offer_prc {
  color: #000d33;
  font-size: 21px;
  line-height: 21px;
  font-weight: 900;
}
.upsell-fedex-v2-button_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 460px;
  text-align: center;
  margin-top: 25px;
}
.upsell-fedex-v2-common_button {
  display: flex;
  align-items: center;
  justify-content: center;
  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;
}
.upsell-fedex-v2-button_arrow {
  display: inline-block;
  vertical-align: middle;
  margin: -4px -5px 0 10px;
  width: 26px;
}
.upsell-fedex-v2-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: 50px;
}
.upsell-fedex-v2-no_thanks_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 7px 0 0;
  width: 16px;
}

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

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

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

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

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

  .upsell-fedex-v2-up4_section1 {
    padding: 40px 0;
  }
  .upsell-fedex-v2-up4_section1_content_box {
    max-width: 450px;
  }
  .upsell-fedex-v2-up4_product_name {
    font-size: 30px;
    line-height: 30px;
  }
  ul.upsell-fedex-v2-up4_list {
    max-width: 380px;
  }
  .upsell-fedex-v2-package_row {
    max-width: 380px;
  }
  .upsell-fedex-v2-buyOpt-row {
    height: 65px;
  }
  .upsell-fedex-v2-button_box {
    margin-top: 20px;
  }
  .upsell-fedex-v2-common_button {
    font-size: 23px;
    line-height: 23px;
    padding: 23px 0 19px;
  }
  .upsell-fedex-v2-button_arrow {
    margin: -2px -5px 0 10px;
    width: 22px;
  }
  .upsell-fedex-v2-no_thanks_text {
    margin-top: 40px;
  }
}

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

  .upsell-fedex-v2-top_caption {
    padding: 8px 0 7px;
  }

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

  .upsell-fedex-v2-strip_paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .upsell-fedex-v2-up4_section1 {
    padding: 40px 0;
  }
  .upsell-fedex-v2-up4_section1_content {
    max-width: 320px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .upsell-fedex-v2-up4_section1_content_box {
    max-width: 345px;
  }
  .upsell-fedex-v2-up4_section1_product_detail {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .upsell-fedex-v2-fedfx-image {
    margin: 15px auto 0;
  }
  .upsell-fedex-v2-up4_product_name {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  ul.upsell-fedex-v2-up4_list {
    margin: 18px auto 0;
  }
  ul.upsell-fedex-v2-up4_list li {
    width: 31%;
  }
  ul.upsell-fedex-v2-up4_list li p {
    font-size: 16px;
    line-height: 20px;
  }
  .upsell-fedex-v2-up4_list_tick_icon {
    margin: 0 auto 12px;
    width: 20px;
  }
  .upsell-fedex-v2-package_row {
    margin-top: 20px;
  }
  .upsell-fedex-v2-buyOpt-row-block {
    margin-top: 0;
  }
  .upsell-fedex-v2-packageOpt {
    width: 16px;
  }
  .upsell-fedex-v2-buyOpt-row input[type="radio"] + span {
    top: -1px;
    width: 16px;
    height: 16px;
  }
  .upsell-fedex-v2-buyOpt-row input[type="radio"]:checked + span:after {
    width: 7px;
    height: 7px;
  }
  .upsell-fedex-v2-buyOpt-row {
    height: 58px;
    padding: 5px 10px;
    margin-top: 10px;
  }
  .upsell-fedex-v2-buyOpt_col-1 {
    column-gap: 10px;
  }
  .upsell-fedex-v2-prod-name {
    font-size: 15px;
    line-height: 15px;
  }
  .upsell-fedex-v2-pkg-prod {
    width: 40px;
    margin: 0;
  }
  .upsell-fedex-v2-pkp_offer_prc {
    font-size: 20px;
    line-height: 20px;
  }
  .upsell-fedex-v2-button_box {
    margin-top: 10px;
  }
  .upsell-fedex-v2-common_button {
    font-size: 20px;
    line-height: 20px;
    padding: 19px 0 16px;
  }
  .upsell-fedex-v2-button_arrow {
    margin: -1px -5px -1px 10px;
  }

  .upsell-fedex-v2-no_thanks_text {
    margin-top: 25px;
  }
  .upsell-fedex-v2-no_thanks_text {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .upsell-fedex-v2-no_thanks_text img {
    margin: -4px 7px 0 0;
  }
}
