.detoxification-page h3 {
  font-size: 24px;
  color: #29BCB2;
}

.detoxification-page h4 {
  font-size: 18px;
}

.banner-header {
  background-size: cover;
  background-position: center;
  min-height: 654px;
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
}

.banner-header .text-header-box {
  color: #fff;
  font-size: 16px;
  width: 50%;
  padding-left: 64px;
}

.banner-header .text-header-box h1 {
  font-size: 32px;
  color: #fff;
}

.banner-header .text-header-box h2 {
  font-size: 24px;
  color: #fff;
}

.banner-header .header-btn-box {
  margin-top: 16px;
}

.what-is-box {
  background-color: #F7F9FB;
  padding: 32px 24px;
  border-radius: 24px;
  text-align: center;
  position: relative;
}

.what-is-box .bg-box {
  position: absolute;

}
#bg-box-1 {
  top: 0;
  left: 0;
  width: 250px;
  height: auto;
  border-top-left-radius: 24px;
}
#bg-box-2 {
  bottom: 0;
  right: 0;
  width: 200px;
  height: auto;
  border-bottom-right-radius: 24px;
}
#bg-box-3 {
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
#bg-box-4 {
  top: 0;
  right: 0;
  width: 130px;
  height: auto;
  border-top-right-radius: 24px;
}


.what-is-box ul {
  text-align: left;
  width: 50%;
}

.icon-check {
  width: 24px;
  height: 24px;
}

.why-choose-box h4{
  font-size: 18px;
}

.section-space-top {
  padding-top: 64px;
}

.padding-bottom-16 {
  padding-bottom: 16px;
}

.border-radius-24 {
  border-radius: 24px;
}

.gray-box {
  background-color: #F7F9FB;
  padding: 32px 24px;
  border-radius: 24px;
}

#detoxFaq .accordion-button {
  background-color: #F7F9FB;
  font-size: 20px;
}
.geneus-accordion-item {
  border-bottom: 1px solid #DEF3F2;
}
#detoxFaq .accordion-button:not(.collapsed){
  /* background-color: #DEF3F2; */
  box-shadow: none;
  color: #29BCB2;
}
#detoxFaq .accordion-body {
  padding-top: 0px;
}

.blue-box {
  border-radius: 24px;
  background: rgba(222, 243, 242, 0.50);
  min-height: 740px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 32px;
}
.blue-box label {
  border-left: 2px solid #29BCB2;
  padding-left: 12px;
  margin-bottom: 16px;
}
.blue-box .text-box {
  padding: 32px 32px 0px 32px;
}
.blue-box .img-box {
  width: 90%;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.img-500 {
  max-width: 500px;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 1199.98px) {
  .banner-header .text-header-box {
    width: 60%;
  }
}
@media screen and (max-width: 991.98px) {
  .banner-header .text-header-box {
    width: 100%;
    padding-right: 64px;
  }
  .what-is-box {
    padding: 64px 24px;
    overflow: hidden;
  }
  .what-is-box ul {
    width: 100%;
  }
  .section-space-top-mobile {
    padding-top: 32px;
  }
  .detoxification-page h3 {
    text-align: center;
  }
  #bg-box-3 {
    bottom: 0;
    left: -28px;
    width: auto;
    height: 150px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 24px;
  }
  .header-btn-box {
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) {
  .banner-header .text-header-box h1 {
    font-size: 28px;
  }
  .banner-header .text-header-box h2 {
    font-size: 24px;
  }
  .banner-header .text-header-box {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
  .what-is-box {
    padding: 64px 24px;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  #bg-box-2 {
    width: 130px;
  }
  .blue-box {
    min-height: 300px;
  }
}

@media screen and (max-width: 575.98px) {
  .btn-geneus-orange, .btn-chat-with-us {
    width: 100%;
  }
  #detoxFaq .accordion-button {
    font-size: 18px;
    padding-right: 0px;
    padding-left: 0px;
    
  }
  #detoxFaq .accordion-body {
    padding-left: 16px;
    padding-right: 16px;
  }
  .img-500 {
    max-width: 100%;
  }
  #bg-box-4 {
    width: 100px;
  }
  .gray-box {
    padding: 16px;
  }
  .detoxification-page h3 {
    font-size: 20px;
  }
  
}
@media screen and (max-width: 475.98px) {
  .banner-header .text-header-box h1 {
    font-size: 26px;
  }
  .banner-header .text-header-box h2 {
    font-size: 22px;
  }
  .banner-header .text-header-box {
    padding-left: 16px;
    padding-right: 16px;
  }
  #bg-box-3 {
    height: 120px;
  }
  #bg-box-4 {
    width: 80px;
  }
}