@import url("https://fonts.googleapis.com/css?family=Roboto:100&display=swap");
@import url("https://fonts.googleapis.com/css?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rock+Salt&display=swap");
@font-face {
  font-family: "Gotham-Bold";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/gotham-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gotham-bold-webfont.woff") format("woff"),
    url("../fonts/gotham-bold-webfont.ttf") format("truetype"),
    url("../fonts/gotham-bold-webfont.svg#gotham") format("svg");
}

@font-face {
  font-family: "Gotham-Med";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/GothamHTF-MediumCondensed.otf");
}

@font-face {
  font-family: "Gotham-Black";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/gotham-black-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gotham-black-webfont.woff") format("woff"),
    url("../fonts/gotham-black-webfont.ttf") format("truetype"),
    url("../fonts/gotham-black-webfont.svg") format("svg");
}

@font-face {
  font-family: "Gotham-Book-Condense";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/gotham-book-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gotham-book-webfont.woff") format("woff"),
    url("../fonts/gotham-book-webfont.ttf") format("truetype"),
    url("../fonts/gotham-book-webfont.svg") format("svg");
}
@font-face {
  font-family: "Gotham-Book-Condense";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Gotham-Condensed-Bold.otf");
}

.gotham-book {
  font-family: "Gotham-Book";
}

.gotham-bold {
  font-family: "Gotham-Bold";
}

.gotham-black {
  font-family: "Gotham-Black";
}

.gotham-bold-codensed {
  font-family: "Gotham-Book-Condense";
}
.gotham-med {
  font-family: "Gotham-Med";
}

.caveat {
  font-family: "Caveat", cursive;
}
.rock-salt {
  font-family: "Rock Salt";
}

