/*
Project Name: The Wholesale Formula
Description: Website template
Author: Rapid Crush
Author URI: https://www.rapidcrush.com
Version: 1.0.0
*/
/*!
 * Copyright 2020
 */
/********************************
* Base Styles 
*********************************/
/* reset by boostrap */
body,
html {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #38474F;
}

html {
  font-size: 62.5%;
}

img {
  display: block;
  max-width: 100%;
}

/********************************
* Base Typography 
*********************************/
p {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  color: #101010;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #1F2736;
}

a,
a:link,
a:visited {
  color: #0000ee;
  cursor: pointer;
}

a:hover,
a:active {
  color: #0000ee;
  text-decoration: underline;
}

ul li,
ol li {
  color: #101010;
}

/********************************
* Section Specific Styles
*********************************/
/* Hero - aka, Section 1*/
.hero {
  height: auto;
  padding: 40px 0 20px;
  text-align: center;
}
.hero.top {
  background-color: #003776;
}
.hero.bottom {
  background: url("../img/hero-bg1.png") top center no-repeat #DFF2F3;
  background-size: 100% auto;
  padding-bottom: 60px;
}
.hero h1 {
  font-size: 4.2rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
}
.hero h1 span {
  color: #00B791;
}
@media only screen and (min-width : 480px) {
  .hero h1 {
    font-size: 5.2rem;
  }
}
.hero p {
  font-size: 1.8rem;
  margin-bottom: 40px;
  padding: 0;
  color: #fff;
}
.hero p.line1 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 2rem;
}
@media only screen and (min-width : 480px) {
  .hero p.line1 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width : 992px) {
  .hero p.line1 {
    padding: 0 60px;
  }
}
.hero p.line2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2.2rem;
}
.hero p.line2 span {
  color: #FFBE32;
}
@media only screen and (min-width : 480px) {
  .hero p.line2 {
    font-size: 2.7rem;
  }
}
@media only screen and (min-width : 992px) {
  .hero p.line2 {
    padding: 0 100px;
  }
}
.hero img.editor {
  margin-top: 14px;
  display: block;
  height: 121px;
}
.hero img.bg-dots {
  display: none;
}
@media only screen and (min-width : 768px) {
  .hero img.bg-dots {
    display: block;
    position: absolute;
  }
  .hero img.bg-dots.left {
    top: 12%;
    left: -25px;
  }
  .hero img.bg-dots.right {
    top: 28%;
    right: -20px;
  }
}
.hero .boxed {
  border: 1px solid #008B93;
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  -webkit-box-shadow: -15px 15px 0px -4px #cad2e5;
  -moz-box-shadow: -15px 15px 0px -4px #cad2e5;
  box-shadow: -15px 15px 0px -4px #cad2e5;
  border-radius: 16px;
}
@media only screen and (min-width : 768px) {
  .hero .boxed {
    padding: 30px 20px 0;
  }
}
.hero .boxed p {
  color: #101010;
  text-align: left;
  font-weight: 500;
}
@media only screen and (min-width : 768px) {
  .hero .boxed p {
    padding-right: 20px;
  }
}
.hero .boxed p span {
  color: #00B791;
  font-weight: 600;
}
.hero .boxed p.note {
  font-weight: 700;
  margin-bottom: 0;
}
.hero .boxed p.approach {
  font-style: italic;
}
.hero .boxed img {
  border-radius: 50%;
}

/* Section 2 */
.section-2 {
  padding: 60px 15px;
  background-color: #fff;
}
.section-2 h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.section-2 h2 span {
  color: #FFBE32;
}
.section-2 p {
  margin-bottom: 40px;
}
.section-2 p span.special-bold {
  color: #003776;
  font-weight: 600;
}
.section-2 p.emphasis {
  font-size: 3.9rem;
  font-weight: 700;
  color: #1F2736;
}
.section-2 img {
  margin-bottom: 30px;
}

