.methylation-page h3 {
  font-size: 24px;
  color: #008CCF;
}

.methylation-page h4 {
  font-size: 18px;
  color: #008CCF;
}

.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;
  padding-bottom: 64px;
}

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

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

.bg-first-section, .bg-last-section {
  background-size: cover;
  background-position: center;
  min-height: 654px;
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
}

.img-first-section, .img-last-section {
  width: 100%;
  height: auto;
}
.first-section-text, .last-section-text {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

}
.last-section-text {
  width: 70%;
}
.icon-check {
  width: 24px;
  height: 24px;
}

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

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

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

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

#methylationFaq .accordion-button {
  background-color: #FFF;
  font-size: 20px;
}
.geneus-accordion-item {
  border-bottom: 1px solid #DEF3F2;
}
#methylationFaq .accordion-button:not(.collapsed){
  box-shadow: none;
  color: #008CCF;
}
#methylationFaq .accordion-body {
  padding-top: 0px;
}

.img-500 {
  max-width: 500px;
  width: 100%;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
.key-box {
  background-color: #F7F9FB;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  margin-bottom: 16px;
  height: 95%;
}
.key-box img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.key-box-text {
  padding: 16px;
  color: #383938;
}
.key-box-text h4 {
  color: #008CCF;
}

.btn-gray {
  background-color: #F7F9FB;
}
.best-choice img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}
.methylation-report-box {
  border-radius: 24px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.methylation-report-box .report-box-img img {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.methylation-report-box .report-box {
  padding: 32px;
}

.faq-box {
  border-radius: 32px;
  border: 1px solid var(--Gray-100, #E6E6E6);
  background: var(--Background-00, #FFF);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

@media screen and (max-width: 1199.98px) {
  .banner-header .text-header-box {
    width: 60%;
  }
  .bg-first-section, .bg-last-section {
    min-height: 520px;
  }

}
@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;
  }
  .methylation-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;
  }
  .first-section-text {
    top: 55%;
  }
  .methylation-report-box .report-box{
    padding: 8px;
}
.last-section-text {
  width: 80%;
}
}

@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;
  }
  .methylation-page h3 {
    font-size: 22px;
  }
  .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;
  }
  .first-section-text {
    top: 50%;
  }
  .first-section-img-box {
    margin-left: -12px;
    margin-right: -12px;
   }
   .first-section-text {
     width: 100%;
     padding-left: 16px;
     padding-right: 16px;
   }
   #methylationFaq .accordion-button {
    font-size: 18px;
    padding-right: 0px;
    padding-left: 0px;
  }
  #methylationFaq .accordion-body {
    padding-left: 16px;
    padding-right: 16px;
  }
  .methylation-report-box {
    grid-template-columns: 1fr;
  }
  .report-box-img img{
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

@media screen and (max-width: 575.98px) {
  .btn-geneus-orange, .btn-chat-with-us {
    width: 100%;
  }
 
  .img-500 {
    max-width: 100%;
  }
  #bg-box-4 {
    width: 100px;
  }
  .gray-box {
    padding: 16px;
  }
  .methylation-page h3 {
    font-size: 20px;
  }
  .key-box-text h4 {
    font-size: 18px;
  }

  
}
@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;
  }
}