* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  padding: 0;
  margin: 0;
}
.top-bar {
  padding: 7px 0;
  background: #fff;
  border-bottom: solid 2px #e5e5e5;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
}
.text-sec2 p {
  font-size: 18px;
  color: #949494;
  font-weight: 400;
}
.video-sec {
  padding: 15px 19px 15px 0;
}
.banner {
  padding: 20px 0;
}
.banSec {
  position: relative;
  width: 100%;
}
.banner a {
  background: #971a1a;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  width: 100%;
  display: block;
  margin: 20px 0;
  padding: 10px 0;
  font-size: 30px;
  margin-bottom: 0;
  text-align: center;
}
.banTxt {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.banTxt p {
  font-weight: 700;
  font-size: 47px;
  color: #fff;
  padding: 0 15px;
  line-height: 50px;
}
.video-sec h1 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  padding-right: 17px;
  line-height: 51px;
  text-align: left;
}

.video-sec h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding-left: 5px;
    text-align: left;
}
.text-sec2 p {
  margin: 15px 0;
  color: #000;
  font-weight: 600;
  font-size: 12px;
}
.text-sec2 img {
  margin-right: 7px;
}

.video-sec video {
  border: 1px solid #ccc;
  margin: 15px 0;
}

.text-sec h2 {
  color: #000000;
  font-size: 18px;
  padding: 15px 0;
  font-weight: bold;
  /* margin-bottom: 15px; */
  line-height: 27px;
}

.text-sec p,
.video-sec p {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  padding: 8px 0;
  line-height: 31px;
}

.text-sec ul li {
  color: #000000;
  font-weight: 700;
  list-style-position: inside;
  font-size: 18px;
  padding: 2px 0;
  line-height: 27px;
}
.text-sec a {
  font-size: 18px;
  color: #0a6cff;
  font-weight: 700;
  text-decoration: underline;
}
.step {
  width: 33.33%;
  padding: 5px;
}

.stepTxt {
  background: #f6ad1f;
  padding: 15px;
}
.stepTxt p {
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.stepTxt span {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  display: block;
}
.seperate-sec.d-flex {
  margin: 40px 0;
}

.seperate-sec .img-sec {
  width: 22%;
}

.seperate-sec .sep-txt-sec {
  padding-left: 40px;
  width: 100%;
}

.seperate-sec .sep-txt-sec h2 {
  font-family: Arial;
  font-weight: 700;
  font-size: 21px;
  line-height: 40px;
}

.seperate-sec .sep-txt-sec p {
  font-family: Arial;
  font-weight: 400;
  color: #37465a;
  font-size: 17px;
}

.para-sec h2 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
}

.para-sec p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #37465a;
  font-size: 22px;
}

.text-sec2 h2 {
  color: #212529;
  font-size: 25px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 20px;
}

.text-sec2 li {
  font-weight: 600;
  color: #333333;
  font-size: 23px;
  padding: 8px 0;
}

.review-sec {
  border: 0.1875rem solid #ffda5f;
  background: rgb(255, 247, 220);
  padding: 20px;
}

.review-sec h2 {
  text-align: center;
  color: #212529;
  font-size: 25px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 20px;
}

.review-sec h3 {
  color: #212529;
  font-size: 22px;
  font-weight: 700;
  line-height: 44px;
}

.review-sec h3 span {
  text-decoration: underline;
}

.review-sec p {
  font-family: Arial;
  font-weight: 400;
  color: #37465a;
  font-size: 17px;
}

.difference-sec {
  padding: 20px 0;
  margin-bottom: 50px;
}

.difference-sec h2 {
  text-align: center;
  color: #212529;
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 28px;
}

.differ-bx {
  position: relative;
  border-bottom: 1px solid #a3bac6;
  padding: 20px 0;
}

.differ-a,
.differ-b {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial;
  font-weight: 400;
  color: #37465a;
  font-size: 17px;
}

.differ-a .svg-img,
.differ-b .svg-img {
  width: 50px;
  margin-right: 10px;
}

.differ-b h4 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  padding: 20px 0;
}

.po {
  position: absolute;
  width: 18px;
  left: 50%;
  margin-left: -29px;
}

.toGet img {
  max-width: 40px;
}

.toGet p {
  width: calc(100% - 45px);
  margin: 0px;
  padding-left: 10px;
}

.warning {
  border: 0.3125rem dashed #eec600;
  background: rgb(255, 244, 189);
  padding: 10px;
}

.warning img {
  position: absolute;
  width: 84px;
  right: -10px;
  top: -53px;
}

