.at-home-test-row {
  max-width: 800px;
  margin: 0 auto;
  align-items: center;
}
.at-home-test-row .left-col {
  text-align: right;
}

.at-home-diagnostic-solution-section {
  padding-top: 120px;
}
.at-home-diagnostic-solution-section h3.at-home-subtitle {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 40px;
}
.at-home-diagnostic-solution-section ul.check-listing.images-list li {
  align-items: center;
  background-image: none;
  display: flex;
  gap: 13px;
  padding: 28px 71px 28px 15px;
}
.at-home-diagnostic-solution-section ul.check-listing.images-list li .icon {
  width: 60px;
  height: 60px;
}
.at-home-diagnostic-solution-section ul.check-listing.images-list li .icon img {
  width: 100%;
  height: 100%;
}

.book-box.at-home-test-box {
  padding: 27px 70px;
  position: relative;
}
.book-box.at-home-test-box .belun-img {
  position: absolute;
  left: 30%;
  top: -30%;
}

.book-box.at-home-test-box .at-home-text p {
  font-size: 35px;
  padding-bottom: 0;
}
.book-box.at-home-test-box .at-home-text h2 strong {
  display: block;
  font-family: "Lora";
}

.book-box.at-home-test-box::before {
  background-image: url(../images/bg-light-shap-00112.svg);
  top: 10%;
  right: 0;
  width: 144px;
  height: 228px;
}

.restassured-content .steps-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  margin-bottom: 24px;
}
.restassured-content .steps-wrapper .step-card {
  background-color: #FFF;
  border-radius: 20.801px;
  border: 1.04px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.restassured-content .steps-wrapper .step-card__image {
  width: 100%;
}
.restassured-content .steps-wrapper .step-card__image img {
  border-radius: 20.801px 20.801px 0 0;
}
.restassured-content .steps-wrapper .step-card__text {
  padding: 25px 30px 25px;
}
.restassured-content .steps-wrapper .step-card__text h4 {
  color: #00818D;
  font-family: "Poppins";
  font-size: 16.6px;
  font-weight: 600;
  margin-bottom: 8px;
}
.restassured-content .steps-wrapper .step-card__text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
.restassured-content .additional-info p {
  text-align: center;
}
.restassured-content .additional-info .resources-download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.restassured-content .additional-info .resources-download .video-button-three {
  position: static;
  background-color: var(--primary);
  display: flex;
  border-radius: 100px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  gap: 10px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 30px;
}
.restassured-content .additional-info .resources-download .video-button-three:hover {
  background-color: #00818D !important;
}
.restassured-content .additional-info .qr-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 60px 0 -50px;
}
.restassured-content .additional-info .qr-wrapper .qr-text {
  max-width: 150px;
}
.restassured-content .additional-info .qr-wrapper .qr-text p {
  color: #00818D;
  font-size: 18px;
  text-align: left;
}
.restassured-content .additional-info .qr-wrapper .qr-image img {
  max-width: 210px;
  max-height: 210px;
  object-fit: cover;
}

.at-home-treatment {
  background-image: url(https://www.sleepbetterny.com/wp-content/webp-express/webp-images/doc-root/wp-content/uploads/2025/08/quality-sleep-bg-image.jpg.webp);
  background-size: cover;
  position: relative;
  margin-top: -80px;
  padding-top: 0;
}
.at-home-treatment .treatment-box-listing.treatment-box-listing-two {
  max-width: 1024px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
}
.at-home-treatment .treatment-box-listing.treatment-box-listing-two .treatment-box {
  text-align: left;
}
.at-home-treatment .treatment-box-listing.treatment-box-listing-two .treatment-box .top .subtitle {
  min-height: 85px;
}
.at-home-treatment .treatment-box-listing.treatment-box-listing-two .treatment-box .bottom {
  margin-top: 0;
}
.at-home-treatment .at-home-text {
  margin-top: 40px;
  text-align: center;
  color: #333;
}
.at-home-treatment .at-home-text p {
  font-size: 20px;
  font-weight: 300;
}
.at-home-treatment .at-home-text p.title {
  font-size: 24px;
  font-weight: 700;
}
.at-home-treatment::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 27.31%), linear-gradient(177deg, rgba(253, 251, 251, 0.7) 7.63%, rgba(253, 253, 253, 0.34) 70.32%, rgba(251, 251, 252, 0) 190.7%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.inner-banner-section.at-home-faq .faq-wrapper-two {
  max-width: 1490px;
  margin-top: 30px;
}

@media (max-width: 1600px) {
  .at-home-treatment {
    margin-top: -50px;
  }
}
@media (max-width: 1080px) {
  .book-box.at-home-test-box .belun-img {
    left: 25%;
  }
  .at-home-treatment {
    margin-top: -30px;
  }
}
@media (max-width: 880px) {
  .book-box.at-home-test-box .belun-img {
    max-width: 200px;
    left: 10%;
    top: -20%;
  }
  .restassured-content .steps-wrapper {
    gap: 25px;
  }
  .restassured-content .steps-wrapper .step-card__text p {
    font-size: 15px;
  }
  .restassured-content .additional-info .resources-download .video-button-three {
    font-size: 14px;
    padding: 10px 20px;
  }
  .at-home-treatment .at-home-text p {
    font-size: 15px;
  }
  .at-home-treatment .at-home-text p.title {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .at-home-test-row .left-col {
    text-align: left;
  }
  .book-box.at-home-test-box .belun-img {
    left: 54%;
    top: -8%;
  }
  .book-box.at-home-test-box::before {
    top: 40%;
  }
  .at-home-diagnostic-solution-section h3.at-home-subtitle {
    font-size: 26px;
  }
  .restassured-content .steps-wrapper {
    grid-template-columns: 1fr;
  }
  .restassured-content .additional-info .resources-download {
    flex-direction: column;
    gap: 16px;
  }
  .at-home-treatment {
    margin-top: 200px;
  }
  .at-home-treatment .treatment-box-listing.treatment-box-listing-two {
    grid-template-columns: 1fr;
  }
  .at-home-treatment .at-home-text p.title {
    font-size: 18px;
    font-weight: 500;
  }
}

/*# sourceMappingURL=at-home-sleep-test.css.map */
