/* Make the youtube video responsive */
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  z-index: 3;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#muteButton {
  width: 166px !important;
  height: 46px !important;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.73);
  border-radius: 4px;
  box-shadow: rgb(80 80 80) 0px 0px 2px 1px;
  cursor: pointer;
  z-index: 2001;
  font-size: 17px !important;
}

#muteButton svg#unmute {
  fill: #000000;
  width: 16px;
  height: 16px;
  transform: translate(6%, 65%) !important;
}

#muteButton span {
  transform: translate(4%, 48%) !important;
}

body {
  overflow-x: hidden !important;
}


html {
  font-size: 16px;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #072b34;
}

hr {
  margin-top: 30px;
  margin-bottom: 50px;
}

.nowrap-li {
  text-wrap: nowrap;
}

/* main website css override */
.section .container .row,
.section .row .row,
.footer-bar .container .row,
.footer-bar .row .row {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.footer-bar:before.alter,
.footer-bar:after {
  display: none;
}

.btn {
  white-space: normal;
}

p {
  margin-bottom: 30px;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0c4857;
}

.heading-style {
  display: block;
  text-align: center;
}

.heading-style span {
  position: relative;
  display: inline-block;
}

.heading-style span:before,
.heading-style span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 1px;
  width: 5000px;
  background-color: #ffffff;
}

.heading-style span:before {
  right: calc(100% + 30px);
}

.heading-style span:after {
  left: calc(100% + 30px);
}

.heading-style-2 {
  position: relative;
  padding-bottom: 25px;
}

.heading-style-2:after {
  content: "";
  height: 3px;
  width: 140px;
  background-color: #bf9334;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

span.heading-style {
  padding-bottom: 0;
  margin-bottom: 0;
}

.header-bar {
  background-color: #072b34;
  padding: 18px 0;
  color: #ffffff;
  text-align: center;
}

.on-header-bar-hiden {
  padding-top: 18px !important;
}

.header-bar h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0;
}

.ingredient-img-div {
  max-width: 14%;
}

.header-bar .line-brk {
  display: block;
}

.header-bar h4 span {
  color: #dde2d4;
  font-weight: 500;
}

.header-bar .icon {
  margin-right: 10px;
}

.section {
  padding-top: 70px;
  padding-bottom: 35px;
  text-align: center;
  position: relative;
}

.section .container {
  position: relative;
  z-index: 1;
}

.bg-color-1 {
  background-color: #abc2c1;
}

.bg-color-2 {
  background-color: #dde2d4;
}

.bg-color-3 {
  background-color: #0c4857;
  color: #ffffff;
}

.bg-color-3 h2,
.bg-color-3 h3 {
  color: #ffffff;
}

.bg-color-3 h2 {
  font-weight: 600;
}

.bg-color-3 h3 {
  font-weight: 400;
}

.bg-color-3 .card,
.bg-color-3 .card h2,
.bg-color-3 .card h3,
.bg-color-3 .card h4 {
  color: #0c4857;
}

.bg-color-3 .heading-style span:before,
.bg-color-3 .heading-style span:after {
  background-color: #ffffff;
}

.bg-color-4 {
  background-color: #618d8b;
  color: #ffffff;
}

.bg-color-5 {
  background-color: #373f54;
  color: #ffffff;
}

.bg-color-7 {
  background-color: #f2f7e9;
}

.bg-color-8 {
  background-color: #bacecb;
}

.bg-color-9 {
  background-color: #86a7a6;
}

.heading-style {
  margin-bottom: 36px;
}

.heading-style span:before,
.heading-style span:after {
  background-color: #072b34;
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-filter: alpha(opacity=40);
}

.heading-style span:before {
  right: calc(100% + 67px);
}

.heading-style span:after {
  left: calc(100% + 67px);
}

h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
  color: #0c4857;
  margin-bottom: 35px;
}

.section-1 h3 {
  margin-bottom: 50px;
}

.section-1 .site-logo-2 {
  margin-top: -5px;
  margin-bottom: 35px;
}