/* Section 3 */
.section-3 {
  padding: 60px 15px;
  background-color: #008B93;
}
.section-3.specific-action {
  padding-bottom: 20px;
}
.section-3 p.line2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.section-3 .row {
  margin-bottom: 30px;
}
.section-3 .row.boxes {
  margin-bottom: 0;
}
.section-3 .col-md-12 {
  margin-bottom: 30px;
}
.section-3 .card {
  border-radius: 8px;
}
.section-3 .card .card-body {
  padding: 30px;
}
.section-3 .card p.card-text {
  text-align: left;
  color: #101010;
}
.section-3 .card p.card-text.line1 {
  font-weight: 600;
  color: #1F2736;
}

/* Section 4 */
.section-4 {
  padding: 60px 15px;
  background-color: #fff;
}
.section-4 h1 {
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.section-4 h1 span {
  color: #00B791;
}
.section-4 ol {
  counter-reset: item;
  margin: 0;
  padding-left: 0;
}
.section-4 ol > li {
  counter-increment: item;
  list-style: none inside;
  margin: 40px 0;
  overflow: hidden;
  font-size: 2.2rem;
  line-height: 1.3;
}
.section-4 ol > li span {
  font-weight: 600;
}
.section-4 ol > li:before {
  content: counter(item);
  margin-right: 20px;
  padding: 8px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 6rem;
  background: #003776;
  border: 1px solid #707070;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  float: left;
}

/* Section 5 */
.section-5 {
  padding: 60px 15px;
  background-color: #1E2630;
}
.section-5 .col-1 {
  margin-top: 76px;
  min-height: 600px;
  background: url("../img/vertical-dashed.png") center top repeat-y;
  margin-top: 40px;
  display: none;
}
@media only screen and (min-width : 389px) {
  .section-5 .col-1 {
    display: inherit;
  }
}
@media only screen and (min-width : 480px) {
  .section-5 .col-1 {
    margin-top: 20px;
  }
}
.section-5 .col-11 .col-12::before {
  content: url("../img/vertical-dot.png");
  position: absolute;
  height: 36px;
  width: 36px;
  left: -34px;
  top: 36px;
}
@media only screen and (min-width : 480px) {
  .section-5 .col-11 .col-12::before {
    left: -39px;
    top: 24px;
  }
}
@media only screen and (min-width : 768px) {
  .section-5 .col-11 .col-12::before {
    left: -48px;
  }
}
@media only screen and (min-width : 992px) {
  .section-5 .col-11 .col-12::before {
    left: -58px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-5 .col-11 .col-12::before {
    left: -65px;
  }
}
.section-5 h2.line1 {
  font-size: 4.1rem;
  font-weight: 900;
}
@media only screen and (min-width : 768px) {
  .section-5 h2.line1 {
    font-size: 6.1rem;
  }
}
@media only screen and (min-width : 992px) {
  .section-5 h2.line1 {
    font-size: 7.1rem;
  }
}
.section-5 h2.line2 {
  font-size: 3.1rem;
  font-weight: 700;
  color: #38474F;
}
@media only screen and (min-width : 768px) {
  .section-5 h2.line2 {
    font-size: 4.1rem;
  }
}
@media only screen and (min-width : 992px) {
  .section-5 h2.line2 {
    font-size: 5.1rem;
  }
}
.section-5 p {
  font-size: 2rem;
  color: #fff;
}
.section-5 p.heading {
  background-color: #008B93;
  border: 1px solid #707070;
  border-radius: 20px;
  font-weight: 600;
  padding: 6px 6px 6px 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-5 p span {
  color: #FFBE32;
  font-weight: 700;
}

/* Section 6 */
.section-6 {
  padding: 60px 15px;
  background-color: #fff;
}
.section-6 h2.line1 {
  font-size: 4.1rem;
  font-weight: 900;
}
@media only screen and (min-width : 768px) {
  .section-6 h2.line1 {
    font-size: 6.1rem;
  }
}
@media only screen and (min-width : 992px) {
  .section-6 h2.line1 {
    font-size: 7.1rem;
  }
}
.section-6 h2.line2 {
  font-size: 3.1rem;
  font-weight: 700;
  color: #38474F;
}
@media only screen and (min-width : 768px) {
  .section-6 h2.line2 {
    font-size: 4.1rem;
  }
}
@media only screen and (min-width : 992px) {
  .section-6 h2.line2 {
    font-size: 5.1rem;
  }
}
.section-6 p.line1 {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-6 .boxed {
  border: 1px solid #008B93;
  border-radius: 6px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: -15px 15px 0px -4px #cad2e5;
  -moz-box-shadow: -15px 15px 0px -4px #cad2e5;
  box-shadow: -15px 15px 0px -4px #cad2e5;
  border-radius: 16px;
}
@media only screen and (min-width : 768px) {
  .section-6 .boxed {
    padding: 60px;
  }
}
.section-6 .boxed p {
  color: #101010;
  margin-bottom: 20px;
}
.section-6 .boxed p.emphasis {
  font-size: 2.8rem;
  font-weight: 600;
}
.section-6 .boxed p span {
  color: #00B791;
  font-weight: 600;
}
.section-6 img {
  margin-bottom: 60px;
}

/* Section 6 */
.section-7 {
  padding: 60px 15px;
  background-color: #003776;
}
.section-7 h2 {
  color: #fff;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
}
.section-7 h2 span {
  color: #FFBE32;
}
.section-7 p {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}
.section-7 p span {
  color: #FFBE32;
}

.section-8 {
  padding: 30px 15px;
  background-color: #fff;
}
.section-8 h2 {
  color: #1F2736;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
}
@media only screen and (min-width : 480px) {
  .section-8 h2 {
    font-size: 5rem;
  }
}
.section-8 h2 span {
  color: #00B791;
}
.section-8 p {
  color: #1F2736;
  margin-bottom: 20px;
  font-weight: 600;
}
.section-8 p span {
  color: #00B791;
}
.section-8 ul li {
  margin-bottom: 20px;
}
.section-8 ul li span.highlight {
  color: #003776;
  font-weight: 600;
}
.section-8 .fa-li {
  left: -4rem;
}
.section-8 .fa-check-circle {
  color: #008B93;
  font-size: 3rem;
}
@media only screen and (min-width : 768px) {
  .section-8 .left {
    border-right: 1px solid #008B93;
  }
}
.section-8 .left,
.section-8 .right {
  padding: 0 40px;
}

.section-9 {
  padding: 60px 15px 80px;
  background-color: #1E2630;
}
.section-9 h2 {
  color: #FFBE32;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.section-9 h2 span {
  color: #00B791;
}
.section-9 .boxed {
  border: 1px solid #008B93;
  border-radius: 6px;
  padding: 60px 20px 10px;
  background-color: #fff;
  -webkit-box-shadow: -15px 15px 0px -4px #cad2e5;
  -moz-box-shadow: -15px 15px 0px -4px #cad2e5;
  box-shadow: -15px 15px 0px -4px #cad2e5;
  border-radius: 16px;
}
@media only screen and (min-width : 768px) {
  .section-9 .boxed {
    padding: 60px 60px 10px;
  }
}
.section-9 .boxed p {
  color: #101010;
}
.section-9 .boxed p span {
  color: #00B791;
  font-weight: 600;
}
.section-9 .boxed ul {
  margin: 30px 0 20px 10px;
  padding: 0;
  list-style: none;
}
.section-9 .boxed li {
  padding: 0 0 20px 60px;
  background: url(../img/question-bullet.png) no-repeat;
}
.section-9 .boxed li span {
  font-weight: 700;
}

.section-10 {
  padding: 45px 15px;
  background-color: #fff;
}
.section-10 h2 {
  color: #1F2736;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.section-10 h2 span {
  color: #00B791;
}
.section-10 p.emphasis {
  color: #1F2736;
  font-size: 2.8rem;
  font-weight: 600;
}
.section-10 p span {
  color: #00B791;
}
.section-10 .boxed {
  border: 1px solid #008B93;
  border-radius: 6px;
  padding: 0 30px 10px 10px;
  margin-bottom: 40px;
  background-color: #fff;
  -webkit-box-shadow: -15px 15px 0px -4px #cad2e5;
  -moz-box-shadow: -15px 15px 0px -4px #cad2e5;
  box-shadow: -15px 15px 0px -4px #cad2e5;
  border-radius: 16px;
}
.section-10 .boxed p {
  color: #101010;
}
.section-10 .boxed p span {
  color: #00B791;
  font-weight: 600;
}
.section-10 .boxed ul {
  margin: 30px 0 20px 10px;
  padding: 0;
  list-style: none;
}
.section-10 .boxed li {
  font-size: 22px;
  padding: 0 0 0 60px;
  min-height: 50px;
}
.section-10 .boxed li.orange {
  background: url(../img/info-orange.png) no-repeat;
}
.section-10 .boxed li.greyblue {
  color: #003776;
  font-weight: 700;
  background: url(../img/info-greyblue.png) no-repeat;
}
.section-10 .boxed li span {
  font-weight: 700;
}

.section-11 {
  padding: 60px 15px 80px;
  background-color: #003776;
}
.section-11 h2 {
  color: #FFBE32;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.section-11 h2 span {
  color: #00B791;
}
.section-11 p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.section-11 p span {
  color: #00B791;
}
.section-11 img {
  float: right;
}

.section-12 {
  padding: 45px 15px 0;
  background-color: #fff;
}
.section-12 p {
  color: #222B45;
}
.section-12 p.name {
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.section-12 .card {
  border: none;
  background-color: #F7F9FC;
  padding: 20px;
  margin-bottom: 60px;
}
.section-12 .card-footer {
  background-color: #F7F9FC;
  border-top: none;
  border-bottom: none;
}
.section-12 .card-footer img {
  float: right;
}

.section-13 {
  padding: 60px 15px 0;
  background-color: #008B93;
}
.section-13 .arrow {
  height: 160px;
  background: url("../img/catch-bg.png") bottom center no-repeat #fff;
  background-size: 100% 100%;
}
.section-13 .arrow img {
  margin: 0 auto;
}
.section-13 h2 {
  color: #fff;
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 60px;
}
.section-13 h2 span {
  color: #003776;
}
.section-13 .boxed {
  border: 1px solid #008B93;
  border-radius: 6px;
  padding: 60px 30px 40px;
  background-color: #fff;
  -webkit-box-shadow: -15px 15px 0px -4px #cad2e5;
  -moz-box-shadow: -15px 15px 0px -4px #cad2e5;
  box-shadow: -15px 15px 0px -4px #cad2e5;
  border-radius: 16px;
  margin-bottom: 60px;
}
.section-13 .boxed p {
  margin-bottom: 20px;
  padding: 0;
  color: #101010;
}
@media only screen and (min-width : 768px) {
  .section-13 .boxed p {
    padding: 0 26px;
  }
}
.section-13 .boxed p.label {
  padding: 0;
}
.section-13 .boxed .timer-box {
  padding: 30px 20px;
  margin: 30px auto;
  background-color: #003776;
  border-radius: 12px;
  /* Timer */
}
.section-13 .boxed .timer-box p.price {
  color: #003776;
  font-size: 3rem;
  font-weight: 700;
  background-color: #FFBE32;
  padding: 0 16px;
  margin-bottom: 0;
  text-align: center;
}
.section-13 .boxed .timer-box #countdown-timer {
  font-family: "Inconsolata", monospace;
  margin: 10px auto;
}
.section-13 .boxed .timer-box #countdown-timer span.timer {
  position: relative;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 900;
}
@media only screen and (min-width : 480px) {
  .section-13 .boxed .timer-box #countdown-timer span.timer {
    font-size: 4.3rem;
  }
}
@media only screen and (min-width : 768px) {
  .section-13 .boxed .timer-box #countdown-timer span.timer {
    font-size: 6rem;
  }
}
@media only screen and (min-width : 992px) {
  .section-13 .boxed .timer-box #countdown-timer span.timer {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-13 .boxed .timer-box #countdown-timer span.timer {
    font-size: 11rem;
  }
}
.section-13 .boxed .timer-box #countdown-timer span.colon {
  padding: 0 12px;
}
.section-13 .boxed .timer-box #countdown-timer span.label {
  position: absolute;
  bottom: -20px;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.section-13 .boxed .timer-box #countdown-timer span.label.days {
  left: 0;
}
.section-13 .boxed .timer-box #countdown-timer span.label.hours {
  left: -6px;
}
.section-13 .boxed .timer-box #countdown-timer span.label.minutes {
  left: -11px;
}
.section-13 .boxed .timer-box #countdown-timer span.label.seconds {
  left: -10px;
}
@media only screen and (min-width : 480px) {
  .section-13 .boxed .timer-box #countdown-timer span.label {
    font-size: 1.6rem;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.days {
    left: 7px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.hours {
    left: 1px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.minutes {
    left: -7px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.seconds {
    left: -5px;
  }
}
@media only screen and (min-width : 768px) {
  .section-13 .boxed .timer-box #countdown-timer span.label {
    font-size: 2rem;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.days {
    left: 12px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.hours {
    left: 4px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.minutes {
    left: -5px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.seconds {
    left: -4px;
  }
}
@media only screen and (min-width : 992px) {
  .section-13 .boxed .timer-box #countdown-timer span.label.days {
    left: 25px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.hours {
    left: 15px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.minutes {
    left: 5px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.seconds {
    left: 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-13 .boxed .timer-box #countdown-timer span.label.days {
    left: 40px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.hours {
    left: 34px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.minutes {
    left: 19px;
  }
  .section-13 .boxed .timer-box #countdown-timer span.label.seconds {
    left: 20px;
  }
}

.section-14 {
  padding: 60px 15px 0;
  background-color: #fff;
}
.section-14 h2 {
  color: #1F2736;
  text-align: center;
  font-size: 6rem;
  font-weight: 900;
  margin-bottom: 20px;
}
.section-14 p {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.section-14 p.note {
  font-weight: 500;
  margin: 50px 0 25px;
}
.section-14 img {
  margin: 20px auto 0;
}

/* Footer - aka, Section 7 */
footer .bg {
  background-color: #003776;
}

footer .menu p {
  font-size: 1.7rem;
  color: #fff;
  padding: 0 5px;
  font-weight: 300;
}
footer .menu p.copyright {
  font-size: 1.6rem;
}

footer .menu a {
  font-size: 1.5rem;
  color: #fff;
  padding: 0 5px;
  text-decoration: none;
  font-weight: 400;
}

footer .container {
  padding: 40px 0;
}

/* Modal */
.modal-title {
  font-size: 2.4rem;
}

.close {
  font-size: 2.4rem;
}

.modal-body {
  padding: 20px;
}
.modal-body p {
  font-size: 16px;
  margin-bottom: 20px;
}

.modal-footer .btn.btn-secondary {
  font-size: 1.6rem;
  color: #fff;
  background-color: #003776;
  border-color: #222;
}

.modal-footer .btn.btn-secondary:hover {
  background-color: #001f43;
}

/* GDPR Popup Styles */
.cc-window {
  background-color: #003776;
  border: 1px solid #fff;
}
.cc-window a,
.cc-window a:link,
.cc-window a:visited,
.cc-window a:active,
.cc-window :hover {
  color: #fff;
}

.cc-message,
.cc-link {
  color: #fff;
}

.cc-btn {
  color: #fff;
  border: 2px solid #fff;
}
