/*==============Start Upsell 1 CSS=============*/
.upsell1banner {
  background: rgba(187, 243, 255, 0.7);
}

.upsell1banner .ratingsec {
  justify-content: center;
}

.upsell1bannerbottom {
  background: #214996;
}

.upsell1prdbox {
  border-radius: 14px;
  border: 3px solid #DBDBDB;
  background: #FFF;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  margin-top: 50px;
}

.upsell1prdbox::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/1f786db0-321b-4521-a913-cefa07b40ce9/radioinactive.png) no-repeat;
  background-size: cover;
}

.upsell1prdbox.active {
  border: 3px solid #DC1EC9;
}

.upsell1prdbox.active::after {
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/1f786db0-321b-4521-a913-cefa07b40ce9/radioactive.png) no-repeat;
  background-size: cover;
}

.upsell1prdbox h3 {
  color: #22214F;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 120%;
}

.upsell1prdbox p {
  font-size: 16px;
  color: #22214F;
  line-height: 140%;
  margin: 15px 0;
}

.cursor {
  cursor: pointer;
}

.saveprd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.savebubble {
  background: #FFCDA3;
  padding: 8px 23px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #22214F;
}

.saveprd h4 {
  color: #22214F;
  font-size: 18px;
  font-weight: 700;
}

.prdpricewrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.priceold {
  color: #A2A2B4;
  font-size: 20px;
  text-decoration: line-through;
}

.pricenew {
  color: #1AC77E;
  font-weight: 700;
  font-size: 20px;
}

.upsell1prdicon {
  min-height: 128px;
}

.bestvalue {
  border-radius: 6px;
  background: #0054F5;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  width: 185px;
  padding: 10px 0;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mostpopular {
  background: #F48120;
}

.upsell1prdbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 9;
}

.upsell1bannerbottom .gettodaybtn {
  margin: 0 auto;
}

.upsell1bannerbottom .btnwrap .cards {
  margin: 10px auto 0;
}

.conditionbox {
  border-radius: 12px;
  border: 2px solid #DC1EC9;
  background: #FFF;
  padding: 25px;
  position: relative;
  margin-top: 15px;
}

.conditionhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 4px;
}

.conditionhead h3 {
  text-transform: capitalize;
  line-height: 120%;
  font-size: 12px;
  font-weight: 800;
  color: #DC1EC9;
  width: 87%;
  position: relative;
  padding-left: 10px;
  font-family: 'Nunito', sans-serif;
}



.conditionhead h4 {
  font-size: 12px;
  color: #DC1EC9;
  font-weight: 700;
}

.conditionbox p {
  color: #22214F;
  font-size: 12px;
  line-height: 140%;
  margin-top: 15px;
}

.conditionbox input {
  width: 25px;
  height: 25px;
  border: none;
  float: left;
  left: 20px;
}

.prod-img {
  max-height: 85px;
}

.upsell1bannerbottom .upsell1prdouter:first-child .upsell1prdbox {
  margin-top: 0;
}

.upsell1bannerbottom .conditionouter:first-child .conditionbox {
  margin-top: 0;
}

.upsell1testimonial {
  background: rgba(187, 243, 255);
}

.upsell1testimonialtrimmer {
  position: absolute;
  left: 0;
  top: -170px;
}

.upsell1bannerdog {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 248px;
}

.upsell1bannerbottomvector {
  margin-top: 70px;
}

.upsell1productwrap {
  margin-top: -130px;
}

/*==============End Upsell 1 CSS=============*/

/*==============Start Upsell 2 CSS=============*/
.upsell2banner .ratingsec {
  justify-content: center;
}

.upsell2banner {
  background: rgba(187, 243, 255, 0.8);
}

.upsell2productwrap {
  /* border-radius: 14px; */
  /* border: 1.5px solid #DBDBDB; */
  background: #FFF;
  padding: 20px 10px;
  max-width: 995px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.upsell2prdimg img {
  border-radius: 10px;
}

.upsell2productcontent h2 {
  color: #22214F;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.upsell2productcontent p {
  color: #22214F;
  font-size: 16px;
  line-height: 140%;
}

.freetrial {
  border-radius: 8px;
  background: #EAFBFF;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 25px 0 12px 0;
}

.freetrial h5 {
  color: #22214F;
  font-size: 14px;
}

.freetrial h5 strong {
  color: #214996;
  text-transform: uppercase;
}

.upsell2productcontent .gettodaybtn {
  max-width: 100%;
}

.upsell2productcontent .btnwrap .cards {
  max-width: 100%;
}

.upsell2productcontent .btnwrap {
  margin-top: 20px;
}

.upsell2productcontent {
  padding-top: 20px;
}

.upsell2benifit {
  background: #214996;
}

.upsell2list ul li {
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/1f786db0-321b-4521-a913-cefa07b40ce9/check-white.png) no-repeat left 15px;
  background-size: 17px 12px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.upsell2list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.upsell2list {
  margin-top: 20px;
}

.upsellprdcontainer {
  margin-top: -160px;
}

.upsell2bannerbottomvector {
  margin-top: 100px;
}


.upsell3banner {
  background: rgba(187, 243, 255, 0.8);
}

.upsell3banner .ratingsec {
  justify-content: center;
}

.upsell3price {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
}

.upsell3price .upsellpriceold {
  color: #A2A2B4;
  font-size: 20px;
  text-decoration: line-through;
}

.upsell3price .upsellpricenew {
  color: #1AC77E;
  font-size: 20px;
  font-weight: 700;
}

.upsell3price .upsellsavebubble {
  background: #FFCDA3;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #22214F;
}

.upsell3banner .upsell2productcontent p {
  font-size: 16px;
}

.upsell3testimonial {
  background: #214996;
}

.upsell4prdimg {
  background: #D3E5F3;
  border-radius: 10px;
}

/*==============End Upsell 2 CSS=============*/