.CTA {
  border: 8px solid #003057;
}

.ctaProd {
  max-height: 290px;
}

.offerYellow {
  max-height: 70px;
}

.offerTxt a {
  text-align: left;
  line-height: 2.1875rem;
  font-size: 1.3622rem;
  font-family: Arial;
  color: #333;
}

.offerTxt .btn {
  background: #00c851;
  color: #ffffff;
  font-size: 1rem;
  font-family: Arial;
  font-weight: 700;
  height: 5.0625rem;
  width: 36.125rem;
  border-radius: 10px;
  border: 0;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  word-break: break-all;
}
a.btn-buy-big {
  display: inline-block;
  width: 100%;
  max-width: 330px;
  height: auto;
  background: #f9b303;
  border-radius: 10px;
  border-bottom: 5px solid #7d5901;
  color: #fff !important;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 12px;
  cursor: pointer;
  text-decoration: none !important;
}
.paymemtImg li {
  list-style: none;
}

.smallList li {
  width: 30%;
  padding: 0px 10px;
}

 {
  text-align: left;
  line-height: 2.375rem;
  font-size: 1.4861rem;
}

.faqList li {
  list-style: none;
}

.faqList li h4 {
  position: relative;
  font-family: Arial;
  color: #00386a;
  text-align: left;
  line-height: 2.375rem;
  font-size: 1.4rem;
}

.faqList li h4 b {
  font-family: Arial;
}

.faqList li {
  margin-bottom: 20px;
}

.lstBtn {
  background: #00c851;
  color: rgb(255, 255, 255) !important;
  font-size: 1.7337rem !important;
  font-family: Roboto !important;
  font-weight: 700 !important;
  min-height: 3.0625rem !important;
  width: 31.25rem !important;
  border-radius: 3px !important;
  background-color: rgb(0, 200, 81) !important;
  background-image: none !important;
  border: 0px !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  max-width: 100%;
}

.lstImg {
  max-width: 500px;
}

.footer {
  background: #fafafa;
  padding: 50px 0px;
  margin-top: 20px;

  width: 100%;
}

footer small {
  font-family: Arial;
  font-size: 18px;
}

.footerlinks li {
  list-style: none;
}

.footerlinks li a {
  display: block;
  color: #333;
  font-family: Arial;
  font-size: 17px;
  padding: 5px 5px;
  line-height: normal;
}

.footerPay {
  max-width: 300px;
}

a:hover {
  text-decoration: none;
}

.stepPart .step > img {
  height: 70%;
}
/* Footer CSS */
footer {
  margin-top: 30px;
padding: 50px 0 0 0;
background-color: #fafafa;
}
footer p
{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  font-size: 13px;
  margin: 0 0 25px 0;
}
footer p a{
  color: #000;
  text-decoration: none;
  font-weight:inherit;
  font-size:inherit;
}
footer .row{
  margin-right:0;
  margin-left:0;
}
@media (max-width: 991px) {
  .offerTxt {
    text-align: center;
  }

  footer div,
  footer ul {
    margin: auto;
    text-align: center;
  }
}

/*******************/
.body-sec {
  width: 100%;
}

.side-box {
  border: 1px solid #ddd;
  padding: 30px;
  padding-bottom: 15px;
  text-align: center;
  border-radius: 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 124px;
}

.side-box h3 {
  font-size: 20px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.side-box img {
  text-align: center;
  width: 100%;
  margin-bottom: 21px;
}
.side-box .btn {
  background-color: #f6ad1f;

  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.border-box {
  border: 0.3125rem dashed #3cb4e5;
  background: rgb(255, 247, 220);
  float: left;
  width: 100%;
  padding: 25px;
  text-align: center;
  margin: 30px 0;
}
.border-box a {
  text-align: center;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  font-style: italic;
  font-weight: 700;
}

#stickyImg img {
  vertical-align: middle;
  border-style: none;
}

/*******review*******/

.review-prt {
  background: rgb(249, 249, 249);
  margin: 20px 0;
  padding: 25px;
  border-left: solid 10px rgb(0, 45, 116);
  border-top: solid 10px rgb(0, 45, 116);
}

/* h2{
    text-align: left;
    line-height: 2.625rem;
    font-size: 1.8576rem;
    font-family: 'Open Sans', sans-serif;
}
p{
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    line-height: 2.1875rem;
    font-size: 1.3622rem;
} */

.check-btn {
  display: inline-block;
  padding: 15px;
  font-weight: 700;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
}

.review-prt p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #37465a;
  font-size: 17px;
  padding: 9px 0;
}

