body {
  font-family: "Open Sans", sans-serif;
  color: #808080;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.offer-col {
  background-color: #794e15;
  color: #fff;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 1024;
  top: 0;
  left: 0;
  padding: 13px 0px;
}
.offer_row p {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
}
.offer_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.offer_row a.blue-btn {
  font-size: 14px;
  padding: 14px 29px;
  max-width: 164px;
  width: 100%;
}
section {
  overflow: hidden;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.main-menu .navbar-brand img {
  height: 80px;
}
.header-sticky {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 0px 0;
  transition: all 0.4s;
}
.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: #122a59;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.hm-banner {
  padding: 93px 0 50px;
  position: relative;
}
.site-logo img {
  height: 68px;
}

.main-menu a.nav-link {
  color: #fff;
}
.main-menu a.nav-link.active {
  color: #679bd2;
}
.main-menu a.nav-link:hover {
  color: #679bd2;
}
.main-menu .navbar-nav .nav-link {
  padding: 10px 20px;
}
.get_start a.nav-link {
  background-color: #173775;
  border-radius: 7px;
  font-weight: 500;
  padding: 13px 22px !important;
}
.get_start a.nav-link:hover {
  background-color: #679cd3;
  color: #fff;
}
.banner-text {
  max-width: 945px;
  margin: 70px auto 40px auto;
  text-align: center;
}

.label-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 35px;
}
.banner-text h1 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 2.45rem;
}
.hm_rating {
  display: flex;
  max-width: 640px;
  margin: auto;
  gap: 5px;
}
.hm_rating .ratting i {
  color: #794e15;
}
.hm_rating p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.ratting {
  max-width: 115px;
  width: 100%;
}
.title h3 {
  margin-bottom: 30px;
  font-size: 1.375rem;
}
ul.tick_points.gap li img {
  max-width: 14px;
}
.letter .yesbtn-col {
  margin-top: 50px;
}
.letter-title {
  text-align: center;
}
.getbtn-col a {
  color: #fff;
  background-color: #173775;
  padding: 17px 25px;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  box-shadow: 5px 5px 10px #272020;
}
.getbtn-col a:hover {
  /* background-color: #679cd3;
  color: #fff; */
  box-shadow: none;
}
.getbtn-col {
  margin-top: 50px;
}
.getbtn-col a i {
  margin-left: 3px;
}

.money-back {
  background-color: #e9f1f9;
  border-radius: 10px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 945px;
  margin: auto;
}

.money-back p {
  margin: 0;
  color: #173775;
  font-size: 1rem;
}
.money-back p span {
  color: #173775;
  font-weight: 700;
}

.money-back img {
  height: 45px;
}

.money-back-col {
  padding-top: 20px;
  margin-top: 30px;
}
.section-col {
  padding: 60px 0;
}
.title {
  text-align: center;
}
.title h2 {
  color: #794e15;
  margin-bottom: 40px;
}
.title p {
  color: #794e15;
  font-size: 24px;
  margin-bottom: 15px;
}
.step-col {
  border-top: 1px solid #000;
}
.main-step-col .icon-step {
  margin: auto;
  display: block;
  fill: #99b9d7;
  height: 3em;
}
.step-col {
  padding-top: 15px;
}
.main-step-inner {
  text-align: center;
  background-color: #99b9d7;
  color: #fff;
  padding: 20px 25px 65px 25px;
  border-radius: 20px;
  margin-top: 20px;
  height: 79%;
}
.main-step-inner label {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.main-step-inner h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}
.main-step-inner p {
  text-align: left;
}
.step3-bootom p {
  text-transform: uppercase;
  color: #8eadca;
}
.step3-bootom {
  text-align: center;
  margin-top: 10px;
  color: #aecbe6;
  position: relative;
}
.step3-bootom:after {
  position: absolute;
  content: "";
  left: 33px;
  bottom: -148px;
  background-image: url(../images/arrow.webp);
  background-size: cover;
  width: 146px;
  height: 130px;
  z-index: 0;
}
.main-step-col {
  position: relative;
}
.main-step-col .icon-step4 {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #99b9d7;
  height: 3em;
}