.section-1 .embed-frame {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.embed-wrapper {
  position: relative;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.embed-wrapper:not(.bonus-page-video):before,
.embed-wrapper:not(.bonus-page-video):after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.embed-wrapper:not(.bonus-page-video):before {
  width: 342px;
  height: 327px;
  background-image: url("/img/ifl-upsell-1/bg-element-5.png");
  left: -208px;
  background-position-x: 33px;
  bottom: 0;
  z-index: 2;
}

.embed-wrapper:not(.bonus-page-video):after {
  width: 327px;
  height: 313px;
  background-image: url("/img/ifl-upsell-1/bg-element-6.png");
  background-position: -136px;
  right: -245px;
  bottom: 68px;
  z-index: 2;
}

.section-7 {
  position: relative;
}

.section-7 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section-7 .bg-img img {
  width: 100%;
}

.section-7 .bg-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(12, 72, 87, 0.55), #0c4857);
  z-index: 1;
}

.section-7 .container {
  position: relative;
  z-index: 2;
}

.section-8 {
  padding-top: 140px;
  margin-top: -70px;
}

.section-8 p {
  font-size: 20px;
}

.section-8 .row {
  --bs-gutter-x: 35px;
}

.section-8 h4,
.section-9 h4 {
  font-size: 26px;
  font-weight: 700;
  color: #123638;
  margin-bottom: 35px;
}

.section-8:before,
.section-8:after {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-8:before {
  width: 502px;
  height: 502px;
  background-image: url("/img/ifl-upsell-1/bg-element-3.png");
  top: 194px;
  left: -160px
}

.section-8:after {
  width: 121px;
  height: 649px;
  background-image: url("/img/ifl-upsell-1/bg-element-7.png");
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.section-7 .card {
  margin-top: 10px;
}

.card-wrapper {
  position: relative;
}

.card-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -95px;
  height: 216px;
  width: 133px;
  background-image: url("/img/ifl-upsell-1/bg-element-8.png");
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-filter: alpha(opacity=50);
}

.card-header {
  background-image: linear-gradient(90deg, #dde2d4, #bacecb);
  border: none;
}

.card-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: #072b34;
  margin-bottom: 0;
}

.card-header h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 25px;
}

.card {
  border: none;
  margin-bottom: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
  -webkit-ox-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
  -moz-ox-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

.card-header:first-child {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.card-footer:last-child {
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}

.card-header,
.card-body,
.card-footer {
  padding: 25px 30px 0;
}

.card-footer {
  border-color: rgba(0, 0, 0, 0.06);
  background-color: #f2f3e8;
}

.card p {
  font-size: 20px;
}

.card p strong {
  font-weight: 600;
}

.section-9 h3 {
  font-size: 30px;
  margin-top: -5px;
}

.section-9 p {
  font-size: 20px;
}

.section-9 h4 {
  font-weight: 600;
}

.section-10 h3 {
  font-size: 30px;
}

.section-10 h4 {
  font-weight: 600;
}

.section-10 p {
  font-size: 20px
}

.card-2 {
  background-image: linear-gradient(#ffffff, #f5f5ec);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 50px 40px 10px;
  margin-bottom: 40px;
}

.card-2 h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.card-2 p {
  font-size: 20px;
}

.card-2 .row {
  --bs-gutter-x: 50px;
}

.img-bx {
  margin-bottom: 40px;
}

.card-package {
  min-height: calc(100% - 50px);
  margin-bottom: 50px;
}

.card-package .card-body {
  padding-top: 55px;
  padding-bottom: 30px;
}

.card-package .card-body p {
  font-size: 18px;
}

.card-package .CTA-box .inner {
  max-width: 480px;
}

.theme-list {
  list-style: none;
  padding-left: 0;
}

.theme-list li {
  font-size: 20px;
  padding-left: 35px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}

.theme-list li .list-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #20935e;
}

.theme-list li h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.theme-list li h4 span {
  font-weight: 400;
}

.theme-list li p {
  margin-bottom: 30px;
}

.card-package .theme-list li {
  margin-bottom: 0;
}

.card-package .theme-list li .list-icon {
  top: -2px;
}

.card-package .CTA-box {
  margin-top: 0;
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.card-package .CTA-box h4 {
  font-size: 24px;
}

.card-package .CTA-box .price-block h4 del {
  font-size: 24px;
}

.card-package .CTA-box .btn-1 {
  font-weight: 400;
  font-size: 20px;
}

.card-package .card-body,
.card-package .card-footer {
  position: relative;
}

.most-popular-badge {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #072b34;
  padding: 11px 35px;
  background-color: rgba(191, 147, 52, 0.8);
  position: absolute;
  top: -10px;
  right: -20px;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
}

.most-popular-badge:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-style: solid;
  border-width: 10px;
  border-color: #bf9334 transparent transparent #bf9334;
}

.card-package .card-footer .most-popular-badge {
  top: -40px;
}

.highlight {
  background-color: #618d8b;
  font-weight: 700;
  padding: 2px 5px;
}

.section-11 .bg-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(12, 72, 87, 0.85), #0c4857);
}

.section-11 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section-11 .bg-img img {
  width: 100%;
}

.section-11 h2 {
  margin-bottom: 40px;
}

.section-11 h4 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.section-12 h2 {
  font-size: 35px;
  line-height: 1.5;
}

.section-12 h3 {
  font-size: 30px;
}

.section-12 p {
  font-size: 20px;
}

.section-12 .img-bx {
  margin-bottom: 60px;
}

.section-12 h4 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 45px;
}

.section-13 h2 {
  margin-bottom: 25px;
}

.section-13 h3 {
  font-size: 30px;
  margin-bottom: 60px;
}

.section-13 .img-bx-wrap {
  min-height: 498px;
  display: flex;
  align-items: center;
}

.post-meta.theme-list li {
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 50px;
}

.post-meta.theme-list .list-icon {
  width: 50px;
  text-align: center;
}

.section-14 .heading-style-2 {
  font-size: 32px;
}

.section-14 .img-bx {
  margin-bottom: 50px;
}

.section-14:before,
.section-14:after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.section-14:before {
  width: 334px;
  height: 296px;
  background-image: url("/img/ifl-upsell-1/bg-element-9.png");
  left: 0;
  bottom: 100px;
  opacity: 0.25;
  -moz-opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-filter: alpha(opacity=25);
}

.section-14:after {
  width: 342px;
  height: 327px;
  background-image: url("/img/ifl-upsell-1/bg-element-5.png");
  top: 35.5%;
  right: -80px;
}

.theme-list li.text-md-center {
  padding-left: 0;
  color: #f7eacd;
}

.theme-list li.text-md-center .list-icon {
  position: relative;
  margin-right: 25px;
}

.expert-section {
  margin-bottom: 20px;
}

.expert-info-bx {
  margin-bottom: 45px;
}
.restore-gut-img {
  max-width: 50%;
}
.expert-info-bx .img-bx {
  margin-bottom: 15px;
}
.class-img-bx .img-fluid {
  max-height: 347px;
}
.expert-info-bx h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.expert-info-bx p {
  font-size: 13px !important;
  color: #f7eacd;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0;
}

.section-15 p {
  font-size: 20px;
}

.section-15 .expert-section+h3:not(.text-center) {
  color: #f7eacd;
}

.section-15 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section-15 .bg-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(12, 72, 87, 0.85), #0c4857);
  z-index: 1;
}

