@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  margin: 10px;
}

* {
  box-sizing: border-box;
}

footer a {
  color: #000000;
 
}

.full-container {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 10px;
}
.container1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px;
}

.heading {
  font-size: 38px;
  margin: 0;
  color: #426573;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}

.sub-heading {
  margin: 0 !important;
  text-align: center;
  line-height: 1.4;
  font-size: 19px;
  font-weight: 600;
  color: #3a3939;
  background: #FF9800;
  padding: 7px;
  width: 100%;
  margin: 0 auto;
  font-style: italic;
  /* max-width: max-content; */
}

p {
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #5f5e5e;
}

.dsplyInline {
  display: inline;
}

.greenbg {
  background: #af7bc7;
}

.footer-container.p0.no-border {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 10px;
  margin-top: 40px;
}

.signature {
  font-family: "kalam", sans-serif;
  font-size: 25px;
  letter-spacing: -2px;
  font-weight: 600;
  color: #426573;
   margin-top: 10px;
}
img.sigimg {
    width: 100%;
    max-width: 170px;
    margin-top: 10px;
}
p.congrats {
  font-weight: 600;
  font-size: 24px;
}

a.link {
  color: #ffc002;
}

.row {
  display: flex;
  flex-wrap: nowrap;
}

img.ss-logo {
  max-width: 400px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.grid-3 {
  flex-basis: 25%;
  padding: 10px;
}

.grid-6 {
  flex: 50%;
  padding: 10px;
}

.center {
  text-align: center;
}

.footer-container.p0.no-border p {
  color: #fff;
  font-size: 15px;
}

.footer-links {
  width: 100%;
  text-align: center;
}

.footer-links ul {
  list-style: none;
  display: inline-flex;
  padding-left: 0;
}

.footer-links ul li {
  padding: 8px 12px;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 1px;
}

footer h4 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 19px;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

.big-font {
  color: #009688;
  font-size: 28px;
  font-weight: 600;
}

.order-section {
  background: rgba(134, 190, 249, 0.5);
}

.grid-4 {
  flex-basis: 30%;
}

.grid-8 {
  flex-basis: 70%;
}

.img {
  width: 100%;
  margin-top: 50px;
  max-width: 350px;
}

ul.list {
  list-style: disc;
}

ul.list li {
  margin-bottom: 11px;
  font-size: 22px;
  color: #5f5e5e;
}

.logo {
  width: 100%;
}

.img-fl-left img {
  width: 100%;
}

.img-fl-left {
  float: right;
  width: 100%;
  max-width: 49%;
}

.count {
  background: #90c957;
  text-align: center;
  display: block;
  width: 100%;
  padding: 12px 8px;
  font-size: 45px;
  font-weight: 800;
  color: #ffffff;
  border: 1px solid #7db742;
  text-shadow: 3px 2px #50802085;
}

h4.title.center {
  color: red;
  font-size: 25px;
  line-height: 1.5;
  margin: 10px;
}

a.cta {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #0b3b66;
  text-decoration: none;
  font-size: 26px;
  color: #ffffff;
  border-radius: 4px;
  padding: 9px 8px;
  border: 2px solid #103a5e;
  text-shadow: 2px 2px #0a3e6d;
  font-weight: 600;
  background-image: linear-gradient(317deg, #0b3b66, #0156a3, #0b3b66);
}

a.dl-btn {
  display: block;
  background: #8648a3;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
  border: 2px solid #6b3385;
}

a.dl-btn:hover {
  background: #9f5cbf;
}

@media (max-width: 1300px) {
  .container {
    max-width: 65%;
  }
  div.logo {
    width: 100%;
    max-width: 17%;
  }
  .heading {
    font-size: 37px;
  }
  .sub-heading {
    font-size: 18px;
  }
  p,
  ul.list li {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  div.logo {
    margin-left: 1%;
  }
  .heading {
    font-size: 35px;
  }
  .sub-heading {
    font-size: 18px;
  }
  p,
  ul.list li {
    font-size: 19px;
  }
}

@media (max-width: 1100px) {
  .heading {
    font-size: 34px;
  }
  .sub-heading {
    font-size: 18px;
  }
  p,
  ul.list li {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .row {
    display: block;
    text-align: center;
  }
  .row.order-section {
    text-align: left;
    padding-bottom: 10px;
  }
  .container {
    max-width: 65%;
  }
  .logo-footer {
    width: 100%;
    max-width: 260px;
    background: #08887c;
    padding: 4px;
    margin-top: -138px;
  }
  .heading {
    font-size: 28px;
  }
  .sub-heading {
    font-size: 17px;
  }
  .offerheading {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  div.logo {
    display: none;
  }
  .container {
    max-width: 90%;
  }
  .img {
    width: 100%;
    margin-top: 0px;
    max-width: 250px;
  }
  .footer-links ul {
    display: block;
  }
  .offerheading {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .big-font {
    font-size: 19px;
  }
  p,
  ul.list li {
    font-size: 16px;
  }
  .sub-heading {
    font-size: 16px;
  }
  .heading {
    font-size: 25px;
    line-height: 1.4;
  }
  .img {
    max-width: 201px;
  }
  h4.title.center {
    font-size: 17px;
  }
  a.cta {
    font-size: 22px;
  }
  .logo-footer {
    width: 100%;
    max-width: 230px;
  }
  .offerheading {
    font-size: 20px;
  }
}

@media (max-width: 475px) {
  .container {
    max-width: 100%;
  }
  .big-font {
    font-size: 20px;
  }
  p,
  ul.list li {
    font-size: 17px;
  }
  .sub-heading {
    font-size: 15px;
  }
  .heading {
    font-size: 27px;
    line-height: 1.4;
  }
  .img {
    max-width: 220px;
  }
  h4.title.center {
    font-size: 18px;
  }
  a.cta {
    font-size: 23px;
  }
  .logo-footer {
    width: 100%;
    max-width: 230px;
  }
  .offerheading {
    font-size: 18px;
  }
  .img-fl-left {
    float: none;
    width: 100%;
    max-width: 90%;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .big-font {
    font-size: 19px;
  }
  p,
  ul.list li {
    font-size: 16px;
  }
  .sub-heading {
    font-size: 14px;
  }
  .heading {
    font-size: 25px;
    line-height: 1.4;
  }
  .img {
    max-width: 201px;
  }
  h4.title.center {
    font-size: 17px;
  }
  a.cta {
    font-size: 22px;
  }
  .logo-footer {
    width: 100%;
    max-width: 230px;
  }
  .offerheading {
    font-size: 16px;
  }
  p.congrats {
    font-size: 21px;
    line-height: 1.4;
  }
}

/*newcss*/

.bg-blugrdnt {
    background: linear-gradient(180deg, #426573 0%, #426573b5 100%);
}
.brdrtlr-rdus20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.plr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.bg-dblu {
  background: #256865;
}

.clr-ylw {
  color: #ffbb0c;
}

.text-center {
  text-align: center;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-30 {
  padding-bottom: 30px;
}

.bg-style {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.ovrflw {
  overflow: hidden;
}

.bg-lblu {
  background: #f1fcff;
}

.clr-white {
  color: #fff;
}

.section-content h1,
.section-content h2,
.section-content h3 {
  margin: 0 !important;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dsply-blck {
  display: block;
}

h2.heading.mb-30.clr-white {
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ebook-img {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.wtbnus-ebook {
  max-width: 550px;
  width: 100%;
  display: block;
  margin: auto;
}

.fnt-sze40 {
  font-size: 40px;
}

.btn {
  padding: 5px;
}

.btn-orange {
  background: linear-gradient(89.26deg, #ff810c -0.03%, #ffbb0c 100%);
  font-family: Montserrat;
  font-weight: 600;
  font-style: italic;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  max-width: 490px;
  width: 100%;
  padding: 5px;
  border-radius: 45px;
  margin: 8px auto;
  display: block;
  color: #fff;
  outline: none;
  border: none;
  text-decoration: none;
  text-shadow: 0px 1px 5px #894708d9;
  box-shadow: 1px 2px 15px #3d743a;
}

.btn-orange:hover {
  background: linear-gradient(89.26deg, #ffbb0c -0.03%, #ff810c 100%);
}

.fnt-sze32 {
  font-size: 32px;
}

.pb-30 {
  padding-bottom: 30px;
}

/*************Footer CSS**************/
.footer-top-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-middle-bg {
  background-color: #fff !important;
}
.footer-bottom-bg {
  background-color: #d8d8d8 !important;
}
.footer-wrapper .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
}
.footer-wrapper .footer-menu .footer-menu-links {
  list-style: none;
  display: inline-block;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}
.footer-wrapper {
    background-color: black;
    background-size: 100% auto;
  }
  .footer-wrapper .footer-menu .footer-menu-links A {
    text-decoration: none;
  }
  .footer-wrapper .footer-menu .footer-menu-links A:hover {
    text-decoration: none;
    color: #808080;
  }
}

.footer-menu .footer-menu-links {
  text-align: center;
  padding: 5px;
}
.footer-logo {
  left: -20%;
}
.footer-menu .footer-menu-links a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 1px;
}
.footer-menu .footer-menu-links a:hover {
  color: #8c9292;
}
.footer-main-section p {
  font-size: 14px;
  color: #000000;
  letter-spacing: -0.1px;
  font-weight: 300;
}
a.footer-link {
  color: #000000;
  font-size: 14px;
}

.copyright h3 {
  font-size: 16px;
  color: #000000;
}

.bg-text-disclaimer {
  color: #000000 !important ;
}

footer #disclaimer .main.container > div {
  background-color: transparent !important;
  box-shadow: none !important;
}

footer p {
  font-size: 0.875rem;
}
.footerLogo h3{
  font-family: "Nunito", sans-serif;
    color: #000;
    font-size: 38px;
    margin-bottom: 0;
    font-weight: 300;
}