.main-step-inner.exclusive-col {
  position: relative;
  height: 100%;
}
img.exclusive-img {
  position: absolute;
  bottom: -28px;
  right: -22px;
}
.step-col .getbtn-col {
  margin-top: 60px;
}

.navbar .navbar-toggler {
  border: none;
  background-color: #fff;
  font-size: 16px;
  padding: 4px 7px;
}
.row-height [class^="col-"] {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
}

.ExcTitle {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.Exclusive p {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  max-width: 780px;
  margin: auto;
}
.Exclusive {
  margin-bottom: 35px;
}

.blue-btn {
  color: #fff;
  background-color: #173775;
  padding: 17px 25px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
  box-shadow: 5px 5px 10px #272020;
}
.blue-btn:hover {
  /* background-color: #679cd3;
  color: #fff; */
  box-shadow: none;
}
.lifeChange-content {
  padding-right: 30px;
}
.skybg {
  background-color: #dde8f1;
}
.workshopList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.workshopList ul li {
  display: flex;
  margin-bottom: 15px;
  position: relative;
  gap: 10px;
  margin-left: 30px;
}
.workshopList ul li:last-child {
  margin-bottom: 0px;
}
.workshopList ul li i {
  color: #679bd2;
  font-size: 18px;
  transform: rotate(319deg);
  position: absolute;
  left: -30px;
  top: 4px;
}
.workshopList ul li strong {
  color: #808080;
  display: block;
  margin-bottom: 3px;
}
.workshopList ul li p {
  margin-bottom: 0;
}
.research-col {
  text-align: center;
}
.research-col h3 {
  color: #794e15;
  font-weight: 400;
  max-width: 300px;
  margin: auto auto 30px auto;
}

.Presented-col img {
  width: 100%;
  margin-bottom: 20px;
}
.Presented_name {
  color: #7b4f1d;
  font-weight: 700;
  margin-bottom: 10px;
}
.Presented-col p {
  margin-bottom: 10px;
}
ul.tick_points.gap {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.tick_points.gap li {
  display: flex;
  align-items: center;
  gap: 10px;
}
ul.tick_points.gap li:not(:last-child) {
  margin-bottom: 10px;
}
.yesbtn-col {
  text-align: center;
  margin-top: 30px;
}
.WhatIf {
  text-align: center;
  margin-top: 100px;
}
.rating-col {
  margin-top: 40px;
}
/* .howDoes {
  padding-bottom: 105px !important;
} */
.yesbtn-col a.blue-btn {
  font-size: 1.375rem;
  padding: 17px 80px;
}
.PresentedHead p {
  margin-bottom: 0;
}
.PresentedHead {
  margin-bottom: 10px;
}
/* .letter .container {
  max-width: 800px;
} */

.lifeChange-img img {
  width: 100%;
  border-radius: 20px;
}

.Presented-wrapper {
  max-width: 1000px;
  margin: auto;
}

.iPadview {
  display: none;
}

.newFaq .accordion-button {
  background-color: #f5f5f5;
  padding: 10px;
  color: #808080;
  font-weight: 700;
}
.newFaq .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.newFaq .accordion-button:focus {
  box-shadow: none;
}
.newFaq .accordion-item:not(:first-of-type) {
  border-top: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
.getimg img {
  border-radius: 20px;
  width: 100%;
}

.halfStar {
  position: relative;
}
.halfStar:after {
  position: absolute;
  top: 4px;
  right: 1px;
  width: 4px;
  height: 4px;
  content: "";
  width: 0;
  height: 0;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 5px solid #ffffff;
  transform: rotate(90deg);
}
.newFaq .accordion-button::after {
  display: none;
}
.faq-q svg {
  height: 14px;
}
.faq-q {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accordion-body {
  color: #808080;
}

.Works-des img {
  width: 100%;
  margin-bottom: 15px;
}
.drimg img {
  width: 100%;
}
.drimg {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.drimg-captions {
  color: #7b4f1d;
  font-weight: 700;
  margin-bottom: 10px;
}
.row.getcol-1 {
  margin-bottom: 60px;
}

.doc-col {
  display: flex;
  gap: 30px;
  align-items: center;
}
.doc-img {
  width: 100%;
  max-width: 28%;
}
.doc-img img {
  width: 100%;
  border-radius: 10px;
}
.doc-img {
  text-align: center;
}
.doc-img a {
  font-size: 0.875rem;
  color: #808080;
}
.doc-img a:hover {
  color: #173775;
}
.doc-content .title h2 {
  margin-bottom: 15px;
}
.doc-img a span {
  display: block;
}
.money-back {box-shadow:0px 3px 25px -10px; background:white;}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 1199px) {
  /* .getimg {
    height: 100%;
  }
  .getimg img {
    width: 100%;
    height: 100%;
  } */

  .doc-img {
    max-width: 23%;
  }
  .doc-content .title h2 br {
    display: none;
  }
  .main-menu .navbar-nav .nav-link {
    padding: 10px 8px;
  }
  .main-step-inner {
    padding: 15px 15px 64px 15px;
    height: 70%;
  }
  .main-step-inner h3 {
    font-size: 20px;
  }
  .main-step-inner label {
    font-size: 20px;
  }
  img.exclusive-img {
    max-width: 170px;
  }
  .step3-bootom:after {
    left: -7px;
    bottom: -120px;
    width: 125px;
    height: 106px;
  }
  .main-step-inner.exclusive-col {
    height: 90%;
  }
  /* .howDoes {
    padding-bottom: 85px !important;
  } */
  .iPadview {
    display: block;
    text-align: center;
  }
  .desktopview {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .doc-img {
    max-width: 27%;
  }
  .main-step-inner {
    height: 74%;
  }
  .main-step-inner.exclusive-col {
    height: 95%;
  }
  .header-sticky {
    background-color: #173775;
  }
  .navbar-collapse {
    position: absolute;
    right: 0;
    top: 79px;
    background-color: #173775;
  }
  .get_start a.nav-link {
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 400;
  }
  .main-menu .navbar-brand img {
    height: 60px;
  }
  .label-text {
    font-size: 1.5rem;
  }
  .banner-text h1 {
    font-size: 1.8rem;
  }
  .getbtn-col a {
    font-size: 14px;
  }
  .main-step-inner h3 {
    font-size: 18px;
  }
  .step3-bootom:after {
    left: -7px;
    bottom: -89px;
    width: 82px;
    height: 72px;
  }
  img.exclusive-img {
    max-width: 136px;
    bottom: -20px;
  }
  .main-step-inner {
    padding: 15px 15px 44px 15px;
  }
  nav.navbar.navbar-expand-lg.main-menu {
    padding: 5px 0px;
  }
  .main-menu .navbar-nav .nav-link {
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc85;
    border-radius: 0;
  }
  .main-menu .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  .get_start a.nav-link:hover {
    background-color: transparent;
    color: #679bd2;
  }

  .research-col h3 {
    font-size: 1.25rem;
  }

  .lifeChange-img {
    margin-bottom: 25px;
  }
  .lifeChange-content {
    padding-right: 0;
  }
  .title h2 br {
    display: none;
  }
  .mob-md-1 {
    order: -1;
  }
  .getbtn-col {
    margin-top: 30px;
  }
  .getimg {
    margin-bottom: 20px;
  }
  .getimg {
    text-align: center;
  }

  .getimg img {
    width: auto;
    height: 400px;
  }
  .doc-img img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
.offer_row {
    gap: 10px;
    flex-direction: column;
}
.hm-banner {
  padding-top: 148px !important;
}
  .online .col-md-6:first-child {
    margin-bottom: 25px;
  }
  .doc-img {
    margin: auto;
  }
  .doc-col {
    flex-direction: column;
  }
  .drimg {
    border-radius: 15px;
  }
  .row.getcol-1 {
    margin-bottom: 40px;
  }
  .WhatIf {
    margin-top: 80px;
  }
  .rating-col {
    margin-top: 30px;
  }
  .row.getcol-1.mb-5 {
    margin-bottom: 40px !important;
  }

  .Works-des {
    margin-bottom: 40px;
  }
  .getimg img,
  .lifeChange-img img {
    border-radius: 15px;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 1.875rem;
  }
  .section-col {
    padding: 40px 0;
  }
  .main-step-inner.exclusive-col {
    margin-top: 35px;
  }
  .Presented-wrapper {
    padding: 0 15px;
  }
  .getbtn-col {
    text-align: center;
  }
  .letter .yesbtn-col {
    margin-top: 35px;
  }
  .money-back-col {
    margin-top: 20px;
  }

  .getbtn-col {
    margin-top: 25px;
  }
  .research-col h3 {
    font-size: 1.375rem;
  }
  .research-col {
    margin-bottom: 0px;
  }

  .yesbtn-col a.blue-btn {
    font-size: 1rem;
    padding: 17px 15px;
  }
  .offer-col {
    padding: 10px 0px;
  }
  .step-col {
    border-top: 0;
  }
  /* .howDoes {
    padding-bottom: 80px !important;
  } */
  .step-col {
    padding-top: 40px;
  }
  .title h2 {
    margin-bottom: 25px;
  }
  .step-col .row .col-md-4.col-sm-12:first-child .main-step-col {
    margin-top: 0;
  }
  .howDoes .col-md-4.col-sm-12:not(:first-child) .main-step-col {
    margin-top: 30px;
  }
  .money-back {
    max-width: 100%;
  }
  .main-step-inner.exclusive-col {
    height: auto;
  }
  .main-step-inner {
    padding: 15px 15px 15px 15px;
    height: auto;
  }

  .step3-bootom:after {
    left: 43%;
    bottom: -58px;
    width: 56px;
    height: 43px;
    transform: translate(-50%, -50%);
    transform: rotate(317deg);
  }
  .step-col .row .col-md-4.col-sm-12:last-child .main-step-col {
    margin-top: 60px;
  }
  img.exclusive-img {
    max-width: 128px;
    bottom: -30px;
    right: -8px;
  }
  .getbtn-col a {
    padding: 15px 17px;
  }
  .money-back p {
    line-height: 19px;
  }
  .money-back img {
    height: 40px;
  }
  .main-menu .navbar-brand img {
    height: 48px;
  }
  .navbar-collapse {
    top: 66px;
  }

  .label-text {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  .banner-text h1 {
    font-size: 1.6rem;
  }
  .hm_rating {
    flex-direction: column;
    align-items: center;
  }
  .hm_rating p {
    font-size: 12px;
  }
  .money-back {
    border-radius: 4px;
  }
  .main-step-col .icon-step4 {
    display: none;
  }
  .workshopList ul li:last-child {
    margin-bottom: 0;
  }
  .Presented-wrapper- .col-lg-6.col-md-6:first-child {
    margin-bottom: 25px;
  }
  .doc-img {
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .banner-text h1 {
    margin-bottom: 15px;
  }
  .label-text {
    font-size: 1rem;
  }
  .title h2 {
    font-size: 1.3rem;
  }
  .title p {
    font-size: 1rem;
  }
  .banner-text {
    margin: 40px auto auto auto;
  }

  .research-col h3 {
    font-size: 1.125rem;
  }
  .money-back svg {
    max-width: 32px;
    width: 100%;
  }
  .money-back {
    padding: 10px 15px;
  }
  .getimg img {
    width: 100%;
  }
}

@media only screen and (max-width: 390px) {
  .yesbtn-col a.blue-btn {
    font-size: 0.875rem;
    display: block;
  }
}

@media only screen and (max-width: 376px) {
	.hm-banner {
		padding-top: 177px !important;
	}
}