.section-15 .heading-style span:before,
.section-15 .heading-style span:after {
  background-color: #072b34;
}

.section-16 h4 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #0c4857;
}

.section-16 h3 {
  font-size: 30px;
  font-weight: 600;
}

.section-17 h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #0c4857;
}

.section-17 p {
  font-size: 20px;
}

.section-17.second p {
  font-weight: 400;
}

.section-17 .card .img-bx {
  margin-bottom: 30px;
}

.section-17 h5 {
  font-size: 22px;
  line-height: 1.5;
}

.section-17 .heading-3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
}

.section-17 .heading-2 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.images-wrap {
  width: 100%;
  max-width: 805px;
  min-height: 305px;
  position: relative;
  margin-bottom: 60px;
}

.images-wrap .img-bx {
  position: absolute;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}

.images-wrap .img-bx:first-child {
  top: 0;
  right: 0;
}

.images-wrap .img-bx:nth-child(2) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.images-wrap .img-bx:last-child {
  left: 0;
  bottom: 0;
}

.heading-4 {
  font-size: 24px;
  color: #f7eacd;
  font-weight: 600;
  margin-bottom: 30px;
}

.section-18 p {
  font-size: 20px;
}

.section-19 h3 strong {
  font-weight: 600;
}

.section-19 h3+h3 {
  font-size: 27px;
}

.section-19 h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 30px;
  color: #0c4857;
}

.section-19 p {
  font-size: 20px;
}

.section-20 h2 {
  line-height: 1.4;
}

.section-20 h2 .highlight {
  padding: 0 3px;
  color: #ecce8c;
  background-color: #0c3a41;
  margin-top: 5px;
}



.section-2:before,
.section-2:after {
  content: "";
  width: 507px;
  height: 441px;
  position: absolute;
  background-image: url("/img/ifl-upsell-1/logo-watermark.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-2:before {
  top: 48px;
  right: -115px;
}

.section-2:after {
  top: 444px;
  left: -260px;
}

.section-2 h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
  margin-bottom: 40px;
}

.section-2 h5 span {
  display: block;
}

.section-2 p {
  margin-bottom: 30px;
}

.section-2 .img-bx {
  display: inline-block;
  width: 100%;
  max-width: 1027px;
  margin-bottom: 50px;
}

.classes-info {
  width: 100%;
  max-width: 1130px;
  display: inline-block;
}

.classes-info ul {
  padding-left: 0;
  list-style: none;
  --bs-gutter-x: 40px;
  margin-bottom: 60px;
}

