body {
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}

main {
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}

.border { 
  border: 1px solid #8887ff4a;
}

.space {
  height: 20px;
}

.logo {
  margin-top: 7px;
  width: 113px;
}

.nav li a {
  padding: 0px;
}

nav {
  margin: 0px;
  height: 46px;
  width: 100%;
  max-width: 100%;
}

nav ul {
  margin: 0px;
  padding: 0px;
  float: right;
}

.row {
  padding: 0px;
  margin: 0px;
}

.nav-content {
  margin: 0;
}

.cart-icon .glyphicon {
  background: none;
  color: #4C4C4C;
}

.nav-section-2 {
  margin: 0px;
  padding: 0px;
}

.account-icon {
  width: 21px;
  height: 25px;
  margin: 10px 20px 0px 0px
}

li {
  list-style: none;
  float: left;
}

.cart-icon {
  font-size: 18px;
  margin: 10px 22px 0px 0px;
}

.phone-icon {
  margin: 13px 5px 0px 0px;
}

.phone-number {
  font-size: 13.5px;
  font-family: 'Futura PT', sans-serif;
  color: #666;
  float: right;
  margin-top: 13px;
}

.jumbotron {
  margin: 0px;
  padding: 0px;
  color: inherit;
  background-color: #eee;
}

.hero-section {
  background-color: #FAFAFA;
}

