.intro .header .header_cta {
  max-width: 500px;
}

.intro .header {
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, transparent, #fff), url(https://d3nxhlafjl9yeh.cloudfront.net/ThinkandThin.com/bgr_section13.png);
  background-size: cover;
  min-height: 200px;
}

.intro .header_cta {
  padding: 20px;
}

.intro h1, .intro h2 {
  text-align: center;
}

.intro h2 {
  font-size: 1.5rem;
  margin-top: 20px;
  color: #333333;
}

.intro .blue-divider {
  background-color: #0095ca;
  padding: 20px;
  width: 100%;
}

.intro .main {
  display: block;
  margin: auto;
  max-width: 800px;
}

.main h1 {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.main h3 {
  text-align: center;
}

.main button, .btn-cta {
  color: rgb(255, 255, 255);
  background-color: rgb(234, 19, 97);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-left: none !important;
  border-right: none !important;
  font-size: 27px;
  padding: 13px 35px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif !important;
  border: 0px;
  max-width: 500px;
  width: 100%;
  cursor: pointer;
  display: block;
  margin: auto;
}

.main button:hover, .btn-cta:hover {
  text-decoration: underline;
}

.divider-10 {
  width: 100%;
  height: 10px;
}

.divider-20 {
  width: 100%;
  height: 20px;
}

.intro .modal-dialog {
  max-width: 750px;
}

.intro .modal h2 {
  color: rgb(89, 30, 80);
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  line-height: 1em;
}

.intro .modal input {
  border-radius: 5px !important;
  background-color: #F1F1F1;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  padding: 12px 18px;
  margin-top: 15px;
}

.intro .modal p {
  text-align: center;
  margin-top: 20px;
}

.cart {
  background-color: #F1F4F8;
}

.cart .wrapper {
  background-color: #FFFFFF;
  max-width: 1120px;
  padding: 20px;
}

.cart h1 {
  color: rgb(72, 72, 72);
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  line-height: normal;
}

.cart h2 {
  font-size: 22px;
  text-align: center;
  color: rgb(183, 5, 75);
  line-height: 1.3em;
  font-weight: 700;
}

.cart .divider {
  outline: none;
  cursor: pointer;
  display: block;
  width: 100%;
  min-height: 1px;
  margin: 0px;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.cart h4 {
  color: rgb(183, 5, 75);
  font-size: 18px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 6px;
  font-weight: 500;
}

.cart button {
  color: rgb(255, 255, 255);
  background-color: rgb(36, 96, 37);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  font-size: 18px;
  padding: 13px 35px;
  font-weight: bold;
  display: block;
  margin: auto;
}

.cart .gurantee {
  font-weight: bold;
  font-size: 18px;
  color: rgb(118, 146, 60);
}

.thanks .wrapper {
  max-width: 900px;
  display: block;
  margin: auto;
  padding-top: 30px;
}

.thanks h1 {
  color: rgb(183, 5, 75);
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}

.thanks p {
  text-align: center;
}

.thanks .image_box {
  max-width: 600px;
  display: block;
  margin: auto;
}

.thanks .box {
  padding: 15px;
  border-color: rgb(183, 5, 75);
  margin-top: 0px;
  outline: none;
  background-color: rgb(255, 255, 255);
  border-width: 3px;
  border-style: solid;
  margin-bottom: 20px;
}

.thanks .subline {
  margin-left: 20px;
  margin-right: 20px;
  outline: none;
  margin-bottom: 0px;
  background-color: rgb(232, 232, 232);
  color: rgba(47, 47, 47, 0.819608);
  line-height: normal;
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
}

.thanks ul {
  list-style: none;
  color: rgb(68, 101, 186);
  line-height: normal;
  font-size: 20px;
}

.thanks li {
  margin-top: 10px;
}

.thanks li a {
  color: rgb(68, 101, 186);
  text-decoration: none;
}

.thanks li a:hover {
  text-decoration: underline;
}

.thanks h6 {
  font-weight: 700;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 20px;
}

/***** FOOTER ***/
.footer {
  background-color: #11212d;
}

.footer-menu {
  margin: auto;
}

.footer-menu a {
  color: #fff;
}

.footer .login {
  color: #f1b226;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.footer .login a {
  color: #f1b226;
}

.footer .divider {
  background-color: #fff;
  height: 1px;
  width: 100%;
}

.footer .bottom {
  margin: auto;
  max-width: 1000px;
}

.footer .copyright {
  color: #a5a5a5;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer .social {
  display: block;
  margin: auto;
  width: 150px;
}

.footer .social a {
  text-decoration: none;
  margin-left: 10px;
}

.footer .copyright a {
  color: #f1b226;
}

/************** BERWARE OF THIS OFFER ****/
.offer .header_cta {
  display: block;
  margin: auto;
}

.offer button a {
  color: #FFFFFF;
  text-decoration: none;
}

.offer .offer-text {
  text-align: center;
  margin-top: 20px;
}

.offer h2 {
  font-weight: bold;
}

.offer .description {
  color: rgba(47, 47, 47, 0.74902);
  text-align: left;
  font-size: 24px;
  line-height: normal;
}

/*********** CART ***********/
.intro .cart {
  background-color: #F1F4F8;
}

@media (min-width: 768px) {
  .intro .header {
    min-height: 300px;
  }
  .intro .header_cta {
    margin-top: 20px;
  }
  .main h1 {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  .intro .modal h2 {
    font-size: 32px;
  }
  .thanks h1 {
    font-size: 32px;
  }
  .thanks ul {
    padding: 25px;
    font-size: 27px;
  }
  .thanks li {
    margin-top: 35px;
  }
  .thanks h6 {
    font-size: 26px;
  }
  .cart h1 {
    font-size: 30px;
  }
  .cart {
    padding-top: 20px;
  }
  .cart h2 {
    font-size: 27px;
  }
  .cart h4 {
    font-size: 24px;
  }
}