.classes-info .classes-item {
  display: flex;
  text-align: left;
}

.classes-item+.classes-item {
  border-left: 1px solid #bdccc1;
}

.classes-item .count {
  font-size: 60px;
  line-height: 1;
  font-weight: 200;
  color: #618d8b;
  margin-top: -5px;
  margin-right: 15px;
}

.classes-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.classes-item p {
  font-size: 18px;
  font-weight: 300;
}

.section-2 .classes-item p {
  margin-bottom: 0;
}

.btn-1 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #bf9334;
  padding: 16px 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 25px;
}

.btn-1:hover,
.btn-1:focus {
  color: #ffffff;
  background-color: #b2872b;
}

.btn-1 span {
  display: block;
  font-size: 16px;
  font-weight: 200;
  text-transform: initial;
}

.btn-2 {
  color: #ffffff;
  background-color: #618d8b;
  font-weight: 200;
  padding: 17px 30px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  margin-bottom: 35px;
}

.btn-2:hover,
.btn-2:focus {
  color: #ffffff;
  background-color: #54807e;
}

.btn-2 .btn-style {
  border-bottom: 1px solid #ffffff;
}

.section-3 {
  overflow: hidden;
  background-image: url("/img/ifl-upsell-1/bg-img-3.jpg");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.section-3:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(-45deg, rgba(12, 72, 87, 0.5), #0c4857, #0c4857);
}

.section-3 h4 {
  font-size: 24px;
  font-weight: 300;
  color: #dde2d4;
  margin-bottom: 30px;
}

.section-3 h2 {
  font-size: 40px;
  font-weight: 300;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 35px;
}

.section-3 hr {
  margin-top: 15px;
  margin-bottom: 30px;
}

.section-3 h3 {
  font-size: 24px;
  color: #dde2d4;
  font-weight: 400;
  margin-bottom: 25px;
  display: inline-block;
  max-width: 775px;
}

.section-masterclass {
  text-align: left;
}

.section-masterclass h5 {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 25px;
  display: flex;
}

.section-masterclass h5 .head-inner {
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
}

.section-masterclass h5 .count {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-right: 15px;
  background-color: #0c4857;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.section-masterclass h5 .count small {
  font-size: 15px;
}

.section-masterclass h5 .head-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 5000px;
  background-color: #bf9334;
}

.section-masterclass h5 .head-inner .txt {
  padding-top: 10px;
}

.section-masterclass h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #072b34;
}

.section-masterclass .classes-meta.row {
  --bs-gutter-x: 30px;
  margin-bottom: 20px;
}

.classes-meta li {
  font-size: 22px;
  padding-left: calc(var(--bs-gutter-x) * .5);
  position: relative;
  margin-bottom: 10px !important;
  color: #0c4857;
}

.classes-meta li:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #0c4857;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.classes-meta li:last-child:after {
  display: none;
}

.classes-meta li .list-icon {
  font-size: 20px;
  position: relative;
  margin-right: 14px;
}

.section-masterclass h4 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 35px;
}

.section-masterclass .masterclass-media {
  display: flex;
  justify-content: center;
}

.section-masterclass .class-img-bx {
  margin-bottom: 35px;
}

.section-masterclass .masterclass-content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 8px;
}

.section-masterclass .masterclass-content ul:after {
  content: "";
  display: table;
  clear: both;
}

.section-masterclass .masterclass-content ul li {
  margin-bottom: 27px;
}

.section-masterclass .masterclass-content ul li:before {
  content: "— ";
}

