body {
  padding: 0;
  margin: 0;
  background: #131313;
}

.mission_to_help_img_sec video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.container {
  max-width: 1050px;
  width: 100%;
  padding: 0;
}

a {
  text-decoration: none;
}

/* hero sec */
.header-logo {
  background: #131313;
}

.header-logo img {
  max-width: 170px;
}

section.hero-sec {
  background-color: #131313;
  padding: 0 0px 40px;
}

.hero-sec h2 {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #CD2B2E;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  position: relative;
}

.hero-sec .magic-sec {
  border: 2px solid #FFC700;
  border-radius: 20px;
  box-shadow: 0 0 50px 2px rgba(52.500000000000014, 51.416753308128555, 48.27717391304349, .48);
  padding: 50px 40px 30px;
  text-align: center;
  max-width: 770px;
  margin: -24px auto 0;
  width: 100%;
}

.hero-sec .magic-sec h3 {
  color: #FFF;
  font-family: "Roboto", Sans-serif;
  font-size: 1.953rem;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.hero-sec .magic-sec p {
  font-size: 20px;
  line-height: 20px;
  color: #d7c49a;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  margin: 0px;
}

/* happens */
.happens-sec {
  background: #131313;
  padding: 20px 0px;
}

.happens-sec .left-happens {
  display: flex;
  align-items: center;
  max-width: 475px;
}

.left-happens .happens-img {
  margin-right: 20px;
}

.left-happens .happens-img img {
  width: 171px;
}

.left-happens .happens-content p {
  font-family: "Montserrat", Sans-serif;
  color: #D7C49A;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.happens-content h2 {
  font-family: "Roboto", Sans-serif;
  font-size: 39px;
  font-weight: 600;
  color: #fff;
  line-height: 39px;
  margin-bottom: 10px;
}

.happens-content span {
  margin: 21px 0px;
  max-width: 162px;
  width: 100%;
  display: block;
  border-top: 1px solid #d7c49a47;
}

.left-happens .happens-content p.trained-text {
  color: #fff;
  font-weight: 500;
}

.happens-sec .magic-review {
  background: #54595F2B;
  max-width: 505px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin: 45px 0 0;
  padding: 10px 40px;
}

.happens-sec .magic-review p {
  color: #d7c49a;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px 0px 0px 40px;
}

.right-content {
  background-color: transparent;
  background-image: linear-gradient(180deg, #54595F2B 0%, #131313 100%);
  border-radius: 25px;
  margin-left: 20px;
  padding: 20px 30px 19px 30px;
}

.right-content h3 {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 30px;
  position: relative;
}

.right-content h3:before {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 56px;
  height: 3px;
  background: #d7c49a;
}

.right-content .item {
  padding: 39px 0 0;
}

.right-content .item p {
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 15px;
  padding-left: 36px;
  background-image: url(../image/icon.svg);
  background-repeat: no-repeat;
  background-position: 0% 3px;
}

.right-content .item p:last-child {
  margin: 0px;
}

/* register */
section.register-sec {
  padding: 30px 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #131313 0%, #1B1B1B 100%);
}

.left-register {
  text-align: center;
}

.left-register h3 {
  color: #d7c49a;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 25px;
}

.left-register p {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 25px;
}

.register-btn {
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #FF9E59;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
  padding: 16px 20px 16px 20px;
  display: inline-block;
  color: #fff;
  line-height: 20px;
  position: relative;
  z-index: 1;
  background: linear-gradient(-45deg, #fc6076, #ff9a44, #ef9d43, #e75516);
  background-size: 600%;
  -webkit-animation: anime 5.5s linear infinite;
  animation: anime 5.5s linear infinite;
}

.register-btn:after {
  position: absolute;
  content: "";
  z-index: -1;
  filter: blur(20px);
  opacity: 0.8;
  background: linear-gradient(-45deg, #fc6076, #ff9a44, #ef9d43, #e75516);
  background-size: 600%;
  -webkit-animation: anime 5.5s linear infinite;
  animation: anime 5.5s linear infinite;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 10px;
}

.register-btn:hover {
  background-color: transparent;
  background-image: linear-gradient(180deg, #FF9E59 0%, #FF9E59 100%);
}

@keyframes anime {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.featured-sec {
  background-color: transparent;
  background-image: linear-gradient(180deg, #1B1B1B 0%, #131313 100%);
  padding: 35px 0;
  text-align: center;
}

.featured-sec span {
  display: block;
  padding: 0px 0 25px;
  border-top: 1px solid #d7c49a;
  max-width: 597px;
  width: 100%;
  margin: 5px auto 0;
}

.featured-sec h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 39px;
  line-height: 46px;
  font-weight: 700;
  color: #d7c49a;
  margin-bottom: 25px;
}

.featured-sec .logo-sec {
  /* display: grid;    row-gap: 20px;    grid-template-columns: 1fr 1fr 1fr;    column-gap: 20px;    max-width: 450px;    margin: 0 auto;    align-items: center; */
  width: 100%;
}

.featured-sec .logo-sec img {
  width: 100%;
  max-width: 450px;
}

.business-sec {
  padding: 35px 0;
  text-align: center;
}

.business-sec h2 {
  color: #d7c49a;
  font-size: 39px;
  line-height: 46px;
  font-weight: 700;
  font-family: "Montserrat", Sans-serif;
  margin-bottom: 20px;
}

.business-sec img {
  max-width: 353px;
  width: 100%;
  display: block;
  margin: 0 auto 40px;
}

/* workshop */
.workshop-sec {
  background: #fffbf3;
  padding: 35px 0 0;
}

.workshop-sec h2 {
  color: #131313;
  font-size: 39px;
  line-height: 46px;
  font-weight: 700;
  font-family: "Montserrat", Sans-serif;
  margin-bottom: 20px;
  text-align: center;
}

.workshop-sec img {
  max-width: 351px;
  width: 100%;
  margin: 0 auto 85px;
  display: block;
}

.workshop-sec .bonus-inner h2 {
  margin-bottom: 33px;
  position: relative;
}

.workshop-sec .bonus-inner h2:before {
  content: '';
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 56px;
  height: 3px;
  background: #FF7F6B;
}

.bonus-item {
  display: flex;
  padding-top: 45px;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.bonus-item img {
  max-width: 311px;
  margin: 0px;
  height: fit-content;
  mix-blend-mode: multiply;
}

.bonus-item .build-box {
  margin-left: 30px;
}

.bonus-item .build-box .build-item {
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 20px 20px 0px;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  column-gap: 12px;
}

.bonus-item .build-box .build-item span {
  border-radius: 0 5px 0 5px;
  background: #FF7F6B24;
  padding: 4px 15px;
  width: auto !important;
  height: 35px;
  font-family: "Montserrat", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #FF7F6B;
  line-height: 27px;
}

.build-item p {
  color: #131313;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5em;
  margin: 0px;
}

.bonus-item .build-box .build-item:last-child {
  margin-bottom: 0px;
}

/* Bonuses sec */
.bonuses-sec {
  padding: 35px 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #131313 0%, #1B1B1B 100%);
}

.bonuses-sec .container {
  max-width: 800px;
}

.bonuses-sec h2 {
  color: #d7c49a;
  font-size: 39px;
  line-height: 46px;
  font-weight: 700;
  font-family: "Montserrat", Sans-serif;
  margin-bottom: 30px;
  text-align: center;
}

.bonus-inner {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
}

.bonus-inner {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.bonus-inner .bonus-box {
  width: calc(50% - 20px);
  position: relative;
}

.bonus-inner .bonus-box h3 {
  background: #000;
  border-radius: 15px 15px 0 0;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  font-style: italic;
  margin: 0px;
}

.bonus-inner .bonus-box .bonus-img {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px 20px 10px;
  overflow: hidden;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.bonus-inner .bonus-box .bonus-img img {
  width: 100%;
  border-radius: 15px;
  max-width: 280px;
  margin: 0 auto 25px;
  display: block;
}

.bonus-inner .bonus-box .bonus-img h4 {
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  font-family: "Roboto", Sans-serif;
  line-height: 24px;
}

.bonus-inner .bonus-box .bonus-img a {
  margin: 0px;
  background: #cf2e32;
  width: fit-content;
  padding: 4px 30px 4px 7px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  font-family: "Roboto", Sans-serif;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.bonus-inner .bonus-box .bonus-img a:before {
  content: '';
  position: absolute;
  top: 1px;
  right: -16px;
  background: #fff;
  width: 28px;
  height: 52px;
  transform: rotate3d(1, 1, 1, 51deg);
}

.facilities_content {
  display: none;
}

.facilities_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  z-index: 99;
}

.facilities_content p {
  background: #fff;
}

.facilities_contentpopup_opne1 .facilities_contentpopup1,
.facilities_contentpopup_opne2 .facilities_contentpopup2,
.facilities_contentpopup_opne3 .facilities_contentpopup3,
.facilities_contentpopup_opne4 .facilities_contentpopup4,
.facilities_contentpopup_opne5 .facilities_contentpopup5,
.facilities_contentpopup_opne6 .facilities_contentpopup6,
.facilities_contentpopup_opne7 .facilities_contentpopup7,
.facilities_contentpopup_opne8 .facilities_contentpopup8,
.facilities_contentpopup_opne9 .facilities_contentpopup9,
.facilities_contentpopup_opne10 .facilities_contentpopup10,
.facilities_contentpopup_opne11 .facilities_contentpopup11,
.facilities_contentpopup_opne12 .facilities_contentpopup12,
.facilities_contentpopup_opne13 .facilities_contentpopup13 {
  opacity: 1;
  visibility: visible;
  display: block;
}

.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #88998c;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
}

.close-btn svg {
  color: #fff;
}

.facilities_content_popup_open .bg-overlay {
  position: fixed;
  background: #00000030;
  top: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  display: block;
  width: 100%;
  backdrop-filter: blur(3px);
}

.countdown-sec {
  max-width: 780px;
  width: 100%;
  background: #F8F2E6;
  margin: 70px auto 0px;
  border-radius: 20px;
  padding: 40px 50px 40px 50px;
  text-align: center;
}

.countdown-sec .countdown-inner h6 {
  color: #131313;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  line-height: 18px;
  margin-bottom: 20px;
}

.countdown-sec .countdown-inner h6 span {
  text-decoration: line-through;
}

.countdown-sec .countdown-inner h5 {
  color: #131313;
  font-family: "Montserrat", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  line-height: 21px;
  margin-bottom: 40px;
}

.countdown-sec .countdown-inner h3 {
  padding: 13px 30px 14px 30px;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
  color: #131313;
  font-family: "Montserrat", Sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.countdown-sec .countdown-inner p {
  color: #131313;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 16px;
  margin: 25px 0 45px;
}

.right-register {
  background: linear-gradient(180deg, #FF9E59 38%, #FF7F6B 100%);
  max-width: 50px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  cursor: pointer;
  margin: 0 10px;
}

.right-register img {
  width: 100%;
  padding: 8px;
}

.register-center {
  display: flex;
  justify-content: center;
}

.right-register a {
  padding-right: 30px;
  font-size: 30px;
}

.right-register svg {
  padding: 10px;
}

/* video */
.decide-sec {
  background-color: transparent;
  background-image: linear-gradient(180deg, #1B1B1B 0%, #131313 100%);
  padding: 35px 0px;
  text-align: center;
}

.decide-sec h2 {
  color: #d7c49a;
  font-size: 39px;
  line-height: 46px;
  font-weight: 700;
  font-family: "Montserrat", Sans-serif;
  margin-bottom: 20px;
  text-align: center;
}

.decide-sec p {
  font-family: "Montserrat", Sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.decide-video {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
  max-width: 780px;
  margin: 0 auto;
}

.decide-video .video-box {
  width: calc(33.33% - 20px);
  height: 450px;
}

.decide-video .video-box p {
  margin: 0;
  padding: 10px 5px 10px 5px;
  color: #d7c49a;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  border-style: solid;
  border-width: 1.5px 1.5px 1.5px 2px;
  border-radius: 10px 10px 0 0;
  border-color: #000000;
}

.video {
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 0px 0px 10px 10px;
  height: 360px;
}

.video video {
  height: 100%;
  width: 100%;
  display: flex;
  object-fit: cover;
}

.mission_to_help_img_sec .video {
  border-radius: 10px;
  width: 245px;
  height: 165px;
  margin-bottom: 30px;
}

.mission-video video {
  width: 100%;
}

.facilities_contentpopup_opne1 .bg-overlay,
.facilities_contentpopup_opne2 .bg-overlay,
.facilities_contentpopup_opne3 .bg-overlay,
.facilities_contentpopup_opne4 .bg-overlay,
.facilities_contentpopup_opne5 .bg-overlay,
.facilities_contentpopup_opne6 .bg-overlay,
.facilities_contentpopup_opne7 .bg-overlay,
.facilities_contentpopup_opne8 .bg-overlay,
.facilities_contentpopup_opne9 .bg-overlay,
.facilities_contentpopup_opne10 .bg-overlay,
.facilities_contentpopup_opne11 .bg-overlay,
.facilities_contentpopup_opne12 .bg-overlay,
.facilities_contentpopup_opne13 .bg-overlay {
  position: fixed;
  background: #00000030;
  top: 0;
  bottom: 0;
  z-index: 99;
  height: 100%;
  display: block;
  width: 100%;
  backdrop-filter: blur(3px);
}

.offer-sticky {
  background-color: transparent;
  background-image: linear-gradient(180deg, #1B1B1B 0%, #131313 100%);
  box-shadow: 5px 0 15px 0 rgba(0, 0, 0, .2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 15px 0px 15px;
  position: fixed !important;
  bottom: 0px;
  width: 100%;
  z-index: 10;
  left: 0px;
}

.offer-sticky .offer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offer-sticky .offer-inner .offer-item {
  padding-right: 5px;
}

.offer-sticky .offer-inner h3 {
  color: #FF7F6B;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 12px;
}

.offer-sticky .offer-inner p {
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  line-height: 17px;
}

.offer-sticky .offer-inner a.register-btn {
  font-size: 16px;
  line-height: 16px;
  width: unset;
  margin-bottom: 0;
}

.countdown .countdown-box {
  margin-left: calc(2px / 2);
  margin-right: calc(2px / 2);
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  width: 100px;
  height: 100px;
  padding: calc(30px / 4);
  border-style: solid;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  background: #333;
  color: #fff;
}

.countdown .countdown-box span {
  color: #d7c49a;
  font-family: 'Roboto';
  font-size: 44px;
  line-height: 50px;
  font-weight: 400;
}

.countdown .countdown-box .label {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.section_spacing {
  padding: 60px 0;
}

.section_title_2 h2 {
  color: #131313;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  font-family: "Montserrat", Sans-serif;
}

.section_title h2 {
  color: #d7c49a;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  font-family: "Montserrat", Sans-serif;
}

.section_title h2:after,
.section_title_2 h2::after {
  content: '';
  position: absolute;
  border: 1px solid #FF7F6B;
  width: 56px;
  bottom: -33px;
}

.section_title_contain_mt {
  margin-top: 80px;
}

/* Meet Your Coach Start */
.meet_your_coach_sec,
.mission_to_help_sec {
  background-color: #fffbf3;
}

.meet_your_coach_contain {
  width: 100%;
  max-width: 593px;
  align-items: center;
  margin: 80px auto 0;
  gap: 30px;
}

.meet_your_coach_inner_contain h2 {
  color: #FF7F6B;
  font-size: 39px;
  line-height: normal;
  font-weight: 700;
}

.meet_your_coach_inner_contain h4 {
  font-size: 25px;
  font-weight: 400;
  font-family: "Roboto";
}

.meet_your_coach_img img {
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
  width: 230px;
  height: 230px;
  object-fit: cover;
  object-position: top;
}

.meet_your_coach_score {
  row-gap: 20px;
  margin-top: 40px;
}

.meet_your_coach_score .col-md-3.col-sm-6.col-12 {
  padding: 0 10px;
}

.coach_score_number {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 20px 10px 20px;
  background-color: #fff;
  border-radius: 10px;
}

.coach_score_number h3 {
  margin-bottom: 0;
  color: #000;
  font-family: "Montserrat", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.coach__icon {
  margin: 0 0 0 0;
  padding: 9px 8px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #FF9E59 38%, #FF7F6B 100%);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  width: fit-content;
}

.coach_score_number p {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0;
  min-height: 48px;
}

/* Meet Your Coach End */
/* Mission To Help Start */
.mission_to_help_img_sec img {
  width: 245px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.mission_to_help_inner_title h3 {
  font-size: 32px;
  list-style: none;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  margin-top: 30px;
}

.mission_to_help_img_sec .col-3 {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .mission_to_help_img_sec video {
    height: 400px;
  }
}

/* Mission To Help End */
/* Still Not Sure Set Start */
.our-guarantee {
  gap: 40px;
}

.our-guarantee-img img {
  width: 383px;
}

.our-guarantee-containt h4,
.our-guarantee-containt p {
  color: #fff;
  font-family: "Montserrat", Sans-serif;
}

.our-guarantee-containt h4,
.meet_your_coach_inner_contain h2 {
  margin-bottom: 35px;
}

.our-guarantee-containt p,
.a_promise_containt h5 {
  margin-bottom: 45px;
}

/* Still Not Sure Sec End */
/* A Promise Start */
.a_promise_sec {
  background-color: #D7C49A;
  border-radius: 30px;
  padding: 60px 20px;
}

.a_promise_inner_containt p {
  margin: 18px 0;
  font-size: 18px;
  color: #131313;
  font-family: "Montserrat", Sans-serif;
}

.a_promise_inner_containt p:last-child {
    margin-bottom: 0;
}

.a_promise_inner_containt p img {
  width: 100%;
  max-width: 100px;
}

/* A Promise End */
/* Frequently Asked Questions Start */
.frequently_questions-sec .accordion-item {
  background-color: unset;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D7C49A33;
  padding: 5px 20px 5px 20px;
}

.frequently_questions-sec .accordion-body {
  background-color: #fffbf3;
  color: #000;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 15px 20px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.frequently_questions-sec .accordion-button {
  background-color: unset;
  color: #fff;
  padding: 12px 0;
  box-shadow: unset;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", Sans-serif;
  justify-content: space-between;
}

.frequently_questions-sec .accordion-button:not(.collapsed) {
  color: #FF7F6B;
}

.frequently_questions_minus,
.frequently_questions_plus {
  color: #d7c49a;
  font-size: 24px;
  padding-left: 5px;
}

.frequently_questions-sec .accordion-button::after {
  content: unset;
  background-image: unset;
}

.frequently_questions_minus,
.frequently_questions-sec .accordion-button:not(.collapsed) .frequently_questions_plus {
  display: none;
}

.frequently_questions-sec .accordion-button:not(.collapsed) .frequently_questions_minus {
  display: block !important;
}

.frequently_questions-sec .accordion {
  padding-bottom: 40px;
}

/* Frequently Asked Questions End */
@media (max-width: 1024.98px) {
  .container {
    padding: 0 25px;
  }

  .happens-sec {
    padding: 35px 0px 15px;
  }

  .happens-sec .magic-review {
    margin: 10px 0 0;
  }

  .happens-sec .col-6:last-child {
    width: 100%;
    margin-top: 60px;
  }

  .right-content {
    margin-left: 0;
    padding: 15px;
  }

  .bonus-item .build-box {
    margin-left: 0;
    margin-bottom: 60px;
  }

  .inner-box {
    flex: 0 0 50%;
    width: 50%;
  }

  .mission_to_help_img_sec img {
    width: 226px;
  }
  	.workshop-sec img {
	    margin: 0 auto 65px;
	}
}

@media (max-width:991.98px) {
  .hero-sec .magic-sec {
    padding: 50px 19px 30px;
  }

  .hero-sec h2 {
    max-width: 238px;
  }

  .happens-sec .left-happens {
    align-items: flex-end;
  }

  .left-happens .happens-img img {
    width: 110px;
  }

  .happens-sec .magic-review {
    padding: 10px 15px;
  }

  .register-btn {
    font-size: 19px;
    padding: 16px 14px 16px 14px;
  }

  .workshop-sec .container {
    padding: 0px 20px;
  }

  .bonuses-sec .container {
    padding: 0px 15px;
  }

  .decide-sec .container {
    padding: 0px 15px;
  }

  .offer-sticky .container {
    padding: 0px 20px;
  }

  .mission_to_help_img_sec .col-3 {
    flex: 0 0 50%;
    width: 50%;
  }

  .mission_to_help_img_sec img {
    width: 100%;
  }

  .our-guarantee-img img {
    width: 340px;
  }

  .our-guarantee {
    gap: 30px;
  }
}

@media (max-width:767.98px) {
  .register-btn {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .offer-sticky .offer-inner h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .offer-sticky .offer-inner p {
    font-size: 14px;
  }

  .offer-sticky .offer-inner a.register-btn {
    font-size: 14px;
    text-align: center;
  }

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

  .hero-sec .magic-sec h3 {
    font-size: 19px;
    line-height: 24px;
  }

  .hero-sec .magic-sec h3 br {
    display: none;
  }

  .hero-sec h2 {
    max-width: 530px;
    font-size: 12px;
  }

  .happens-content p {
    margin-bottom: 40px !important;
  }

  .happens-sec .col-6 {
    width: 100%;
  }

  .left-happens .happens-img img {
    width: 262px;
  }

  .happens-sec .left-happens {
    max-width: 100%;
  }

  .happens-content h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .happens-content span {
    margin: 51px 0px;
    max-width: 100%;
    width: 62%;
  }

  .happens-sec .magic-review {
    padding: 10px 65px;
    max-width: 100%;
  }

  .happens-sec .magic-review p {
    margin: 0px 0px 0px 70px;
  }

  .right-content h3 {
    text-align: center;
  }

  .right-content h3:before {
    transform: translateX(-50%);
    left: 50%;
  }

  .right-content .item p {
    background-size: 20px;
  }

  section.register-sec .col-6 {
    width: 100%;
  }

  .still_sure_title h2 {
    font-size: 28px;
  }

  .mission_to_help_inner_title h3,
  .bonus-inner .bonus-box .bonus-img h4,
  .offer-sticky .offer-inner h4 {
    font-size: 22px;
  }

  .left-register h3,
  .left-register p,
  .right-register p,
  .right-register h3,
  .countdown-sec .countdown-inner h5,
  .offer-sticky .offer-inner h4 span {
    font-size: 18px;
  }

  .countdown .countdown-box span {
    font-size: 36px;
    line-height: 46px;
  }

  .our-guarantee {
    flex-direction: column;
    text-align: center;
  }

  .our-guarantee-img img {
    width: 500px;
  }

  .section_spacing {
    padding: 40px 0;
  }

  .section_title h2,
  .section_title_2 h2,
  .workshop-sec h2,
  .bonuses-sec h2,
  .decide-sec h2,
  .featured-sec h2,
  .business-sec h2,
  .meet_your_coach_inner_contain h2 {
    font-size: 28px;
    line-height: normal;
  }

  .a_promise_inner_containt p,
  .frequently_questions-sec .accordion-buttonm,
  .countdown-sec .countdown-inner h6 {
    font-size: 16px;
  }

  .frequently_questions-sec .accordion-button .frequently_questions_plus,
  .frequently_questions-sec .accordion-button .frequently_questions_minus {
    padding-left: 5px;
  }

  .bonus-item .build-box {
    margin-bottom: 40px;
    width: 100%;
  }

  .countdown-sec {
    padding: 40px 20px;
  }

  .countdown-sec .countdown-inner h3 {
    font-size: 20px;
  }

  .countdown-sec .countdown-inner p {
    margin: 35px 0 55px;
  }

  .decide-video .video-box {
    width: 100%;
    padding: 20px;
    height: auto;
  }

  .decide-video .video {
    height: auto;
  }

  .meet_your_coach_contain {
    align-items: unset;
    gap: 15px;
  }

  .meet_your_coach_img img {
    width: 95px;
    height: 95px;
  }

  .mission_to_help_img_sec .video {
    width: 100%;
    height: 210px;
  }

  	.bonus-item img {
   		display: none;
  	}
	.workshop-sec img {
	    margin: 0 auto 55px;
	}
}

@media (max-width: 600.98px) {
  .hero-sec h2 {
    max-width: 500px;
  }

  .happens-content p {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 575.98px) {

	.container {
		padding: 0px 15px;
	}

	.section_title h2, .section_title_2 h2, .workshop-sec h2, .bonuses-sec h2, .decide-sec h2, .featured-sec h2, .business-sec h2, .meet_your_coach_inner_contain h2 {
	    font-size: 24px;
	}

	.meet_your_coach_contain {
	    flex-direction: column;
	}

	.meet_your_coach_img {
        margin: 0 auto;
    }
    
    .meet_your_coach_img img {
        width: 150px;
        height: 150px;
    }

    .meet_your_coach_inner_contain h4 {
	    font-size: 22px;
	}

	.slick-dots li.slick-active button:before {
	    opacity: 1;
	    color: #fff;
	}

	.slick-dots li button:before {
	    color: #fff;
	}
	
  .left-happens .happens-img img {
    width: 100%;
  }

  .happens-content span {
    margin: 25px 0px;
  }

  .happens-sec .magic-review {
    padding: 10px 25px;
  }

  .happens-sec .magic-review p {
    margin: 0px 0px 0px 20px;
  }

  .our-guarantee-img img {
    width: 350px;
  }

  .inner-box {
    flex: 0 0 100%;
    width: 100%;
  }

  .coach_score_number p {
    min-height: auto;
  }

  .hero-sec h2 {
    max-width: 345px;
  }

  .bonus-inner .bonus-box .bonus-img {
    padding: 15px;
  }

  .bonus-inner .bonus-box .bonus-img h4 {
    font-size: 20px;
  }

  .bonus-inner .bonus-box .bonus-img a {
    font-size: 18px;
  }

  .offer-sticky .offer-inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .offer-sticky .offer-inner .offer-item {
    padding-right: 0;
  }

  .offer-sticky .offer-inner a.register-btn {
    width: 100%;
  }

  .mission_to_help_img_sec .video {
    height: 160px;
  }

  .decide-video .video-box {
    padding: 0;
  }
}

@media (max-width:479px) {
  .mission_to_help_img_sec .col-3 {
    flex: 0 0 100%;
    width: 100%;
  }

  .offer-sticky .offer-inner h4 {
    margin-bottom: 0;
  }

  .offer-sticky .offer-inner p {
    font-size: 14px;
  }

  .mission_to_help_img_sec .video {
    height: auto;
  }
}

@media (max-width: 424.98px) {
  .our-guarantee-img img {
    width: 280px;
  }

  .hero-sec h2 {
    max-width: 300px;
  }
}

@media (max-width: 375.98px) {
  .hero-sec h2 {
    max-width: 200px;
  }

  .left-happens .happens-img {
    margin-right: 10px;
  }

  .happens-content span {
    margin: 15px 0px;
  }

  .happens-content h2 {
    line-height: normal;
    margin-bottom: 10px;
  }

  .bonus-inner .bonus-box {
    width: 100%;
  }
}

/*Brand Dna Section Start*/
.brand-box {
  height: 250px;
  width: 250px;
  background: #ccc;
  border-radius: 50%;
  padding: 40px;
}

@media (max-width: 1279.98px) {
  .brand-box {
    height: 200px;
    width: 200px;
  }
}

@media (max-width: 1023.98px) {
  .brand-box {
    height: 200px;
    width: 200px;
  }
}

@media (max-width: 991.98px) {
  .brand-box {
    height: 180px;
    width: 180px;
  }

  .brand-logo-sec .heading-content h2 {
    font-size: 40px;
    font-weight: 700;
  }
}

.brand-bg {
  background: #ffead0;
}

.brand-logo img {
  max-width: 130px;
  width: 100%;
  object-fit: contain;
}

.brand-dna-sec {
  font-family: 'Montserrat';
}

.brand-dna-sec .heading-title .heading {
  font-size: 42px;
  font-weight: 700;
}

.brand-dna-sec .heading-title img {
  height: 45px;
}

.brand-logo-sec .heading-content h2 {
  font-size: 60px;
  font-weight: 700;
}

.brand-logo-sec .heading-content h6 {
  font-size: 25px;
  font-weight: 500;
}

ul.brand-menu li {
  font-size: 20px;
}

.tagline-text h3 {
  font-size: 25px;
}

.brand-box-container .content-width {
  max-width: 60%;
  margin: 0 auto;
}

.brand-logo-sec {
  padding-bottom: 160px;
}

@media (max-width: 1023.98px) {
  .brand-box-container .content-width {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {

  .brand-logo-sec .heading-content h2,
  .brand-dna-sec .heading-title .heading {
    font-size: 30px;
  }

  .brand-logo-sec .heading-content h6 {
    font-size: 20px;
  }

  .brand-box {
    height: 150px;
    width: 150px;
    padding: 20px;
  }

  .brand-box-container .description {
    width: 60%;
    text-align: left;
    margin-left: 40px;
  }

  	.tagline-text {
	    margin-top: 30px;
	}
  	.bonus-item {
	    padding-top: 15px;
	}

	.coach_score_number h3 {
	    font-size: 28px;
	}

	.a_promise_sec {
	    padding: 40px 20px;
	}
}

@media (max-width: 576px) {
  .brand-dna-sec .description {
    margin: 0 auto;
  }

  .brand-box-container .description {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .brand-logo img {
    max-width: calc(50% - 20px);
    width: 100%;
  }

  .brand-logo-sec .brand-logo {
    gap: 20px !important;
  }
}

.why-wrapper {
  justify-content: center;
}

.why-wrapper .why-single {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% / 4);
}

.why-wrapper .why-single .icon-box span img {
  font-size: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all .1s ease-in-out;
  width: 120px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: visible;
}

.why-wrapper .why-single p {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-txt p {
  max-width: 772px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.products-single {
  width: calc(25% - 20px);
  padding: 20px 18px;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}

.products-single h4 {
  color: #fff;
  padding-top: 10px;
}

.products-single:hover {
  background: linear-gradient(180deg, #FF9E59 0%, #FF9E59 100%);
  transition: all 0.5s ease-in-out;
}

/*Brand Dna Section End*/