/* Acadamy page banner start */
.academy-banner .treatement-banner-title {
  font-family: Montserrat, Helvetica Neue, HelveticaNeue, Helvetica, Arial, ArialMT, sans-serif;
}

.academy-banner .quick-link-button {
  left: 30px;
  min-width: 214px;
  text-align: center;
}

.academy-banner .starting-from-btn {
  bottom: 14px;
  right: inherit;
}

.academy-banner .quick-link-button .quick-button {
  text-align: left;
}

/* Acadamy page banner end */
/* Reusable content start */
.reusable-content-black {
  background-color: #000;
  color: #fff;
  border-radius: 40px;
}
.logo-slider + .reusable-content-black{
  border-radius: 0 0 40px 40px;
}
.reusable-content-black .academy-card-sub-title *,
.reusable-content-black .short-decription * {
  color: #fff;
}

.gradient-text * {
  background: linear-gradient(90.01deg, #000000 3.05%, #AE9679 96.4%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  vertical-align: top;
  line-height: 1.228;
}

.reusable-content-black .gradient-text * {
  background: linear-gradient(90.01deg, #FFFFFF 3.05%, #AE9679 96.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.academy-card-sub-title * {
  font-size: 24px !important;
  font-weight: 500;
  line-height: 29px;
}

.disclaimer-title {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}

.disclaimer-ico {
  display: flex;
  line-height: 0;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.disclaimer-component {
  border-radius: 32px;
  padding: 24px 16px;
  background: linear-gradient(90deg, #F7F4EF 0%, #FFFFFF 100%);
  color: #525252;
}

.disclaimer-decription * {
  color: #525252 !important;
}

.academy-image-hovar-bg {
  width: 279px;
  height: 279px;
  line-height: 0;
  margin: 0 auto;
}

.academy-image-hovar {
  width: 208px;
  height: 219px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  border-radius: 100%;
  overflow: hidden;
}

.academy-image-hovar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in 0s;
}

.academy-image-hoverable {
  position: relative;
  z-index: 0;
  line-height: 0;
}

.reusable-content-hover .academy-card:hover .academy-image-hovar img {
  transform: scale(1.1);
}

.video-section .related-video-item .video-box,
.video-section .related-video-item .video-thumb-link,
.video-section .video-box iframe {
  border-radius: 40px;
}

.video-section .related-video-item .play-button {
  width: 45px;
  height: 45px;
}

.academy-sign-box {
  border-radius: 24px;
  box-shadow: 0px 8px 24px 0px #959DA533;
  background-color: #FFFFFF;
}

/* Reusable content end */
.academy-sign-box-row {
  display: flex;
}

.academy-sign-box-col:first-child {
  width: calc(100% - 79px);
  padding: 24px;
}

.academy-sign-box-col:first-child a {
  text-decoration: underline;
}

.academy-sign-box-col:first-child a:hover {
  text-decoration: none;
}

.academy-sign-box-col:last-child {
  background-color: #000000;
  width: 79px;
  border-radius: 0 24px 24px 0;
  padding: 16px;
}

.academy-sign-box-col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.academy-sign-box-col ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
  text-align: center;
}

.academy-sign-box-col ul li:before {
  display: none;
}

.academy-sign-box-col ul li a {
  display: inline-block;
}

.academy-tab-container .tabs {
  margin: 0 0 24px;
}

.academy-tab-container .tabs ul,
.academy-tab-container .tabs ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.academy-tab-container .tabs ul li:before {
  display: none;
}

.academy-tab-container .tabs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.academy-tab-container .tabs .tab {
  border: 1px solid #000000;
  background: white;
  padding: 12px 24px;
  font-weight: 300;
  color: #000;
}

.academy-tab-container .tabs .tab.active {
  background: #000000;
  color: #FFFFFF;
}

.academy-treatment-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.academy-treatment-col {
  width: 100%;
}

.academy-treatment-card {
  background: #F7F4EF;
  border-radius: 24px;
  border: 1px solid #F7F4EF;
  padding: 16px 12px;
  height: 100%;
  transition: all 0.3s ease 0s;
  display: block;
}

.academy-treatment-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  line-height: normal;
}

.treatment-nudge-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  width: 100%;
}

.treatment-nudge {
  padding: 4px 12px;
  border: 1px solid #000;
  line-height: 1;
  display: inline-block;
  border-radius: 6px;
}

.academy-treatment-card-head .info-tooltip {
  font-size: 16px;
  color: #000000;
}

.academy-treatment-card-head .info-icon-ico img {
  width: 20px;
  height: 20px;
  max-width: initial;
}

.academy-treatment-card-head .tooltip {
  border-radius: 24px;
  background: #F7F4EF80;
  left: 0;
  transform: none;
}

.academy-treatment-card:hover {
  border: 1px solid #00000040;
  background: #F6F3EE80;
}

.sep {
  margin: 0 10px;
}

.academy-treatment-btn {
  margin-top: 12px;
  display: flex;
  gap: 12px;
}

.academy-small-btn {
  padding: 8px 16px;
  line-height: 1;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  min-width: 130px;
  text-align: center;
  font-size: 14px;
}

