@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.eot);
  src: url(../fonts/fontawesome-webfont%EF%B9%96.eot#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff2) format("woff2"),
    url(../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff) format("woff"),
    url(../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.svg#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BebasNeue-Bold.eot);
  src: url("../fonts/BebasNeue-Bold%EF%B9%96.eot#iefix") format("embedded-opentype"),
    url(../fonts/BebasNeue-Bold.woff2) format("woff2"),
    url(../fonts/BebasNeue-Bold.woff) format("woff"),
    url(../fonts/BebasNeue-Bold.ttf) format("truetype"),
    url("../fonts/BebasNeue-Bold.svg#BebasNeue-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BebasNeue-Regular.eot);
  src: url("../fonts/BebasNeue-Regular%EF%B9%96.eot#iefix") format("embedded-opentype"),
    url(../fonts/BebasNeue-Regular.woff2) format("woff2"),
    url(../fonts/BebasNeue-Regular.woff) format("woff"),
    url(../fonts/BebasNeue-Regular.ttf) format("truetype"),
    url("../fonts/BebasNeue-Regular.svg#BebasNeue-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Book";
  src: url(../fonts/BebasNeue-Book.eot);
  src: url("../fonts/BebasNeue-Book%EF%B9%96.eot#iefix") format("embedded-opentype"),
    url(../fonts/BebasNeue-Book.woff2) format("woff2"),
    url(../fonts/BebasNeue-Book.woff) format("woff"),
    url(../fonts/BebasNeue-Book.ttf) format("truetype"),
    url("../fonts/BebasNeue-Book.svg#BebasNeue-Book") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 1. Theme default css */
.container {
  max-width: 1240px;
}
body {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue" ;
  color: #282828;
  margin-top: 0px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #707583;
  letter-spacing: -0.01em;
}

/* button style */

h2.section-title {
  position: relative;
  font-family: "Bebas Neue" ;
  text-align: center;
  letter-spacing: 0px;
  color: #325a93;
  font-size: 60px;
}

h2.section-title::after {
  position: absolute;
  content: "";
  height: 7px;
  width: 135px;
  bottom: -8px;
  background: #f8cd13;
  right: 50%;
  transform: translateX(50%);
}

/* style start */
/* Hero area Start*/

.hero-promo {
  background: #325a93 0% 0% no-repeat padding-box;
  opacity: 1;
}

.hero-promo p {
  color: #96d6ef;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 20px;
  line-height: 24px;
}
section.hero-area {
  background-image: url(../img/Optin-Hero-BG1.png);
  background-position: center top;
  background-repeat: no-repeat;
  height: 1300px;
  padding-top: 128px;
  position: relative;
  background-color: #29528C;
}
.hero-img {
  position: relative;
}

.hero-img img {
  position: absolute;
  right: 0;
}

.hero-title h3 {
  letter-spacing: 7.6px;
  color: #96d6ef;
  font-family: "Bebas Neue";
  font-size: 38px;
}

.hero-title h1 {
  font-size: 90px;
  letter-spacing: 0px;
  color: #f8f7f8;
  text-transform: uppercase;
}

.hero-title h2 {
  letter-spacing: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-size: 60px;
}
.hero-btn-text {
  display: flex;
  align-items: center;
  margin-top: 56px;
}
a.bonus-btn {
  letter-spacing: 3.9px;
  color: #f8cd13;
  text-decoration: none;
  margin-left: 25px;
  font-size: 38px;
  font-family: "Bebas Neue";
  padding-top: 10px;
}

.hero-btn-text .hero-btn {
  background: #f8cd13;
  display: inline-block;
  height: 70px;
  width: 260px;
  font-size: 34px;
  color: #0A0606;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Bebas Neue";
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  line-height: 76px;
}
.hero-btn-text .hero-btn:hover {
  background: #325a93;
  color: #fff;
  border: 1px solid #325a93;
}

.hero-author {
  display: flex;
  align-items: center;
  margin-top: 50px;
  position: relative;
  z-index: 0;
}
.hero-author p span {
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
}
.hero-author p {
  margin-bottom: 0;
  margin-left: 25px;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  margin-right: 40px;
}
.hero-author p small i {
  position: absolute;
  left: -42px;
  top: -17px;
  color: #21477c;
  display: block;
  font-size: 50px;
  z-index: -1;
}

.hero-author p small.right-quote {
  bottom: 0 !important;
  right: 0 !important;
  position: absolute;
}
.hero-author p small i.fas.fa-quote-right {
  top: -50px;
  left: -56px;
}
.hero-author img {
  position: relative;
  z-index: 0;
}

/* order area */
section.order-area {
  margin-top: -450px;
  z-index: 999;
  position: relative;
}
.order-content {
  box-shadow: 0px 0px 99px #00000029;
  border-radius: 10px;
  opacity: 1;
  padding: 55px 60px;
  background: #fff;
}

.order-text h3 {
  text-align: center;
  letter-spacing: 1.5px;
  color: #1f3e6e;
  font-style: italic;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  margin-top: 55px;
  margin-bottom: 25px;
}
.bouns-gifts p {
  letter-spacing: 2.3px;
  color: #453a3a;
  font-size: 23px;
  margin-bottom: 25px;
  font-weight: 700;
}
.bouns-gifts {
  margin-bottom: 50px;
}

.bouns-gifts p a img {
  margin-right: 30px;
}

.order-step {
  text-align: center;
  padding-bottom: 42px;
  position: relative;
}

.order-step h3 {
  letter-spacing: 4.9px;
  color: #325a93;
  margin-bottom: 12px;
  font-family: "Bebas Neue" ;
  font-size: 48px;
}

.order-step span {
  letter-spacing: 0px;
  color: #453a3a;
  font-size: 35px;
  font-weight: 300;
  font-family: "Bebas Neue Book";
}
.order-step p {
  color: #453a3a;
  font: normal normal normal 30px Bebas Neue;
  font-weight: 700;
  line-height: 42px;
}
.order-step-btn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.order-step-btn a {
  height: 60px;
  background: #325a93;
  width: 94px;
  display: inline-block;
  line-height: 60px;
  border-radius: 5px;
}
.order-step-btn.step1-btn {
  flex-wrap: wrap;
}
.order-step-btn.step1-btn a {
  margin-bottom: 10px;
}
.order-step-btn.step1-btn a:nth-child(4) img {width: 28px;}
.order-step-btn.step1-btn a:nth-child(5) img {width: 75px;}
.order-step-btn.step1-btn a:nth-child(6) img {width: 40px;}
.order-step-btn a:hover {
  background: #f8cd13;
}
.order-step-btn.step3-btn a {
  width: 60px;
  font-size: 36px;
  color: #fff;
}
.order-step-btn.step2-btn a {
  width: 260px;
  color: #fff;
  font-family: "Bebas Neue";
  text-decoration: none;
  font-size: 35px;
  line-height: 70px;
}

.order-step.right-shodow {
  position: relative;
}

.order-step.right-shodow::before {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  right: -11px;
  bottom: 0;
  background: #325a93;
}



/* book-area */
section.book-area {
  padding: 80px 0;
}

.book-content {
  margin-top: 55px;
  padding-left: 30px;
}

.book-content > p {
  letter-spacing: 0.9px;
  color: #453a3a;
  opacity: 1;
  font-size: 18px;
}
.book-content p.semibold {
  font-weight: 600;
}
.book-content ul p {
  letter-spacing: 0.9px;
  color: #453a3a;
  font-size: 18px;
  margin-bottom: 20px;
}
.book-content ul {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.book-content ul li {
  list-style: none;
  position: relative;
  padding-left: 36px;
  margin-bottom: 22px;
  color: #453a3a;
}

.book-content ul li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 6px;
  height: 12px;
  width: 12px;
  background: #f8cd13;
}

/* about mylett */
section.about-mylett {
  background: url(../img/about-footer.png) no-repeat scroll center center / cover;
  padding: 60px 0 80px;
  position: relative;
}

.mylett-content p {
  font-size: 17px;
  text-align: left;
  letter-spacing: 0.9px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
}

.about-img img {
  position: absolute;
  bottom: 0;
  right: 16%;
  width: 21%;
}

section.about-mylett h2.section-title {
  color: #fff;
}
.connect {
  margin-top: 52px;
}
.mylett-content {
  margin-top: 60px;
}
.social-link {
  display: inline-block;
}

.social-link > a {
  height: 45px;
  width: 45px;
  border-radius: 5px;
  background: #325a93;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
}

.connect > h2 {
  letter-spacing: 4px;
  color: #ffffff;
  margin-bottom: 24px;
  font-weight: 300;
  font-family: "Bebas Neue Book";
  font-size: 45px;
}

.social-link > a.connect-btn {
  width: 250px;
  height: 45px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-size: 25px;
  font-family: "Bebas Neue";
  text-decoration: none;
  line-height: 50px;
}

.social-link > a.connect-btn:last-child {
  margin-right: 0;
}

.social-link > a.connect-btn:nth-child(6) {
  margin-right: 0;
}
.social-link > a img {
  height: 30px;
}
.social-link a:hover {
  background: #f8cd13;
}
/*========================================*/
/* ------RESPONSIVE CSS START-------------*/
/*========================================*/

/* xl = Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .about-img img {
    right: 9%;
    width: 30%;
  }
}

/* lg = large devices 992 - 1199*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.hero-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
  }
  .hero-promo p {
    letter-spacing: 1px;
    font-size: 18px;
  }
  .hero-title h3 {
    letter-spacing: 3.6px;
    font-size: 32px;
  }
  .hero-title h1 {
    font-size: 62px;
  }
  .hero-title h2 {
    letter-spacing: 5px;
    font-size: 52px;
  }
  .hero-img img {
    padding-right: 25px;
  }
  .order-content {
    padding: 38px 60px;
  }
  .step1-btn a > img {
    width: 72%;
  }
  a.bonus-btn {font-size: 26px;}

  .order-step-btn.step1-btn a {
    height: 60px;
    width: 70px;
    line-height: 60px;
  }
  .order-step-btn .btn {
    padding: 10px 22px;
  }
  .order-step-btn.step3-btn a {
    height: 60px;
    background: #325a93;
    width: 70px;
    display: inline-block;
    line-height: 60px;
    border-radius: 5px;
  }
  .bouns-gifts p {
    font-size: 20px;
  }
  section.about-mylett {
    padding: 45px 0 20px;
  }
  .mylett-content, .connect {
    margin-top: 30px;
    padding-left: 30px;
  }
  .about-img img {
    right: 5%;
    width: 34%;
  }
  .social-link > a.connect-btn:nth-child(6) {
    margin-right: 0;
  }
  .social-link > a {
    margin-right: 14px;
  }
  .social-link > a.connect-btn {
    width: 236px;
    font-size: 25px;
  }
  .hero-content {
    padding-left: 20px;
}
.book-content {
  padding-right: 20px;
}

}

/* md = Medium devices 768 - 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-content .row:nth-child(2) {
    justify-content: center;
}
.order-content .row:nth-child(2) .col-lg-4:nth-child(2) .order-step.right-shodow::before {
    content: none;
}
.order-step.right-shodow::before {
  right: -18px;
}
.book-content {
  padding-right: 24px;
}

.mylett-content p, .connect {
  text-align: center;
}
  section.hero-area {
    padding-top: 100px;
  }
  .hero-title h3 {
    font-size: 30px;
    letter-spacing: 2.6px;
  }
  section.hero-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
  }
  section.order-area {
    margin-top: -250px;
  }
  .hero-title h1 {
    font-size: 55px;
  }
  .hero-title h2 {
    letter-spacing: 4px;
    font-size: 49px;
  }
  .hero-btn-text {
    display: block;
    margin-top: 40px;
  }
  a.bonus-btn {
    letter-spacing: 2.9px;
    margin-left: 0px;
    font-size: 35px;
    display: block;
  }
  a.hero-btn.btn {
    display: block;
    width: 260px;
    margin-bottom: 20px;
  }
  .hero-author {
    margin-top: 50px;
  }
  .hero-img img {
    position: inherit;
    width: 100%;
  }
  .order-step.right-shodow {
    margin-bottom: 40px;
  }
  .book-img {
    text-align: center;
    margin-top: 30px;
  }
  section.book-area .container .row {
    flex-direction: column-reverse;
  }
  .social-link {
    margin-bottom: 25px;
  }
  section.about-mylett {
    padding: 60px 0 0px;
  }
  .book-img img {
    position: inherit;
    width: 60%;
    top: 22px;
  }
  .about-img img {
    position: inherit;
    top: 0;
    left: 0;
    transform: inherit;
    width: 60%;
  }
  .about-img {
    text-align: center;
  }
  .hero-author {
    margin-top: 50px;
    text-align: center;
    display: block;
  }

  .hero-author img {
    position: relative;
    z-index: 0;
    margin-bottom: 25px;
  }
  .mylett-content {margin-top:40px;padding: 0 30px;}
}

/* sm = Small devices 576 - 767 */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.hero-area {
    padding-top: 50px;
    height: auto;
    padding-bottom: 50px;
  }
  .hero-promo p {
    font-size: 17px;
    line-height: 22px;
  }
  .hero-title h3 {
    letter-spacing: 5.6px;
    font-size: 32px;
  }
  .hero-title h1 {
    font-size: 46px;
  }
  .hero-title h2 {
    letter-spacing: 5px;
    font-size: 48px;
    line-height: 50px;
  }
  .hero-btn-text {
    display: block;
    justify-content: center;
    margin-top: 26px;
    text-align: center;
  }
  .hero-title {
    text-align: center;
  }
  .bouns-gifts p a img {
    margin-right: 0;
  }
  a.hero-btn.btn {
    display: block;
    width: 260px;
    margin: 0 auto;
  }
  a.bonus-btn {
    text-align: center;
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }
  .hero-author {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .hero-author img {
    margin-bottom: 18px;
  }
  .hero-author p {
    font-size: 18px;
  }
  .hero-author p small i {
    font-size: 40px;
    left: -18px;
  }
  .hero-author p small.right-quote {
    bottom: -18px !important;
    right: 64px !important;
  }
  .hero-img img {
    position: absolute;
    right: 66px;
    width: 65%;
    margin-top: 50px;
  }
  section.order-area {
    margin-top: 155px;
    z-index: 999;
  }
  h2.section-title {
    font-size: 48px;
  }
  .order-content {
    padding: 55px 16px;
  }
  .bouns-gifts {
    text-align: center;
  }
  .bouns-gifts p a {
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
  section.about-mylett {
    padding: 60px 0 0px;
  }
  .mylett-content p {
    text-align: center;
  }
  .book-img {
    text-align: center;
  }
  .book-img img {
    position: inherit;
    width: 80%;
  }
  .connect {
    margin-top: 35px;
    text-align: center;
  }
  .about-img img {
    position: inherit;
    bottom: 0;
    left: 0;
    transform: inherit;
    width: 70%;
  }
  .social-link {
    margin-bottom: 15px;
  }
  .about-img {
    text-align: center;
  }
  .social-link > a.connect-btn:nth-child(6) {
    margin-right: 20px;
  }
  .order-step.right-shodow::before{content: none;}
  .mobile-hero-img.d-none {
    display: block !important;
    text-align: center;
    margin: 30px 0;
  }
  .mobile-hero-img.d-none img {
    width: 375px;
  }
  section.hero-area .col-lg-5.col-md-5 .hero-img {
    display: none;
  }
  .order-step-btn {justify-content: center;}
  .order-step-btn a {margin-right: 10px;}
  .order-step-btn a:last-child {margin-right: 0px;}
  section.book-area .row.align-items-center {
    flex-direction: column-reverse;
    }
}

/* xs = Extra Small devices 0 - 575 */
@media (max-width: 575px) {
  section.hero-area {
    padding-top: 50px;
    height: auto;
    padding-bottom: 50px;
  }
  .hero-title {
    text-align: center;
  }
  .hero-promo p {
    font-size: 16px;
    line-height: 22px;
  }
  .hero-title h3 {
    letter-spacing: 5.6px;
    font-size: 32px;
  }
  .hero-title h1 {
    font-size: 40px;
  }
  .hero-title h2 {
    letter-spacing: 4px;
    font-size: 40px;
    line-height: 45px;
}
  .hero-btn-text {
    display: block;
    justify-content: center;
    margin-top: 26px;
  }
  .hero-btn-text .hero-btn {
    display: block;
    margin: 0 auto;
}
  a.hero-btn.btn {
    display: block;
    width: 260px;
    margin: 0 auto;
  }
  a.bonus-btn {
    text-align: center;
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }
  .hero-author {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .hero-author img {
    margin-bottom: 18px;
  }
  .hero-author p {
    font-size: 18px;
  }
  .hero-author p small i {
    font-size: 40px;
    left: -18px;
  }
  .hero-author p small.right-quote {
    bottom: -18px !important;
    right: 64px !important;
  }
  .hero-img img {
    position: absolute;
    right: 66px;
    width: 65%;
    margin-top: 50px;
  }
  .bouns-gifts p a img {
    margin-right: 0;
  }
  .step1-btn a > img {
    width: 64%;
  }
  .order-step-btn .btn {
    padding: 5px 22px;
  }
  .mylett-content p {
    text-align: center;
  }
  .mylett-content {
    margin-top: 40px;
  }
  section.order-area {
    margin-top: 50px;
    z-index: 999;
  }
  h2.section-title {
    font-size: 48px;
  }
  section.about-mylett {
    padding: 60px 0 0px;
  }
  .order-content {
    padding: 55px 16px;
  }
  .bouns-gifts {
    text-align: center;
  }
  .bouns-gifts p a {
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
  .book-img {
    text-align: center;
    margin-top: 30px;
  }
  .book-img img {
      position: inherit;
      width: 80%;
  }
  .book-content {
    margin-top: 40px;
    padding-left: 15px;
}
.book-content ul {
  padding-right: 15px;
}
  .social-link {
    margin-bottom: 15px;
  }
  .connect {
    text-align: center;
    margin-top: 35px;
  }
  .social-link > a.connect-btn {
    margin-right: 0;
  }
  .about-img {
    text-align: center;
  }
  section.book-area .row.align-items-center {
    flex-direction: column-reverse;
}
.order-step.right-shodow::before{content: none;}
.about-img img {
  position: static;
  width: 80%;
}
.social-link > a:nth-child(5) {
  margin-right: 0;
}
.mobile-hero-img.d-none {
  display: block !important;
  text-align: center;
  margin: 30px 0;
}
.mobile-hero-img.d-none img {
  width: 290px;
}
section.hero-area .col-lg-5.col-md-5 .hero-img {
  display: none;
}
.order-step-btn {justify-content: center;}
.order-step-btn a {margin-right: 10px;}
.order-step-btn a:last-child {margin-right: 0px;}
.order-step-btn.step1-btn a:nth-child(3) {margin-right: 0;}
.order-step-btn.step1-btn a:nth-child(4) {margin-left: 0px;}

}

.order-step > form p {
  letter-spacing: 0.9px;
  color: #453a3a;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

.btn-primary {
  color: #fff;
  background-color: #345086;
  border: 0;
  border-color: #357ebd; /*set the color you want here*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #EFC732;
  border: 0;
  border-color: #285e8e; /*set the color you want here*/
}

span.required-field {
  font-size: 23px;
}

small.is-invalid {
  color: #C43F3F;
}