html,
body {
  scroll-behavior: smooth;
}
.bg-hero {
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.buttonlg {
  font-family: "Gotham-Book-Condense";
  font-size: 35px;
  padding: 25px 25px;
  border-radius: 50px;
  letter-spacing: 3px;
}

.buttonlghy {
  font-family: "Gotham-Book-Condense";
  font-size: 30px;
  padding: 25px 25px;
  border-radius: 50px;
  letter-spacing: 3px;
}

.buttonkbblg {
  font-family: "Gotham-Book-Condense";
  font-size: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 85%;
  display: inline-block;
}

.buttonkbblgwhite {
  font-family: "Gotham-Book-Condense";
  font-size: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 85%;
  display: inline-block;
  background-color: #222222;
  border: solid 3px #fff;
  text-align: center;
  border-radius: 50px;
}
.buttonkbblgwhitemed {
  font-family: "Gotham-Book-Condense";
  font-size: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 50%;
  display: inline-block;
  background-color: #222222;
  border: solid 3px #fff;
  text-align: center;
  border-radius: 0px;
}
.buttonkbblgwhitelrg {
  font-family: "Gotham-Book-Condense";
  font-size: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 85%;
  display: inline-block;
  background-color: #222222;
  border: solid 3px #fff;
  text-align: center;
  border-radius: 50px;
}

.buttonkbblgmbl {
  font-family: "Gotham-Book-Condense";
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  border-radius: 50px;
}
hr.hrmediumgrey {
  width: 33%;
  border: solid 1px #ced5d6;
  margin-top: 20px;
  margin-bottom: 20px;
}

hr.hrmediumgrey2 {
  width: 20%;
  border: solid 1px #ced5d6;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hrmediumgrey3 {
  width: 33%;
  border: solid 1px #ced5d6;
  margin-top: 10px;
  margin-bottom: 10px;
}
.light-font {
  font-weight: lighter;
  font-family: "Roboto", sans-serif;
}

/* Animation stuff */
@keyframes wiggle {
  0%,
  7% {
    transform: rotateZ(0);
    opacity: 0;
  }
  15% {
    transform: rotateZ(-15deg);
    opacity: 1;
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%,
  100% {
    transform: rotateZ(0);
  }
}

.wiggle {
  animation: wiggle 2s forwards linear;
}

button {
  background: #222222;
  border: none;
  color: #fff;
  display: block;
  font-size: 1.2em;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  margin: 2em auto;
}

button:hover {
  background-color: #333333;
}
.dtpayment {
  padding-top: 20px;
  padding-bottom: 5px;
}
.mobilepaymentprice {
  font-size: 80px;
}
.creditcards {
  height: 30px;
  width: auto;
}

.font80 {
  font-size: 80px !important;
}
.headline1 {
  width: 90%;
}

.hero1 {
  margin-top: 30px;
  width: 100%;
  position: static;
  right: 40px;
}

.hero2 {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 80%;
  position: static;
  right: 40px;
}

.hero3 {
  margin-top: 30px;
  width: 100%;
  position: static;
  right: 40px;
}

.hero4 {
  margin-top: 30px;
  width: 90%;
  position: static;
  right: 40px;
}

.hero14 {
  width: 130%;
  right: 100px;
  position: relative;
}
.testimonial {
  float: left;
  height: 150px !important;
  width: 150px !important;
  margin-right: 15px;
}
.interested {
  font-family: "Gotham-Med";
  margin: 30px -10px 30px 0px;
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 3px;
}
.stillonthefence {
  letter-spacing: 3px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.section12 {
  color: #fff;
  font-size: 38px;
  letter-spacing: 3px;
  padding: 10px 20px 15px 20px;
  margin: 10px 0px;
  text-align: center;
  line-height: 40px;
  font-family: "Gotham-Med";
}

.security {
  height: 25px;
  width: auto;
}

.bg2 {
  background-image: url("../img/bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.knowledge_broker {
  width: 175%;
  position: absolute;
  right: -30px;
}

.line0 {
  line-height: 0px;
}
.line5 {
  line-height: 5px;
}
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-4 {
  margin-left: 40px;
}
.ml-14 {
  margin-left: 140px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-4 {
  margin-right: 140px;
}

.mr-20 {
  margin-right: 20px;
}
.mt-0 {
  margin-top: 0px;
}

.p-0 {
  padding: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-47 {
  padding-left: 47px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-140 {
  padding-left: 140px;
}

.pl-200 {
  padding-left: 200px;
}

.pl-220 {
  padding-left: 220px;
}
.pl-230 {
  padding-left: 230px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-46 {
  padding-right: 47px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-115 {
  padding-right: 115px;
}
.pr-120 {
  padding-right: 120px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-215 {
  padding-right: 215px;
}
.pb-2 {
  padding-bottom: 20px;
}

.pl-40 {
  padding-left: 40px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-5 {
  padding-left: 15px;
}

.pr-5 {
  padding-right: 15px;
}

.p-15 {
  padding: 0px 15px;
}

.fl {
  float: left;
}
.module1 {
  width: 100%;
}
.module2 {
  width: 100%;
}
.module3 {
  width: 100%;
}
.module4 {
  width: 100%;
}
.module5 {
  width: 100%;
}
.module6 {
  width: 100%;
}

.section21img {
  width: auto;
}

.module1bg {
  background-color: #4c6e97;
}
.module1bgimg {
  background-image: url("../img/module1.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 102%;
}
.module1bgimgnew {
  background-image: url("../img/module1new.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 102%;
}

.module2bgimg {
  background-image: url("../img/module2.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.module2bgimgnew {
  background-image: url("../img/module2new.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.module3bgimg {
  background-image: url("../img/module3.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.module3bgimgnew {
  background-image: url("../img/module3new.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 102%;
}

.module4bgimg {
  background-image: url("../img/module4.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.module4bgimgnew {
  background-image: url("../img/module4new.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.module5bgimgnew {
  background-image: url("../img/module5new.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 102%;
}

.module6bgimgnew {
  background-image: url("../img/module6new.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.section14bgimg {
  background-image: url("../img/hero14.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.section15bgimg {
  background-image: url("../img/section15.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.section16bgimg {
  background-image: url("../img/section16.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.section17bgimg {
  background-image: url("../img/section17.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.section18bgimg {
  background-image: url("../img/section18.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.section19bgimg {
  background-image: url("../img/section19.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.module1headline {
  padding: 25px 0px;
}

.module1headlinembl {
  padding: 15px 0px 25px 0px;
}
.module4padding {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.quote {
  width: 85%;
}
.section10 {
  background-color: #1d1d1d;
}
.section14 {
  background-color: #1d1d1d;
}

.section15headline {
  font-family: "Gotham-Bold";
  font-size: 24px;
}

.section16img {
  height: 100%;
}

.section18img {
  width: 130%;
  position: absolute;
  right: 50px;
}

.section19img {
  width: auto;
  height: 500px;
}
hr.hrmedium {
  width: 33%;
  border: solid 1px black;
}

hr.hrwhite {
  width: 80%;
  border: solid 2px #fff;
}
hr.hrwhitefull {
  width: 100%;
  border: solid 2px #fff;
}

.greybg {
  background-color: #f4f4f4;
}

.darkergreybg {
  background-color: #ced1d6;
}

.section14headline {
  font-family: "Gotham-Bold";
  font-size: 24px;
  line-height: 30px;
}
.section20bg {
  background-color: #fede33;
}
.section21bg {
  background-image: linear-gradient(to right, #134d96, #027eda);
}

.blacklabel {
  background-image: linear-gradient(to right, #2e2e2f, #444444);
}
.bonus2 {
  height: 100%;
  position: relative;
  right: 0px;
}
.bonuses {
  margin: 5px 4px;
}

.steps {
  margin: 15px 10px 15px 10px;
}
hr.hrsection21 {
  width: 25%;
  border: 1px solid #fff;
  margin: 10px 0px 20px 0px;
}

.section20 {
  color: #000;
  font-size: 35px;
  font-family: "Gotham-Med";
  padding: 10px 20px;
  margin: 10px 0px;
  text-align: center;
  line-height: 45px;
  letter-spacing: 1px;
}

.bluebox {
  background-image: linear-gradient(to right, #134d96, #027eda);
  font-family: "Gotham-Bold";
  font-size: 23px;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.enrollnow {
  padding: 25px;
  font-size: 35px;
  border-radius: 50px !important;
}

.enrollnowblack {
  background-color: #000;
  color: #fff;
  font-family: "Gotham-Med";
  font-size: 24px;
  padding: 15px;
  font-size: 25px;
  border-radius: 5px;
  display: block;
  z-index: 3;
}
.width80 {
  width: 80%;
  margin: 0px auto;
}

.enrollnowyellow {
  background-color: #fede33;
  color: #000;
  font-family: "Gotham-Med";
  font-size: 24px;
  padding: 15px;
  font-size: 25px;
  border-radius: 5px;
  display: block;
  z-index: 3;
}
.enrollnowyellow a {
  color: #fff;
}
.btnmobile {
  margin-top: 0px;
  margin-bottom: 10px;
  border-radius: 50px;
}
.paymentbox {
  border: solid 3px #fff;
  width: 85%;
}

.paymentbox1 {
  float: right;
  z-index: 1;
}

.paymentbox2 {
  float: left;
}
.panel-heading.singlepayment {
  background-color: #ffe000;
  color: #000;
  font-weight: bold;
  font-family: "Gotham-Bold";
  font-size: 44px;
  padding: 20px;
}

.panel-heading.multiplepayment {
  background-color: #1d1d1d;
  color: #fff;
  font-weight: bold;
  font-family: "Gotham-Bold";
  font-size: 44px;
  padding: 20px;
}
.mx-auto {
  margin: 0 auto;
}
.white-box {
  background-color: white;
  color: black;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
}
.yellow {
  background-color: #fede33;
  color: #000;
  font-weight: bold;
}
.yellow:hover {
  background-color: #ffd900;
}
.yellow-box-headline {
  background-color: #fede33;
  color: #000;
  font-size: 33px;
  margin: 0px auto;
  padding: 17px 15px 15px 15px;
  border: solid 3px #fff;
  width: 75%;
  text-align: center;
  display: inline-block;
}

.ls2 {
  letter-spacing: 1px;
}

.ls4 {
  letter-spacing: 4px;
}
.yellow-box {
  background-color: #fede33;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: solid 1px #fff;
}

.yellow-box-m1 {
  background-color: #fede33;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 35px;
  border: solid 1px #fff;
  border-radius: 5px;
  letter-spacing: 2px;
}
.yellow-box-black {
  background-color: #fede33;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: solid 1px #000;
}

.yellow-box-black-m2 {
  background-color: #fede33;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 35px;
  padding: 5px 10px;
  border: solid 1px #000;
  border-radius: 5px;
  letter-spacing: 3px;
}
.yellow-box-black-m3 {
  background-color: #fede33;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  padding: 5px 10px;
  border: solid 1px #000;
  border-radius: 5px;
  letter-spacing: 3px;
}

.yellow-box2 {
  background-color: #fede33;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: solid 1px #fff;
  width: 100%;
  text-align: center;
  font-size: 24px;
  display: inline-block;
}
.yellow-box2top {
  background-color: #fede33;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: solid 1px #fff;
  width: 100%;
  text-align: center;
  font-size: 24px;
  width: 85%;
  padding: 18px 30px;
  letter-spacing: 2px;
  display: inline-block;
}

.yellow-box3 {
  background-color: #fede33;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: solid 2px #000;
  width: 100%;
  text-align: center;
  font-size: 24px;
  display: inline-block;
}

.navy-blue-text {
  color: #234a95;
}

.navybluebg {
  background-color: #134d96;
}

.subhead {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 30px;
}
.mobilepayment {
  font-size: 20px;
  line-height: 30px;
}
.mobilepayment2 {
  font-size: 30px;
  padding-bottom: 20px;
}
.mobilepayment3 {
  font-size: 30px;
}

.mobilepayment4 {
  margin: 15px 0px;
}

/* Carousel CSS */
/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
}
#quote-carousel img {
  width: 250px;
  height: 100px;
}
/* End carousel */

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote img {
  margin-bottom: 10px;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}
/* End Carousel CSS */
/*==============================================================================
MODAL =========================================================================*/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding: 100px 25px 25px 35px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 1200px;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.modal-content4 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 30%;
  max-width: 1200px;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  color: black;
  text-shadow: none;
  background: white;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  padding-left: 8px;
  line-height: 34px;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .knowledge_broker {
    width: 120%;
    position: absolute;
    right: 0px;
  }
  .yellow-box-headline {
    width: 100%;
  }
  .panel-heading.singlepayment {
    background-color: #ffe000;
    color: #000;
    font-weight: bold;
    font-family: "Gotham-Bold";
    font-size: 34px;
    padding: 20px;
    line-height: 50px;
  }

  .panel-heading.multiplepayment {
    background-color: #1d1d1d;
    color: #fff;
    font-weight: bold;
    font-family: "Gotham-Bold";
    font-size: 34px;
    padding: 20px;
    line-height: 50px;
  }
  .yellow-box-m1 {
    font-size: 15px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .knowledge_broker {
    width: 100%;
    position: static;
    right: 0px;
  }
  .yellow-box-headline {
    width: 100%;
    font-size: 30px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .knowledge_broker {
    width: 100%;
    position: static;
    right: 0px;
  }
  .hero1 {
    width: 100%;
  }

  .hero2 {
    width: 100%;
  }

  .hero14 {
    width: 100%;
    right: 0px;
    position: static;
  }
  .section18img {
    width: 100%;
    position: static;
    right: 0px;
  }
  .section19img {
    height: auto;
    width: 100%;
  }
  .paymentbox {
    border: solid 2px #fff;
    width: 100%;
  }
  .mobilepayment {
    font-size: 16px;
  }
  .mobilepayment2 {
    padding-bottom: 15px;
  }
  .module1bgimg {
    background-image: none;
  }
  .module2bgimg {
    background-image: none;
  }
  .module3bgimg {
    background-image: none;
  }
  .module4bgimg {
    background-image: none;
  }
  .module1bgimgnew {
    background-image: none;
  }
  .module2bgimgnew {
    background-image: none;
  }
  .module3bgimgnew {
    background-image: none;
  }
  .module4bgimgnew {
    background-image: none;
  }
  .module5bgimgnew {
    background-image: none;
  }
  .module6bgimgnew {
    background-image: none;
  }
  .section14bgimg {
    background-image: none;
  }
  .section15bgimg {
    background-image: none;
  }
  .section16bgimg {
    background-image: none;
  }
  .section17bgimg {
    background-image: none;
  }
  .section18bgimg {
    background-image: none;
  }
  .section19bgimg {
    background-image: none;
  }

  .section21img {
    width: 90%;
  }
  .quote {
    width: 100%;
  }
  .pl-100 {
    padding-left: 15px;
  }
  .pl-220 {
    padding-left: 15px;
  }
  .pl-230 {
    padding-left: 15px;
  }
  .pr-60 {
    padding-right: 0px;
  }
  .pl-140 {
    padding-left: 0px;
  }
  .pr-115 {
    padding-right: 0px;
  }
  .mobilepayment {
    font-size: 24px;
    line-height: 30px;
  }
  .yellow-box-m1 {
    background-color: #fede33;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 5px 10px;
    font-size: 30px;
    border: solid 1px #fff;
    border-radius: 5px;
    letter-spacing: 2px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .module1bgimg {
    background-image: none;
  }
  .module2bgimg {
    background-image: none;
  }
  .module3bgimg {
    background-image: none;
  }
  .module4bgimg {
    background-image: none;
  }
  .section14bgimg {
    background-image: none;
  }
  .section15bgimg {
    background-image: none;
  }
  .section16bgimg {
    background-image: none;
  }
  .section17bgimg {
    background-image: none;
  }
  .section18bgimg {
    background-image: none;
  }
  .section19bgimg {
    background-image: none;
  }

  .knowledge_broker {
    width: 100%;
    position: static;
    right: 0px;
  }
  .bonus2 {
    height: auto;
    width: 100%;
  }
  .module1 {
    width: 100%;
    height: auto;
    position: relative;
    right: 0px;
  }
  .module2 {
    width: 100%;
    height: auto;
  }
  .module3 {
    width: 100%;
    height: auto;
    position: relative;
    right: 0px;
  }
  .module4 {
    height: auto;
    width: 100%;
  }
  .hero1 {
    width: 100%;
  }
  .hero2 {
    width: 100%;
  }
  .hero14 {
    width: 100%;
    right: 0px;
    position: static;
  }
  .section18img {
    width: 100%;
    position: static;
    right: 0px;
    padding: 0px;
  }
  .section16img {
    width: 100%;
  }
  .section19img {
    height: auto;
    width: 100%;
  }
  .paymentbox {
    border: solid 2px #fff;
    width: 100%;
  }
  .mobilepayment {
    font-size: 20px;
  }
  .btnmobile {
    padding: 25px 15px;
    font-size: 44px;
  }
  .mobilepayment2 {
    padding-bottom: 0px;
  }
  .module1bgimg {
    background-image: none;
  }
  .module2bgimg {
    background-image: none;
  }
  .module3bgimg {
    background-image: none;
  }
  .module4bgimg {
    background-image: none;
  }
  .module1bgimgnew {
    background-image: none;
  }
  .module2bgimgnew {
    background-image: none;
  }
  .module3bgimgnew {
    background-image: none;
  }
  .module4bgimgnew {
    background-image: none;
  }
  .module5bgimgnew {
    background-image: none;
  }
  .module6bgimgnew {
    background-image: none;
  }
  .section14bgimg {
    background-image: none;
  }
  .section15bgimg {
    background-image: none;
  }
  .section16bgimg {
    background-image: none;
  }
  .section17bgimg {
    background-image: none;
  }
  .section18bgimg {
    background-image: none;
  }
  .section19bgimg {
    background-image: none;
  }
  .yellow-box-headline {
    background-color: #fede33;
    color: #000;
    margin: 15px auto;
    padding: 15px;
    border: solid 3px #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 24px;
  }
  hr.hrmediumgrey {
    width: 75%;
  }
  .interested {
    text-align: center;
    margin: 5px;
  }
  .ls2 {
    line-height: 40px;
  }
  .hero1 {
    width: 80%;
  }
  .section12 {
    color: #fff;
    font-size: 28px;
    font-family: "Gotham-Book-Condense";
    letter-spacing: 3px;
    padding: 15px 10px;
    margin: 0px 0px;
    text-align: center;
    line-height: 30px;
  }
  .section20 {
    color: #000;
    font-size: 25px;
    font-family: "Gotham-Book-Condense";
    padding: 10px 20px;
    margin: 10px 0px;
    text-align: center;
    line-height: 30px;
  }
  .buttonkbblgwhitemed {
    width: 90%;
  }
  .section21img {
    width: 50%;
  }
  .bluebox {
    background-image: linear-gradient(to right, #134d96, #027eda);
    font-family: "Gotham-Bold";
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 10px;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .buttonkbblgwhitelrg {
    font-family: "Gotham-Book-Condense";
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
    background-color: #222222;
    border: solid 3px #fff;
    text-align: center;
    border-radius: 50px;
  }
  .buttonlg {
    font-family: "Gotham-Book-Condense";
    font-size: 30px;
    padding: 15px;
    letter-spacing: 3px;
  }
  hr.hrsection21 {
    width: 60%;
    margin: 10px auto;
  }
  .quote {
    width: 100%;
  }
  .panel-heading.singlepayment {
    background-color: #ffe000;
    color: #000;
    font-weight: bold;
    font-family: "Gotham-Bold";
    font-size: 34px;
    padding: 20px;
  }

  .panel-heading.multiplepayment {
    background-color: #1d1d1d;
    color: #fff;
    font-weight: bold;
    font-family: "Gotham-Bold";
    font-size: 34px;
    padding: 20px;
  }
  .buttonkbblgmbl {
    font-size: 24px;
    padding: 15px 0px;
    border-radius: 50px;
  }
  .paymentbox1 {
    float: none;
  }

  .yellow-box-m1 {
    background-color: #fede33;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 5px 10px;
    font-size: 30px;
    border: solid 1px #fff;
    border-radius: 5px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 400px) {
  .knowledge_broker {
    width: 100%;
    position: static;
    right: 0px;
  }
  .bonus2 {
    height: auto;
    width: 100%;
  }
  .module1 {
    width: 100%;
    height: auto;
    position: relative;
    right: 0px;
  }
  .module2 {
    width: 100%;
    height: auto;
  }
  .module3 {
    width: 100%;
    height: auto;
    position: relative;
    right: 0px;
  }
  .module4 {
    height: auto;
    width: 100%;
  }
  .section16img {
    width: 100%;
  }
  .section19img {
    height: auto;
    width: 100%;
  }
  .hero1 {
    width: 100%;
  }
  .hero2 {
    width: 100%;
  }

  .hero4 {
    width: 100%;
  }
  .hero14 {
    width: 100%;
    right: 0px;
    position: static;
  }
  .section18img {
    width: 100%;
    position: static;
    right: 0px;
  }
  .paymentbox {
    border: solid 2px #fff;
    width: 100%;
  }
  .mobilepayment {
    font-size: 20px;
  }
  .mobilepayment2 {
    padding-bottom: 15px;
  }
  .btnmobile {
    padding: 25px 15px;
    font-size: 44px;
  }
  .module1bgimg {
    background-image: none;
  }
  .module2bgimg {
    background-image: none;
  }
  .module3bgimg {
    background-image: none;
  }
  .module4bgimg {
    background-image: none;
  }
  .module1bgimgnew {
    background-image: none;
  }
  .module2bgimgnew {
    background-image: none;
  }
  .module3bgimgnew {
    background-image: none;
  }
  .module4bgimgnew {
    background-image: none;
  }
  .module5bgimgnew {
    background-image: none;
  }
  .module6bgimgnew {
    background-image: none;
  }
  .section14bgimg {
    background-image: none;
  }
  .section15bgimg {
    background-image: none;
  }
  .section16bgimg {
    background-image: none;
  }
  .section17bgimg {
    background-image: none;
  }
  .section18bgimg {
    background-image: none;
  }
  .section19bgimg {
    background-image: none;
  }
  .yellow-box-headline {
    background-color: #fede33;
    color: #000;
    margin: 15px auto;
    padding: 15px;
    border: solid 3px #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 24px;
  }
  hr.hrmediumgrey {
    width: 75%;
  }
  .interested {
    text-align: center;
    margin: 5px;
  }
  .ls2 {
    line-height: 40px;
  }
  .hero1 {
    width: 80%;
  }
  .section12 {
    color: #fff;
    font-size: 28px;
    font-family: "Gotham-Book-Condense";
    letter-spacing: 3px;
    padding: 15px 10px;
    margin: 0px 0px;
    text-align: center;
    line-height: 30px;
  }
  .section20 {
    color: #000;
    font-size: 25px;
    font-family: "Gotham-Book-Condense";
    padding: 10px 20px;
    margin: 10px 0px;
    text-align: center;
    line-height: 30px;
  }
  .buttonkbblgwhitemed {
    width: 90%;
  }
  .section21img {
    width: 50%;
  }
  .bluebox {
    background-image: linear-gradient(to right, #134d96, #027eda);
    font-family: "Gotham-Bold";
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 10px;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .buttonkbblgwhitelrg {
    font-family: "Gotham-Book-Condense";
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
    background-color: #222222;
    border: solid 3px #fff;
    text-align: center;
    border-radius: 50px;
  }
  .buttonlg {
    font-family: "Gotham-Book-Condense";
    font-size: 25px;
    padding: 15px;
    letter-spacing: 3px;
  }
  hr.hrsection21 {
    width: 65%;
    margin: 10px auto;
  }
  .quote {
    width: 100%;
  }
  .panel-heading.singlepayment {
    background-color: #ffe000;
    color: #000;
    font-weight: bold;
    font-family: "Gotham-Bold";
    font-size: 34px;
    padding: 20px;
  }

  .panel-heading.multiplepayment {
    background-color: #1d1d1d;
    color: #fff;
    font-weight: bold;
    font-family: "Gotham-Bold";
    font-size: 34px;
    padding: 20px;
  }
  .buttonkbblgmbl {
    font-size: 24px;
    padding: 15px 0px;
    border-radius: 50px;
  }
  .paymentbox1 {
    float: none;
  }

  .yellow-box-m1 {
    background-color: #fede33;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 30px;
    border: solid 1px #fff;
    border-radius: 5px;
    letter-spacing: 2px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .knowledge_broker {
    width: 100%;
    position: static;
    right: 0px;
  }
  .bonus2 {
    height: auto;
    width: 100%;
  }
  .module1 {
    width: 100%;
    height: auto;
    position: relative;
    right: 0px;
  }
  .module2 {
    width: 100%;
    height: auto;
  }
  .module3 {
    width: 100%;
    height: auto;
    position: relative;
    right: 0px;
  }
  .module4 {
    height: auto;
    width: 100%;
  }
  .hero1 {
    width: 100%;
  }
  .hero2 {
    width: 100%;
  }
  .hero14 {
    width: 100%;
    right: 0px;
    position: static;
  }
  .section18img {
    width: 100%;
    position: static;
    right: 0px;
  }
  .section16img {
    width: 100%;
  }
  .section19img {
    height: auto;
    width: 100%;
  }
  .paymentbox {
    border: solid 2px #fff;
    width: 100%;
  }
  .mobilepayment {
    font-size: 16px;
  }
  .mobilepayment2 {
    padding-bottom: 35px;
  }
  .module1bgimg {
    background-image: none;
  }
  .module2bgimg {
    background-image: none;
  }
  .module3bgimg {
    background-image: none;
  }
  .module4bgimg {
    background-image: none;
  }
  .module1bgimgnew {
    background-image: none;
  }
  .module2bgimgnew {
    background-image: none;
  }
  .module3bgimgnew {
    background-image: none;
  }
  .module4bgimgnew {
    background-image: none;
  }
  .module5bgimgnew {
    background-image: none;
  }
  .module6bgimgnew {
    background-image: none;
  }

  .section14bgimg {
    background-image: none;
  }
  .section15bgimg {
    background-image: none;
  }
  .section16bgimg {
    background-image: none;
  }
  .section17bgimg {
    background-image: none;
  }
  .section18bgimg {
    background-image: none;
  }
  .section19bgimg {
    background-image: none;
  }
  .yellow-box-headline {
    background-color: #fede33;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    margin: 15px auto;
    padding: 15px;
    border: solid 3px #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 24px;
  }
  hr.hrmediumgrey {
    width: 75%;
  }
  .interested {
    text-align: center;
    margin: 5px;
  }
  .ls2 {
    line-height: 40px;
  }
  .hero1 {
    width: 80%;
  }
  .section12 {
    color: #fff;
    font-size: 28px;
    font-family: "Gotham-Book-Condense";
    letter-spacing: 3px;
    padding: 15px 10px;
    margin: 0px 0px;
    text-align: center;
    line-height: 30px;
  }
  .section20 {
    color: #000;
    font-size: 20px;
    font-family: "Gotham-Book-Condense";
    padding: 10px 20px;
    margin: 10px 0px;
    text-align: center;
    line-height: 30px;
  }
  .buttonkbblgwhitemed {
    width: 90%;
  }
  .section21img {
    width: 50%;
  }
  .bluebox {
    background-image: linear-gradient(to right, #134d96, #027eda);
    font-family: "Gotham-Bold";
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 10px;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .buttonkbblgwhitelrg {
    font-family: "Gotham-Book-Condense";
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
    background-color: #222222;
    border: solid 3px #fff;
    text-align: center;
    border-radius: 50px;
  }
  .buttonlg {
    font-family: "Gotham-Book-Condense";
    font-size: 20px;
    padding: 15px;
    letter-spacing: 3px;
  }
  hr.hrsection21 {
    width: 65%;
    margin: 10px auto;
  }
  .quote {
    width: 100%;
  }
  .panel-heading.singlepayment {
    background-color: #ffe000;
    color: #000;
    font-weight: bold;
    font-family: "Gotham-Bold";
    font-size: 34px;
    padding: 5px;
  }

  .panel-heading.multiplepayment {
    background-color: #1d1d1d;
    color: #fff;
    font-weight: bold;
    font-family: "Gotham-Bold";
    font-size: 34px;
    padding: 5px;
  }
  .btnmobile {
    padding: 10px;
    font-size: 34px;
  }
  .buttonkbblgmbl {
    font-size: 24px;
    padding: 15px 0px;
    border-radius: 50px;
  }
  .yellow-box-black-m2 {
    background-color: #fede33;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 30px;
    padding: 5px 10px;
    border: solid 1px #000;
    border-radius: 5px;
    letter-spacing: 3px;
  }
  .yellow-box-m1 {
    background-color: #fede33;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 30px;
    border: solid 1px #fff;
    border-radius: 5px;
    letter-spacing: 2px;
  }
  .paymentbox1 {
    float: none;
  }
  .mobilepaymentprice {
    font-size: 60px;
  }
}