.section-masterclass.alter {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.section-masterclass.alter h5,
.section-masterclass.alter h2,
.section-masterclass.alter h4 {
  text-align: right;
}

.section-masterclass.alter h5 {
  justify-content: end;
}

.section-masterclass.alter h5 .head-inner .count {
  order: 1;
  margin-right: 0;
  margin-left: 15px;
}

.section-masterclass.alter h5 .head-inner:before {
  right: auto;
  left: 0;
}

.section-masterclass.alter .classes-meta.row {
  justify-content: end;
}

.section-masterclass.alter .masterclass-media {
  order: 1;
}

.CTA-box.CTA-2 {
  background-color: #dde2d4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.CTA-box.CTA-2 .heading-style {
  margin-bottom: 15px;
}

.CTA-box.CTA-2 .price {
  font-weight: 700;
  display: inline-block;
  background-color: #0c3a41;
  font-size: 40px;
  line-height: 1.1;
  color: #ecce8c;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}

.CTA-box.CTA-2 .price-block .arrow-icon {
  margin-top: 0;
  margin-bottom: 5px;
}

.CTA-box.CTA-2 .btn-1 {
  margin-bottom: 20px;
}

.section-21 {
  position: relative;
}

.section-21:before,
.section-21:after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.section-21:before {
  width: 334px;
  height: 296px;
  background-image: url("/img/ifl-upsell-1/bg-element-9.png");
  top: 45%;
  left: 0;
  opacity: 0.25;
  -moz-opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-filter: alpha(opacity=25);
}

.section-21:after {
  width: 342px;
  height: 327px;
  background-image: url("/img/ifl-upsell-1/bg-element-5.png");
  top: 45%;
  right: -80px;
}

.section-21 p {
  font-size: 20px;
}

.section-22 h2,
.section-22 h3 {
  color: #123638;
}

.section-22 h3 {
  font-size: 30px;
}

.section-testimonial .entry-content p {
  font-weight: 300;
  margin-bottom: 45px;
}

.testimonial-bx {
  margin-bottom: 40px;
  padding: 85px 65px 60px;
  position: relative;
  background-image: linear-gradient(#f5f5ec, #dde2d4);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-bx .quote-icon {
  position: absolute;
  top: -10px;
  left: 265px;
  padding: 0 22px;
  opacity: 0.36;
  -moz-opacity: 0.36;
  filter: alpha(opacity=36);
  -webkit-filter: alpha(opacity=36);
}

.testimonial-bx .row {
  --bs-gutter-x: 60px;
}

.testimonial-bx .img-bx {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
}

.testimonial-bx .img-bx img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-bx .t-cnt {
  padding-top: 10px;
  text-align: left;
}

.testimonial-bx p {
  font-size: 18px;
}

.section-testimonial .testimonial-bx p {
  line-height: 1.3;
}

.testimonial-bx h5 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
}

.section-4:before,
.section-4:after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.section-4:before {
  width: 428px;
  height: 428px;
  background-image: url("/img/ifl-upsell-1/bg-element-1.png");
  top: 121px;
  left: -120px;
}

.section-4:after {
  width: 647px;
  height: 647px;
  background-image: url("/img/ifl-upsell-1/bg-element-2.png");
  top: 412px;
  right: -320px;
}

.entry-content {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.entry-content p {
  font-weight: 200;
  text-align: left;
  margin-bottom: 25px;
}

.entry-content p strong {
  font-weight: 600;
}

.section-4 .ellipse {
  height: 533px;
  width: 533px;
  background-color: rgba(35, 43, 65, 0.16);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: calc(779px - 65px);
  left: calc(-533px / 2);
}

.arrow {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.CTA-box {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 85px 30px 30px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.07);
  z-index: 3;
}

.CTA-box .arrow {
  background-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.CTA-box .inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.CTA-box .btn-1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
}

.CTA-box .price-block {
  margin-bottom: 15px;
}

.CTA-box h4 {
  font-size: 28px;
  line-height: 1.4;
  color: #0c4857;
  margin-bottom: 22px;
}

.CTA-box .price-block h4+h4 {
  margin-bottom: 10px;
}

.CTA-box h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #0c3a41;
}

.CTA-box .price-block h4 del {
  font-size: 36px;
}

.CTA-box .price-block .arrow-icon {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 36px;
  display: inline-block;
}

.CTA-box .price-block .price {
  font-size: 36px;
  font-weight: 600;
  color: #20935e;
}

.CTA-box .highlight {
  font-weight: 600;
  background-color: #0c3a41;
  color: #ecce8c;
  display: inline-block;
  margin-bottom: 3px;
  padding: 0 5px;
}

.section-5 {
  padding-bottom: 70px;
}

.section-6 p {
  font-size: 20px
}

.section-6+.section {
  margin-top: -100px;
  padding-top: 125px;
}

.money-back-block {
  position: relative;
  background-color: #c3d1ca;
  padding: 50px 0 20px 165px;
  margin-left: 120px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-bottom: 40px;
}

.money-back-block:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3000px;
  left: 100%;
  background-color: #c3d1ca;
}

.money-back-block .money-back-badge {
  width: 240px;
  position: absolute;
  top: 50%;
  left: calc(-240px / 2);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.author-bx {
  position: relative;
  z-index: 1;
}

.author-bx .row {
  --bs-gutter-x: 50px;
}

.author-bx .img-bx {
  width: 231px;
  height: 231px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 6px solid #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.author-bx .img-bx img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-bx .author-cnt {
  padding-bottom: 80px;
}

.section-special+.section-2 {
  margin-top: -100px;
  padding-top: 125px;
}

.footer-bar {
  background-color: #072b34;
  color: #618d8b;
  font-size: 16px;
  font-weight: 300;
  padding-top: 35px;
  padding-bottom: 15px;
}

.footer-navigation ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-navigation ul li+li:before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}

.footer-navigation ul li a {
  color: #618d8b;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}

.footer-navigation ul li a:hover {
  color: #9bc6c4;
}

@media (max-width: 1399px) {

  .section-2:before,
  .section-2:after {
    width: 440px;
    height: 390px;
  }

  .section-2:before {
    top: 85px;
    right: -205px;
  }

  .section-2:after {
    top: 510px;
    left: -225px;
  }

  .section-6:after {
    right: -90px;
  }

  .section-6:before {
    left: -90px;
  }
}

@media (max-width: 1199px) {
  .entry-content {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 h2 {
    font-size: 37px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-testimonial .carousel-control-prev {
    left: 0;
  }

  .section-testimonial .carousel-control-next {
    right: 0;
  }

  .section-6:after {
    right: -145px;
  }

  .section-6:before {
    left: -145px;
  }

  .money-back-block .money-back-badge {
    width: 200px;
    left: calc(-200px / 2);
  }

  .author-bx .img-bx {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .ingredient-img-div {
    max-width: 30%;
  }

  .classes-info .classes-item {
    flex-direction: column;
  }

  .nowrap-li {
    text-wrap: wrap;
  }

  .header-bar h4 {
    font-size: 20px;
    line-height: 1.3;
  }

  h1 {
    font-size: 38px;
  }

  .section-1 .site-logo-2 {
    width: 100%;
    max-width: 350px;
    display: inline-block;
  }

  .section-3 h4 {
    font-size: 22px;
  }

  .section-3 h3 {
    font-size: 22px;
  }

  .section-masterclass.alter h5,
  .section-masterclass.alter h2,
  .section-masterclass.alter h4 {
    text-align: left;
  }

  .section-masterclass.alter h5 .head-inner:before {
    right: 0;
    left: auto;
  }

  .section-masterclass.alter .masterclass-media {
    order: 0;
  }

  .section-masterclass .masterclass-media,
  .section-masterclass.alter .masterclass-media {
    display: flex;
    justify-content: center;
  }

  .testimonial-bx {
    padding: 70px 40px 55px;
  }

  .testimonial-bx .row {
    --bs-gutter-x: 40px;
  }

  .section-masterclass.alter h5 {
    justify-content: start;
  }

  .section-masterclass.alter .classes-meta.row {
    justify-content: start;
  }

  .section-masterclass.alter h5 .head-inner .count {
    order: 0;
    margin-left: 0;
    margin-right: 15px;
  }

  .classes-meta li {
    padding-left: 45px;
  }

  .classes-meta li .list-icon {
    position: absolute;
    left: 15px;
  }

  .classes-meta li:after {
    display: none;
  }

  .expert-info-bx p {
    font-size: 14px !important;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .classes-info .classes-item {
    flex-direction: row;
  }

  .header-bar h4 {
    font-size: 18px;
  }

  .header-bar .line-brk {
    display: inline;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 1.4;
  }

  p {
    margin-bottom: 20px;
  }

  .heading-style {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .heading-style-2 {
    font-size: 30px;
    padding-top: 25px;
  }

  .heading-style-2:after {
    width: 90px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 1px;
  }

  .section-8 {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .embed-wrapper:before,
  .embed-wrapper:after {
    display: none;
  }

  .section-8:before {
    width: 220px;
    height: 220px;
    left: -80px;
    top: 230px;
  }

  .section-8:after {
    width: 79px;
    height: 451px;
    top: 79%;
  }

  .section-8 p {
    font-size: 18px;
  }

  .section-8 h4,
  .section-9 h4 {
    font-size: 20px;
  }

  .arrow {
    width: 70px;
    height: 70px;
  }

  .arrow img {
    width: 28px;
  }

  .section-7 {
    padding-top: 70px;
  }

  .card-header,
  .card-body,
  .card-footer {
    padding: 15px 15px 0;
  }

  .card-header h4 {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .card p {
    font-size: 18px;
  }

  .section-9 h3 {
    font-size: 22px;
  }

  .section-9 p {
    font-size: 18px;
  }

  .section-10 h3 {
    font-size: 24px;
  }

  .section-10 p {
    font-size: 18px;
  }

  .card-2 {
    padding: 25px 15px 10px;
    margin-bottom: 30px;
  }

  .img-bx {
    margin-bottom: 30px;
  }

  .card-header h3 {
    font-size: 24px;
  }

  .card-package {
    margin-bottom: 30px;
  }

  .card-package .card-body {
    padding-top: 40px;
  }

  .theme-list li h4 {
    margin-bottom: 15px;
  }

  .card-package .card-body p {
    margin-bottom: 15px;
  }

  .most-popular-badge {
    font-size: 16px;
    padding: 8px 20px;
    right: -10px;
  }

  .most-popular-badge:after {
    border-width: 5px;
  }

  .card-package .card-footer .most-popular-badge {
    top: -25px;
  }

  .section-11 h4 {
    font-size: 20px;
  }

  .section-12 .img-bx {
    margin-bottom: 30px;
  }

  .section-12 h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .section-12 h3 {
    font-size: 22px;
  }

  .section-12 p {
    font-size: 18px;
  }

  .section-12 h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .section-13 h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .section-13 .img-bx-wrap {
    min-height: inherit;
  }

  .heading-style span:before {
    right: calc(100% + 15px);
  }

  .heading-style span:after {
    left: calc(100% + 15px);
  }

  .CTA-box .heading-style {
    font-size: 22px;
  }

  .section-1 .site-logo-2 {
    max-width: 300px;
    margin-bottom: 25px;
  }

  .section-1 .embed-frame {
    margin-bottom: 25px;
  }

  .section-2 .img-bx {
    margin-bottom: 5px;
  }

  .btn-1 {
    margin-bottom: 15px;
  }

  .btn-2 {
    margin-bottom: 30px;
  }

  .section-2 p {
    margin-bottom: 15px;
  }

  .classes-info ul {
    margin-bottom: 15px;
  }

  .classes-info .classes-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .classes-item+.classes-item {
    border-left: none;
    border-top: 1px solid #bdccc1;
  }

  .classes-item .count {
    font-size: 50px;
    margin-top: 0;
  }

  .classes-info {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .classes-info ul {
    --bs-gutter-x: 1rem;
  }

  .section-3 h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .section-3 h3 {
    font-size: 20px;
  }

  .section-3 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .entry-content p {
    margin-bottom: 20px;
  }

  .section-3 hr {
    margin-bottom: 15px;
  }

  .section-masterclass h5 {
    margin-bottom: 15px;
  }

  .section-masterclass h2 {
    font-size: 28px;
  }

  .section-masterclass h4 {
    margin-bottom: 20px;
  }

  .section-masterclass .class-img-bx {
    margin-bottom: 20px;
  }

  .section-masterclass .masterclass-content ul li {
    margin-bottom: 20px;
  }

  .testimonial-bx {
    padding: 20px;
    margin-bottom: 30px;
  }

  .testimonial-bx h5 {
    text-align: left !important;
    margin-bottom: 5px !important;
  }

  .testimonial-bx .row {
    flex-direction: column;
  }

  .testimonial-bx .t-cnt {
    padding-top: 20px;
  }

  .entry-content .testimonial-bx p {
    margin-bottom: 25px;
  }

  .section-masterclass .row,
  .author-bx .row {
    --bs-gutter-x: 1rem;
  }

  .testimonial-bx .quote-icon {
    left: auto;
    right: 30px;
  }

  .reminder-bx {
    padding: 20px 15px 1px;
    text-align: center;
    margin-bottom: 20px;
  }

  .reminder-bx p strong {
    display: block;
  }

  .entry-content .reminder-bx p {
    text-align: center;
  }

  .money-back-block {
    padding: 100px 30px 5px;
    margin-left: 0;
    margin-top: 90px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 20px;
  }

  .money-back-block .money-back-badge {
    width: 170px;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }

  .money-back-block p {
    text-align: center;
  }

  .author-bx .row {
    flex-direction: column;
    align-items: center;
  }

  .author-bx .author-image {
    order: 1;
  }

  .author-bx .img-bx {
    width: 164px;
    height: 164px;
  }

  .author-bx .author-cnt {
    padding-top: 0;
    padding-bottom: 0;
  }

  .author-bx .author-cnt p {
    text-align: center;
  }

  .section-special+.section-2 {
    margin-top: -125px;
    padding-top: 150px;
  }

  .footer-bar {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 12px;
  }

  .footer-bar .row {
    flex-direction: column;
    align-items: center;
  }

  .footer-bar .site-info p,
  .footer-navigation ul {
    margin-bottom: 3px;
  }

  .footer-bar .site-info {
    order: 1;
  }

  .section-2:before,
  .section-2:after {
    width: 115px;
    height: 152px;
  }

  .section-2:before {
    top: 85px;
    right: -205px;
  }

  .section-2:after {
    top: 30px;
    left: -40px;
  }

  .section-2:before {
    display: none;
  }

  .section-1:before {
    width: 260px;
    height: 260px;
    top: 40px;
    left: -120px;
  }

  .section-1:after {
    width: 260px;
    height: 260px;
    top: 160px;
    right: -125px;
  }

  .section-4:before {
    width: 350px;
    height: 350px;
    top: 121px;
    left: -175px;
  }

  .section-4:after {
    width: 350px;
    height: 350px;
    top: 412px;
    right: -175px;
  }

  .section-4:before,
  .section-4:after,
  .section-4 .ellipse {
    display: none;
  }

  .section-4 .heading-style span:before,
  .section-4 .heading-style span:after {
    display: none;
  }

  .CTA-box {
    padding: 40px 15px 0;
  }

  .CTA-box .price-block {
    margin-bottom: 15px;
  }

  .CTA-box h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .CTA-box h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .CTA-box .price-block h4 del {
    font-size: 28px;
  }

  .CTA-box .btn-1 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .section-5 {
    padding-bottom: 50px;
  }

  .section-6:before,
  .section-6:after {
    display: none;
  }

  .section-2 h5 {
    margin-bottom: 20px;
  }

  .section-14 .heading-style-2 {
    font-size: 22px;
  }

  .section-14 .img-bx {
    margin-bottom: 30px;
  }

  .theme-list {
    margin-bottom: 30px;
  }

  .theme-list li {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .post-meta.theme-list .list-icon {
    width: 40px;
  }

  .section-14 h3.fw-bold {
    font-size: 20px;
  }

  .section-14:before,
  .section-14:after {
    display: none;
  }

  hr {
    margin-bottom: 30px;
  }

  .post-meta.theme-list {
    text-align: left;
  }

  .theme-list li.text-md-center {
    padding-left: 50px;
  }

  .theme-list li.text-md-center .list-icon {
    margin-right: 0;
    position: absolute;
  }

  .section-15 p {
    font-size: 18px;
  }

  .section-16 h3 {
    font-size: 24px;
  }

  .section-17 .heading-3 {
    font-size: 20px;
  }

  .section-17 p {
    font-size: 18px;
  }

  .section-17 .card .img-bx {
    margin-top: 5px;
    width: 80px;
  }

  .section-17 .card .row {
    --bs-gutter-x: 15px;
  }

  .section-17 .card p {
    font-size: 15px;
  }

  .section-17 .card .card-body {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .section-17 h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
  }

  .section-17 .heading-2 {
    margin-bottom: 30px;
  }

  .section-17 h4 {
    font-size: 22px;
  }

  .images-wrap {
    margin-bottom: 30px;
    min-height: 285px;
  }

  .images-wrap .img-bx:last-child {
    top: 0;
    bottom: auto;
    z-index: 9;
  }

  .images-wrap .img-bx:nth-child(2) {
    z-index: 10;
  }

  .images-wrap .img-bx:first-child {
    top: auto;
    bottom: 0;
    z-index: 12;
  }

  .images-wrap .img-bx {
    width: 70%;
    max-width: 320px;
  }

  .section-18 h3 {
    font-size: 24px;
  }

  .heading-4 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .card-package .card-footer {
    padding-top: 30px;
  }

  .section-18 p {
    font-size: 18px;
  }

  .section-19 h2 {
    font-size: 28px;
  }

  .section-19 h3+h3 {
    font-size: 22px;
  }

  .section-19 h4 {
    font-size: 20px;
  }

  .section-19 p {
    font-size: 18px;
  }

  .section-21 p {
    font-size: 18px;
  }

  .CTA-box.CTA-2 {
    padding: 15px;
    margin-bottom: 30px;
  }

  .section-20 {
    padding-bottom: 20px;
  }

  .section-21:before,
  .section-21:after {
    display: none;
  }

  .expert-section {
    overflow: hidden;
  }

  .expert-section>.row {
    overflow-x: scroll;
    margin-bottom: -20px;
  }

  .expert-section img {
    width: 100%;
  }

  .money-back-block:after {
    display: none;
  }

  .section-22 h3 {
    font-size: 24px;
  }

  .section-6 p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .header-bar h4 {
    font-size: 16px;
  }

  h1 {
    font-size: 28px;
  }

  h1 span {
    font-size: 18px;
  }

  .section-1 .site-logo-2 {
    max-width: 293px;
  }

  .section-1:before {
    width: 170px;
    height: 170px;
    top: 0px;
    left: auto;
    right: -50px;
  }

  .section-1:after {
    display: none;
  }

  .classes-item .count {
    font-size: 48px;
    margin-top: -3px;
  }

  .classes-item h4 {
    font-size: 16px;
  }

  .classes-item p {
    font-size: 16px;
  }

  .btn-1 {
    padding: 8px 15px;
  }

  .btn-2 {
    font-size: 16px;
    padding: 10px 20px;
  }

  .section-masterclass h2 {
    font-size: 26px;
  }

  .expert-section {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }

}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}