.academy-treatment-btn .academy-small-btn:first-child {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.academy-treatment-card:hover .academy-treatment-btn .academy-small-btn:first-child {
  background-color: transparent;
  color: #000;
}

.academy-image.left-img img {
  width: 100%;
}

.body--academy .c-footer {
    margin: 0px;
}

.academy-page h2 {
  font-family: 'Montserrat' !important;
} 
.videoSectionblack {
  background-color: #000;
}
.videoSectionblack .short-decription p, .videoSectionblack .title h2 {
  color: #fff;
}
.videoSectionblack .c-btn {
  color: #fff;
  border: 2px solid #fff;
}
.videoSectionblack .c-btn:hover{
  border:unset;
}

@media screen and (max-width:767px) {

  /* Acadamy page footer start */
  .academy-page footer.c-footer {
    background: #fff;
    padding: 0;
    border: 0 !important;
    border-radius: 40px;
    margin-top: -40px;
  }

  .academy-page main>section section:last-child {
    padding-bottom: 90px !important;
  }

  .academy-page footer.c-footer .o-contain-padding {
    padding: 16px;
  }

  .academy-page footer.c-footer .footer-inner {
    background: #f0e8de;
  }

  /* Acadamy page footer end */

  /* Acadamy page faq's start */
  .academy-page .faq-section {
    border-radius: 40px 40px 0 0;
  }

  /* Acadamy page faq's end */
  .disclaimer-decription {
    font-size: 14px;
  }
}

/* Mibile small devices (360px) */
@media (min-width:360px) {

  /* Acadamy page banner start */
  .academy-banner .treatement-banner-image {
    width: 303px;
    height: 303px;
  }

  .academy-banner .treatement-banner-image-block {
    width: 303px;
  }

  /* Acadamy page banner end */
}

/* Mibile devices (≥400px) */
@media (min-width:400px) {}

/* Tablate devices (≥768px) */
@media (min-width:768px) {
  .btn-w-300 {
    max-width: 300px;
  }

  /* Reusable content start */
  .academy-card {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 40px;
  }

  .reusable-content-black {
    background-color: #fff;
  }

  .reusable-content-black .academy-card-sub-title *,
  .reusable-content-black .short-decription * {
    color: #000;
  }

  .reusable-content-black .gradient-text * {
    background: linear-gradient(90.01deg, #000000 3.05%, #AE9679 96.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .reusable-content .o-grid--with-gutter>.o-grid__cell.user-col-left,
  .reusable-content .o-grid--with-gutter>.o-grid__cell.user-col-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  /* Reusable content end */
  .video-section .related-video-item .play-button {
    width: 97px;
    height: 97px;
  }

  /* Academy Prices section CSS start */
  .academy-prices-grid {
    margin: 0 -20px;
  }

  .academy-prices-grid .prices-grid-left,
  .academy-prices-grid .prices-grid-right {
    padding: 0 20px;
  }

  .academy-treatment-col {
    width: calc(50% - 6px);
  }

  .academy-small-btn {
    min-width: inherit;
  }

  .academy-small-btn:last-child {
    background-color: transparent;
    border-color: transparent;
  }

  .academy-small-btn:first-child {
    order: 2;
  }

  /* Academy Prices section CSS end */
}

/* Large devices (≥1024px) */
@media (min-width: 1024px) {

  /* Acadamy page banner start */
  .academy-banner .treatement-banner-image {
    width: 420px;
    height: 420px;
    margin-left: auto;
  }

  .academy-banner .treatement-banner-image-block {
    width: 420px;
  }

  .academy-banner .quick-link-button {
    left: 0;
    min-width: auto;
    text-align: center;
  }

  .academy-banner .starting-from-btn {
    bottom: 14px;
    left: auto;
    right: 0;
  }

  /* Acadamy page banner end */
  /* Reusable content start */
  .disclaimer-component {
    padding-left: 45px;
    border-radius: 0;
    position: relative;
    z-index: 0;
  }

  .disclaimer-component::before {
    width: 6px;
    height: 100%;
    background-color: #6A5B48;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
  }

  .reusable-content .o-grid--with-gutter>.o-grid__cell.user-col-left {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  .reusable-content .o-grid--with-gutter>.o-grid__cell.user-col-right {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  /* Reusable content start */
  .video-section-left .o-grid__cell:last-child {
    order: -1;
  }

  .academy-prices-grid .prices-grid-left {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }

  .academy-prices-grid .prices-grid-right {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
  }
}

@media (min-width: 64em) {
  .academy-page footer.c-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Extra-large devices (≥1200px) */
@media (min-width: 1200px) {

  /* Acadamy page banner start */
  .academy-banner .treatement-banner-left {
    flex: 0 0 52%;
    -ms-flex: 0 0 52%;
  }

  .academy-banner .treatement-banner-right {
    flex: 0 0 47%;
    -ms-flex: 0 0 47%;
  }

  .academy-banner .treatement-banner-image {
    width: 466px;
    height: 466px;
  }

  .academy-banner .treatement-banner-image-block {
    width: 527px;
  }

  /* Acadamy page banner end */
  /* Reusable content start */
  .reusable-content .o-grid--with-gutter>.o-grid__cell.user-col-left {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  .reusable-content .o-grid--with-gutter>.o-grid__cell.user-col-right {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }

  .reusable-content-hover .o-grid--with-gutter>.o-grid__cell.user-col-left {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
  }

  .reusable-content-hover .o-grid--with-gutter>.o-grid__cell.user-col-right {
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
  }

  .academy-image-hovar-bg {
    width: 338px;
    height: 340px;
  }

  .academy-image-hovar {
    width: 257px;
    height: 264px;
  }

  /* Reusable content end */
}

/* more Extra-large devices (≥1400px) */
@media (min-width: 1400px) {

  /* Reusable content start */
  .academy-image-hovar-bg {
    width: 364px;
    height: 364px;
  }

  .academy-image-hovar {
    width: 272px;
    height: 286px;
  }

  /* Reusable content end */
}