.border-box1 {
  color: #333333;
  text-align: center;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  font-style: italic;
}

/***********custom css*********/
.termSec {
  display: inline-block;
  width: 100%;
  background: #000000;
}
.steps img {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.header-top {
  background-color: #188f44;
}
.header-top p {
  color: #fff;
  padding: 5px 0;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.tick-prt .tick-img {
  margin-top: 15px;
}
.testimonials {
  background-color: #fff9eb;
  padding: 28px;
  margin: 10px 25px 10px 0px;
  border: 2px dashed #000;
}

.testimonials p {
  color: #000000;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
  text-align: center;
}

.btn-prt .btn {
  background-color: #f9b303;
  border-color: #f9b303;
  border-bottom: solid 4px #7d5901;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.btn-prt .btn:hover {
  background-color: #dfa003;
}
.testimonial {
  margin-top: 30px;
}
.testiSec {
  display: flex;
  margin-bottom: 20px;
}
.uSec {
  width: 68px;
}
.uTxt {
  width: calc(100% - 68px);
  margin-left: 10px;
}
.uTxt h3 {
  color: #4267b2;
  font-size: 18px;
  font-weight: 700;
}
.uTxt h3 span {
  color: #5bd41c;
  font-size: 14px;
}
.uTxt p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 4px 0;
}

.bordrBx {
  border: 1px dashed #39880f;
  padding: 20px;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.prdBx,
.prdTxt {
  width: 50%;
}
.prdTxt {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.prdTxt p {
  color: #39880f;
  font-size: 18px;
  font-weight: 400;
}
.prdTxt h1 {
  color: #39880f;
  font-size: 55px;
  font-weight: bold;
}
.prdTxt a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #39880f;
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 50px;
}
.terms p {
  font-size: 14px;
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}
.footerMenu ul {
  text-align: center;
}
.footerMenu ul li a {
  font-size: 14px;
  color: #4a4a4a;
}
.footerMenu ul li {
  display: inline-block;
  list-style: none;
}
.copyright p {
  font-size: 14px;
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}
.footerMenu,
.copyright {
  margin-top: 20px;
}
.forMob {
  display: none;
}
#ctabtn-mob {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 9px 10px 9px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: bottom 1s;
  display: table;
  width: 100%;
  margin: auto;
}
#ctabtn-mob a.packageBtn {
  margin: 0;
  font-size: 22px;
}
.odr-btn {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.odr-btn .product-img {
  padding: 0px 10px;
}
.odr-btn .btn {
  background-color: #f6ad1f;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.odr-btn p {
  font-weight: bold;
  color: #000;
}
.odr-btn .card-img {
  width: 80%;
  margin: auto;
}
@media (max-width: 991px) and (min-width: 768px) {
  .side-box h3 {
    font-size: 13px;
  }
  .side-box .btn {
    font-size: 12px;
  }
  .video-sec h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .text-sec2 li {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .forMob {
    display: block;
  }
}
@media (max-width: 767px) {
  .banner .container {
    padding: 0;
  }
  .banner .row {
    margin: 0;
  }
  .banner .row .col-md-12 {
    padding: 0;
  }
  .banTxt p {
    font-size: 30px;
    line-height: 36px;
  }
  .banner a {
    font-size: 25px;
  }
  .text-sec2 li {
    font-size: 17px;
  }
  .logo img {
    display: block;
    margin: 0 auto;
  }
  .imgSec {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .bordrBx {
    display: block;
  }
  .prdBx,
  .prdTxt {
    width: 100%;
  }
  .prdTxt a {
    font-size: 13px;
  }
  .prdTxt h1 {
    font-size: 45px;
  }
  .video-sec h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px !important;
    padding-right: 0;
  }
  .video-sec {
    padding: 0;
  }
  .text-sec2 p {
    font-family: "Montserrat";
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    padding: 8px 0;
  }
  .update-prt {
    background-color: #f6f6f6;
    padding: 10px;
    margin: 25px 0;
  }
  .update-prt .yellow-prt {
    padding: 14px;
  }
  .update-prt .yellow-prt h1 {
    color: #333333;
    font-size: 36px;
    font-weight: 700;
    padding-right: 17px;
    line-height: 39px;

    text-align: left;
  }
  .stepPart .step > img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width:575px){
  footer {
 padding-bottom: 10px;
}
}
@media (max-width: 480px) {
  .odr-btn .btn {
    font-size: 15px;
  }
  .odr-btn .card-img {
    width: 100%;
  }
}
