/* After stiching together elements from original join-zonia and booster packages pages and including both styles, some visual issues arise.
This css files fixes those issues */


.embed-wrapper .embed-frame, .embed-wrapper .video-border {
  z-index: 3
}

.embed-wrapper:not(.with-leafes):after, .embed-wrapper:not(.with-leafes):before {
  content: '';
  display: none;
  background: none;
}

body .CTA-box h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #0c3a41;
}

.fs-45 {
  font-size:45px!important;
}

.fw-bold {
  font-weight: bold!important;
}

.section {
  text-align:initial;
}

.stefan-section {
  margin-top: 50px;
}
.style-29 {
  padding-top: 350px;
}
.section-14 .heading-style-2 {
  color: #0c4857;
}

.img-bx {
  width: auto;
}
@media screen and (max-width: 992px) {
  .CTA-button .btn-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .CTA-button.no-margin {
    padding: 0;
  }
  .heading-style {
    font-size: 23px;
  }
  .section-14 .heading-style-2 {
      font-size: 22px;
      font-weight: normal;
      color: #0c4857;
  }
  .info-txt {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .booster-packages-part {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.5;
      color: #072b34;
  }
  .custom-wrap.in-my-journey {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 19px;
  }
  .section.style-27 {
    padding-top: 25px;
  }
  .section.style-27 .container {
    font-size: 18px;
  }
  .section.style-26 {
    padding-top: 25px;
  }
  .stefan-section {
    margin-top: 5px;
  }
  .style-29 {
    margin-top: -635px;
    padding-top: 640px;
  }
  .heading-style-2 {
    font-size: 20px;
    padding-top: 0;
  }
  .section.style-36.v2 {
    padding-top: 0;
  }
  .section.style-36.v2 .heading-style-2{
    padding-bottom: 0;
  }
  .heading-style-2:after {
    display: none;
  }
  .section.style-26.v2 {
    padding-top: 310px;
  }
  .section.style-15 .list-expert {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .section.style-15 .container {
      overflow: auto;
  }
}

@media screen and (max-width: 768px) {
  .section-18 .images-wrap .img-bx img {
    max-width: 100%;
  }

  .section.section-15 .container {
    overflow: auto;
  }

  .section.section-15 .expert-section .row {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media screen and (max-width: 320px) {
  .section.style-29 .without-circle{
    height: 250px;
    width: 250px;
  }
  body .CTA-box h3 {
    font-size: 30px;
  }

  .CTA-box .btn-1 {
    padding: 12px 40px;
  }
}
@media screen and (max-width: 380px) {

  body .CTA-box h3 {
    font-size: 28px;
  }

  .CTA-box .btn-1 {
    padding: 12px 10px;
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  body {
    font-size: 23px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1400px) {
  .container.max-w-1140 {
    max-width: 1140px;
  }
}