.hero-titles {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hero-title-1 {
  width: 315px;
  margin: 20px 0px 0px 0px;
}

.hero-title-2 {
  width: 180px;
  margin: 15px 0px 0px 0px;
}

.hero-title-3 {
  width: 311px;
  margin: 9px 0px 0px 0px;
}

.hero-list ul {
  padding: 32px 0px 0px 0px;
  display: flex;
  flex-direction: column;
}

.hero-list li {
  line-height: 27px;
  padding: -1px 0px;
  list-style: none;
  float: left;
}

.hero-list-titles {
  color: #29353A;
  font-family: 'Korolev Heavy', sans-serif;
  font-size: 15.5px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

li .hero-list-paragraph {
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 17.4px;
  margin: -3px 0 4px 0;
}

.jumbotron .shipping-specs {
  margin: -9px 0px -16px 53px;
  font-size: 10.5px;
  line-height: 27px;
}

.hero-list-paragraph a {
  text-decoration-line: underline;
}

.hero-list-icon {
  width: 62px;
  margin: -10px 0px 0px -10px;
}

.pan-icon {
  width: 46px;
  margin: -5px 9px 20px 0px;
}

.sign-up-title {
  color: #29353A;
  font-family: 'Korolev Heavy', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 45px 0px 0px 0px;
}

.sm-hero-img {
  width: 100%;
  max-width: 100%;
}

.price-box {
  border-radius: 10px;
  background: var(--primary-mint, #F0F7EC);
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  height: 204px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 15px 0px 215px 0;
  margin-top: 15px;
}

#blue-box {
  border-radius: 10px;
  border: 3px solid #0F999D;
  background: var(--grays-white, #FFF);
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  height: 204px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding-top: -10px;
}

.plane-border {
  border-top: 5px solid #64A535;
  width: 115px;
  height: 5px;
  flex-shrink: 0;
}

#blue-box .plane-border {
  border-top: 5px solid #0F999D;
}

#blue-box .price-title {
  margin-top: -13px;
}

.price-title {
  color: var(--grays-slate-gray, #29353A);
  text-align: center;
  font-family: 'Korolev Heavy', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px; 
}

.price-sub-title {
  color: var(--grays-slate-gray, #29353A);
  text-align: center;
  font-family: 'Korolev Heavy', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.price {
  color: var(--grays-slate-gray, #29353A);
  text-align: center;
  font-family: 'Arial Rounded MT', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 19.8px;
}

sup {
  top: -0.4em;
}

.sale {
  color: #64A535;
  font-size: 14px;
  margin-left: 20px;
}

#blue-box em {
  color: #00A8AD;
}

.btn {
  font-family: 'Korolev Medium', sans-serif;
  font-size: 16px;
  line-height: normal;
  color: white;
  background:#F76800; 
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px 11px 25px;
}

.glyphicon-triangle-right {
  font-size: 15px;
  padding: 0px 0px 2px 7px;
}

.glyphicon-triangle-top {
  font-size: 15px;
  padding: 0px 0px 5px 7px;
}

.most-popular-tag {
  position: absolute;
  margin-top: 0px;
  right: -4px;
  width: 59px;
  z-index: 1;
}

.disclaimer {
  color: #4C4C4C;
  text-align: center;
  font-family: Arial;
  font-size: 11px;
  line-height: 13.2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
}

.disclaimer-2 {
  color: #4C4C4C;
  text-align: center;
  font-family: Arial;
  text-align: left;
  font-size: 11px;
  line-height: 13.2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0px 50px 0px;
}

.how-it-works {
  margin-top: 30px;
}

.how-it-works-img-section {
  display: flex;
  justify-content: center;
}

.how-it-works-img {
  width: 470px;
  border: 1px solid #0F999D;
  border-radius: 9px;
}

.how-it-works-title {
  width: 200px;
  margin: 49px 0 15px 39px;
}

.check-icon {
  margin: 5px 10px 39px 0px;
}

.how-it-works p {
  margin: 0 0 10px;
  font-size: 15px;
  padding-right: 49px;
}

.advantage-button-section {
  display: flex;
  justify-content: center;
  margin: 0px 0 20px 0;
}

strong {
  font-family: 'Korolev Heavy', sans-serif;
}

.nutrisystem-advantage-section {
  background: #FFFAF1;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.advantage-text-section {
  padding: 0px;
}

.nutrisystem-advantage-text {
  font-family: 'Korolev Heavy', sans-serif;
  padding: 20px 0px;
  font-size: 19px;
}

.advantage-text-blue {
  font-family: 'Korolev Heavy', sans-serif;
  color: #00A8AD;
}


/* deatils on super small devices */

@media (max-width: 375px) {
  .phone-number {
    display: none;
  }

}

@media (min-width: 600px) {
  .hero-titles {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .hero-title-1 {
    width: 380px;
    margin: 20px 0px 0px 11px;
  }
  
  .hero-title-2 {
    width: 280px;
    margin: 15px 0px 0px 8px;
  }
  
  .hero-title-3 {
    width: 511px;
    margin: 9px 0px 0px 9px;
  }

  .hero-list-titles {
    color: #29353A;
    font-family: 'Korolev Heavy', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
  }

  .hero-list-paragraph {
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.4px;
  }
    .jumbotron .shipping-specs {
    margin: -18px 0px 0px 0px;
    font-size: 16px;
    line-height: 27px;
  }

  .hero-list {
    display: flex;
    justify-content: center;
  }

  li .hero-list-paragraph {
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.5px;
    line-height: 23px;
    margin: -3px 0 10px 0;
}
}

/* x small mobile  */

@media (min-width: 768px) {
  
  nav {
    margin: 0px;
    height: 60px;
    width: 100%;
    max-width: 100%;
  }

  .logo {
    margin-top: 7px;
    width: 145px;
  }

  .phone-number {
    font-size: 12px;
    font-family: 'Futura PT', sans-serif;
    color: #666;
    float: right;
    margin: 21px 150px 0px 0px;
  }

  .phone-icon {
    margin: 20px 9px 0px 0px;
  }

  .cart-icon {
    font-family: Arial;
    font-size: 14px;
    padding: 7px 21px 5px 21px;
    background-color: #64a535;
    color: white;
    display: flex;
  }

  .cart-icon .glyphicon {
    font-size: 17px;
    color: white;
    margin-right: 5px;
  }

  .account-icon {
    width: 21px;
    height: 25px;
    margin: 18px 25px 0px 0px;
  }

  .hero-list li {
    line-height: 27px;
    padding: -1px 0px;
    list-style: none;
    float: left;
  }

  .hero-list-icon {
    width: 95px;
    margin: -10px 0px 0px -10px;
  }

  .pan-icon {
    width: 71px;
    margin: -13px 12px 0px 5px;
  }

  .hero-list-titles {
    color: #29353A;
    font-family: 'Korolev Heavy', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
  }

  .hero-list-paragraph {
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.4px;
  }
    .jumbotron .shipping-specs {
    margin: -18px 0px 0px 0px;
    font-size: 16px;
    line-height: 27px;
  }

  .hero-list {
    display: flex;
    justify-content: flex-start;
  }
}

/* small tablet  */

@media (min-width: 992px) {

  .logo {
    margin: 7px 0px 0px -2px;
    width: 185px;
  }

  .hero-section {
    background: url(../img/hero-md-background.png) no-repeat top;
    background-size: cover;
    height: 100%;
    width: 100%;
    color: inherit;
    background-color: #F7F7F7;
}

  .hero-titles {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-title-3 {
    width: 400px;
  }

  .advantage-button-section {
    display: inline-block;
    margin-top: 15px;
  }
}

/* medium / large desktop +  */

@media (min-width: 1200px) {
  
  .logo {
    margin-top: 7px;
    width: 173px;
  }

  .hero-list-titles {
    color: #29353A;
    font-family: 'Korolev Heavy', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
  }

  li .hero-list-paragraph {
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 23px;
    margin: -3px 0 10px 0;
  }

  .jumbotron .shipping-specs {
    margin: -15px 0px 0px 0px;
    font-size: 14px;
    line-height: 27px;
  } 

  .hero-list-icon {
    width: 60px;
    margin: -10px 11px 0px -10px;
  }

  .pan-icon {
    width: 47px;
    margin: -5px 16px 0px -1px;
  }

}
