.page-width {
  max-width: 1368px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mobile-image {
    display: block;
  }
  .desktop-image {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mobile-image {
    display: none;
  }
  .desktop-image {
    display: block;
  }
}
/*-----btn----*/
.primary-btn {
  background-color: rgb(3, 164, 58);
  padding: 20px 32px;
  border-radius: 10px;
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.primary-btn:hover {
  background-color: #02D64A;
}
@media screen and (max-width: 767px) {
  .primary-btn {
    padding: 15px;
  }
}
.primary-btn .button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.primary-btn .button-content-wrapper .button-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  font-family: Circular Std, "sans-serif";
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .primary-btn .button-content-wrapper .button-text {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .primary-btn .button-content-wrapper .button-text {
    font-size: 18px;
    line-height: 27px;
  }
}
.primary-btn .button-content-wrapper .button-text .yellow-text {
  font-style: italic;
  color: rgb(254, 225, 78);
}
.primary-btn .button-content-wrapper .button-text .divider {
  padding: 0 12px;
}
.primary-btn .button-content-wrapper .button-icon {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .primary-btn .button-content-wrapper .button-icon svg {
    height: 16px;
    margin-bottom: 4px;
  }
}
.fixed-script-button {
  position: fixed;
  top: 14%;
  z-index: 99;
  width: 100%;
}
.fixed-script-button .page-width{
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .fixed-script-button {
    top: 5%;
    right: 28%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fixed-script-button {
    right: 5%;
  }
}
.fixed-script-button .button-content {
  max-width: 290px;
  background-color: #FFED49;
  font-family: "Circular Std", Sans-serif;
  fill: #000070;
  color: #000070;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: white;
  box-shadow: 11px 11px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 18px 42px;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  transition: background-color 0.3s ease, filter 0.3s ease;
}
.fixed-script-button .button-content:hover {
  background-color: #FFED49;
  filter: brightness(108%);
}
@media screen and (max-width: 767px) {
  .fixed-script-button .button-content {
    line-height: 18px;
    padding: 10px 25px;
  }
}
.fixed-script-button .button-content .fixed-button-icon svg {
  width: 32px;
  height: 26px;
  margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
  .fixed-script-button .button-content .fixed-button-icon svg {
    width: 22px;
    height: 18px;
    margin-bottom: -2px;
  }
}
.fixed-script-button .button-content .fixed-button-text {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .fixed-script-button .button-content .fixed-button-text {
    font-size: 18px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .fixed-script-button .button-content .fixed-button-text {
    font-size: 12px;
    align-items: center;
  }
}

.home-page-banner {
  position: relative;
  min-height: 100vh;
}
.home-page-banner img {
  width: 100%;
  min-height: 74rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home-page-banner img {
    min-height: 60rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home-page-banner img {
    min-height: 82rem;
  }
}
.home-page-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .home-page-banner .page-width .banner-wrapper {
    padding: 0 106px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .home-page-banner .page-width .banner-wrapper {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-banner .page-width .banner-wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-banner .page-width .banner-wrapper {
    background-image: url("../images/HeaderImage_mobile-1.webp");
    background-position: bottom center;
  }
}
.home-page-banner .page-width .banner-wrapper .banner-content {
  max-width: 1170px;
  position: absolute;
  top: 140px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .home-page-banner .page-width .banner-wrapper .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content {
    gap: 16px;
    max-width: 320px;
    margin: 0 24px;
    max-width: 100%;
    padding-top: 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content {
    max-width: 366px;
  }
}
.home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42.8px;
  color: #FFFFFF;
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content h2 {
    font-size: 22px;
    line-height: 28.6px;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content h2 {
    max-width: 100%;
  }
}
.home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content p {
    font-size: 15px;
    line-height: 22.6px;
    margin-bottom: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 1409px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content p {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content p {
    width: 200px;
  }
}
.home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 458px;
}
@media screen and (max-width: 767px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content .banner-buttons {
    gap: 16px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content .banner-buttons .primary-red-btn {
  background-color: #EB713C;
}
.home-page-banner .page-width .banner-wrapper .banner-content .banner-top-content .banner-buttons .primary-red-btn:hover {
  background-color: #EB713C;
  filter: brightness(108%);
}
.home-page-banner .page-width .banner-wrapper .banner-content .banner-bottom-content {
  max-width: 35%;
  float: right;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-bottom-content {
    margin-top: 50px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    float: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-bottom-content {
    padding-right: 5%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1023px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-bottom-content {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1145px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-bottom-content {
    padding-right: 85px;
  }
}
.home-page-banner .page-width .banner-wrapper .banner-content .banner-bottom-content h4 {
  all: unset;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-bottom-content h4 {
    font-size: 15px;
    line-height: 22.5px;
    max-width: 500px;
    text-align: center;
  }
}
@media screen and (min-width: 413px) and (max-width: 601px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-bottom-content h4 {
    max-width: 300px;
  }
}
@media screen and (max-width: 412px) {
  .home-page-banner .page-width .banner-wrapper .banner-content .banner-bottom-content h4 {
    max-width: 270px;
  }
}
/*-----telepathy----*/
.telehealth-section {
  background-color: #F4F7F8;
  padding-bottom: 40px;
}
.telehealth-section .page-width .section-container {
  background-color: white;
  border-radius: 20px;
}
@media screen and (min-width: 1025px) {
  .telehealth-section .page-width .section-container {
    padding-left: 90px;
    padding-right: 22px;
  }
}
.telehealth-section .page-width .section-container .section-inner-content {
  padding: 22px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .telehealth-section .page-width .section-container .section-inner-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
    padding: 20px;
    gap: 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .telehealth-section .page-width .section-container .section-inner-content {
    gap: 40px;
  }
}
.telehealth-section .page-width .section-container .section-inner-content .content {
  flex: 1;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 33px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .telehealth-section .page-width .section-container .section-inner-content .content {
    max-width: 100%;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .telehealth-section .page-width .section-container .section-inner-content .content {
    gap: 20px;
  }
}
.telehealth-section .page-width .section-container .section-inner-content .content h2 {
  font-family: "Circular Std", Sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
  color: #000070;
  padding: 33px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .telehealth-section .page-width .section-container .section-inner-content .content h2 {
    padding: 0;
    font-size: 34px;
    line-height: 1.2em;
  }
}
.telehealth-section .page-width .section-container .section-inner-content .content .primary-btn {
  padding: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .telehealth-section .page-width .section-container .section-inner-content .content .primary-btn {
    padding: 24px 10px;
    margin: 0;
  }
}
.telehealth-section .page-width .section-container .section-inner-content .content .primary-btn .button-content-wrapper {
  display: flex;
  gap: 30px;
}
.telehealth-section .page-width .section-container .section-inner-content .content .primary-btn .button-content-wrapper .button-text {
  font-family: "Circular Std", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 1024px) {
  .telehealth-section .page-width .section-container .section-inner-content .content .primary-btn .button-content-wrapper .button-text {
    font-size: 18px;
    line-height: 27px;
  }
}
.telehealth-section .page-width .section-container .section-inner-content .image {
  flex: 0 0 44.8%;
  display: flex;
  align-items: stretch;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .telehealth-section .page-width .section-container .section-inner-content .image {
    flex: 1;
    max-width: 100%;
    height: auto;
  }
}
.telehealth-section .page-width .section-container .section-inner-content .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .telehealth-section .page-width .section-container .section-inner-content .image img {
    max-height: 139px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .telehealth-section .page-width .section-container .section-inner-content .image img {
    max-height: 400px;
  }
}
/*-----services------*/
.services{
  position: relative;
  margin-top: -160px;
  padding: 0 34px;
  z-index: 9;
}
@media (max-width: 1200px) {
  .services{
    padding: 0 24px;
  }
}
.services .page-width {
  background-color: #FFFFFF;
  max-width: 1368px;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  padding: 0 117px;
}
@media screen and (max-width: 767px) {
  .services .page-width {
    padding: 0 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .services .page-width {
    padding: 0px 35px;
  }
}
.services .page-width .services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 0;
  padding: 96px 16px 136px 16px;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .services .page-width .services-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 35px 0px 35px 0px;
    gap: 14px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .services .page-width .services-list {
    padding: 60px 0px 60px 0px;
  }
}
.services .page-width .services-list .service-item {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 8px 50px 8px 50px;
  gap: 10px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .services .page-width .services-list .service-item {
    padding: 0;
  }
  .services .page-width .services-list .service-item:not(:nth-child(even)) {
    border-right: 1px solid rgb(0, 0, 112);
    padding: 0 0 0 0;
  }
  .services .page-width .services-list .service-item:not(:nth-child(odd)) {
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .services .page-width .services-list .service-item:not(:nth-child(3)):not(:nth-child(6)) {
    border-right: 1px solid rgb(0, 0, 112);
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .services .page-width .services-list .service-item {
    padding: 0;
  }
  .services .page-width .services-list .service-item:not(:nth-child(1)):not(:nth-child(4)) {
    padding: 0 0 0 50px;
  }
  .services .page-width .services-list .service-item:nth-child(1), .services .page-width .services-list .service-item:nth-child(4) {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .services .page-width .services-list .service-item:not(:nth-child(1)):not(:nth-child(4)) {
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .services .page-width .services-list .service-item {
    padding: 8px 50px 8px 50px;
  }
}
.services .page-width .services-list .service-item .icon-list-icon {
  display: flex;
  align-items: center;
}
.services .page-width .services-list .service-item .icon-list-icon svg {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .services .page-width .services-list .service-item .icon-list-icon svg {
    width: 24px;
    height: 24px;
  }
}
.services .page-width .services-list .service-item span {
  font-size: 22px;
  font-weight: 400;
  color: rgb(27, 55, 72);
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .services .page-width .services-list .service-item span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .services .page-width .services-list .service-item span {
    font-size: 18px;
  }
}
/*-------howtiworks------*/
.how-it-works {
  background-color: #F4F7F8;
  overflow: hidden;
}
.how-it-works .page-width {
  max-width: 1368px;
  margin: 0 auto;
  padding: 146px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .how-it-works .page-width {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .how-it-works .page-width {
    padding: 120px 0px;
  }
}
.how-it-works .page-width .seprator {
  width: 120%;
  height: 3px;
  background: rgb(72, 209, 190);
  position: absolute;
  bottom: 31.8%;
  right: 0;
  margin-left: -50%;
}
@media screen and (max-width: 1024px) {
  .how-it-works .page-width .seprator {
    bottom: 50%;
    right: 0;
  }
}
.how-it-works .page-width .seprator::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #48D1BE;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .how-it-works .page-width .seprator::after {
    content: none;
  }
}
@media screen and (min-width: 1025px) {
  .how-it-works .page-width .divider {
    width: 120%;
    height: 3px;
    background: rgb(72, 209, 190);
    position: absolute;
    top: 34%;
    left: 0;
  }
  .how-it-works .page-width .divider .divider-dot:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #48D1BE;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
  }
}
.how-it-works .page-width .section-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .how-it-works .page-width .section-wrapper .heading-section {
    padding: 0 24px;
  }
}
.how-it-works .page-width .section-wrapper .heading-section p {
  text-align: center;
  color: #000070;
  font-family: "Circular Std", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .how-it-works .page-width .section-wrapper .heading-section p {
    text-align: left;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .how-it-works .page-width .section-wrapper .heading-section p {
    font-size: 18px;
  }
}
.how-it-works .page-width .section-wrapper .heading-section h2 {
  font-family: "Circular Std", Sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
  color: #000070;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .how-it-works .page-width .section-wrapper .heading-section h2 {
    font-size: 34px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .how-it-works .page-width .section-wrapper .heading-section h2 {
    font-size: 45px;
  }
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 81px;
  margin: 80px 0 0;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .how-it-works .page-width .section-wrapper .slider-wrapper .steps-list {
    margin: 50px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .how-it-works .page-width .section-wrapper .slider-wrapper .steps-list {
    gap: 40px;
  }
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .slick-list {
  padding: 0 24px !important;
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .slick-list .slick-prev,
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .slick-list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #48D1BE;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .slick-list .slick-prev {
  left: -40px;
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .slick-list .slick-next {
  right: -40px;
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: white;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail {
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1260px) {
  .how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail {
    max-width: 285px;
  }
}
@media screen and (min-width: 1261px) {
  .how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail {
    max-width: 331px;
  }
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail .image-wrapper {
  overflow: hidden;
  height: 171px;
  width: 100%;
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail .image-wrapper img {
    height: 100%;
  }
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail .step-number {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 33%;
  right: 50%;
  transform: translate(50%, -50%);
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail .step-number span {
  padding: 22px 24px;
  border-radius: 50%;
  background-color: #F4F7F8;
  border: 5px solid rgb(72, 209, 190);
  font-size: 22px;
  font-weight: 700;
  color: #000070;
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail .step-description {
  text-align: center;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  gap: 10px;
  z-index: 99;
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail .step-description .steps-counter {
  padding: 0px 0px 0px 0px;
  text-align: center;
  color: #000000;
  font-family: "Circular Std", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail .step-description .steps-counter {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail .step-description .steps-counter {
    font-size: 20px;
  }
}
.how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail .step-description .description {
  font-size: 22px;
  text-wrap: balance;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  margin: 0;
  padding-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .how-it-works .page-width .section-wrapper .slider-wrapper .steps-list .list-detail .step-description .description {
    font-size: 18px;
  }
}
.how-it-works .page-width .section-wrapper .slider-wrapper .slider-pagination {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000070;
}
.how-it-works .page-width .section-wrapper .slider-wrapper .slider-pagination .current-slide {
  color: rgb(72, 209, 190);
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .how-it-works .page-width .section-wrapper .slider-wrapper .slider-pagination {
    display: none !important;
  }
}
/*---------specialabout---------*/
.special-about .page-width {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 30px 0 116px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .special-about .page-width {
    padding: 0 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .special-about .page-width {
    padding: 0px 35px;
  }
}
.special-about .seprator {
  width: 90%;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 15px;
  height: 3px;
  background-color: #48D1BE;
  position: relative;
}
.special-about .seprator .seprator-dot::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #48D1BE;
  left: -1px;
  bottom: -8px;
}
.special-about .seprator .seprator-dot::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #48D1BE;
  right: 0;
  transform: translate(50%, -50%);
}
.special-about .page-width .list-wrapper {
  display: flex;
  gap: 27px;
  width: 100%;
  margin-bottom: 111px;
}
@media screen and (max-width: 767px) {
  .special-about .page-width .list-wrapper {
    flex-direction: column;
    margin-bottom: 72px;
    gap: 0;
  }
}
.special-about .page-width .list-wrapper .special-list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  max-width: 50%;
  width: 50%;
  gap: 44px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .special-about .page-width .list-wrapper .special-list:nth-child(1) {
    gap: 44px;
  }
  .special-about .page-width .list-wrapper .special-list:nth-child(2) {
    gap: 27px;
  }
}
@media screen and (max-width: 767px) {
  .special-about .page-width .list-wrapper .special-list {
    max-width: 100%;
    width: 100%;
    gap: 10px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .special-about .page-width .list-wrapper .special-list:nth-child(1) {
    max-width: 46%;
  }
  .special-about .page-width .list-wrapper .special-list:nth-child(2) {
    padding-right: 20px;
    max-width: 54%;
  }
}
@media screen and (min-width: 1441px) {
  .special-about .page-width .list-wrapper .special-list:nth-child(1) {
    max-width: 45%;
  }
  .special-about .page-width .list-wrapper .special-list:nth-child(1) .special-item {
    max-width: 90%;
  }
  .special-about .page-width .list-wrapper .special-list:nth-child(2) {
    max-width: 53%;
  }
}
.special-about .page-width .list-wrapper .special-list .special-item {
  list-style: none;
  background: url(images/check-icon-green.svg) no-repeat;
  background-size: 55px;
  line-height: 55px;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .special-about .page-width .list-wrapper .special-list .special-item {
    background-size: 28px;
    line-height: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .special-about .page-width .list-wrapper .special-list .special-item {
    gap: 23px;
  }
}
.special-about .page-width .list-wrapper .special-list .special-item .tick-svg svg {
  height: 55px;
  width: 55px;
  fill: #03A43A;
}
@media screen and (max-width: 767px) {
  .special-about .page-width .list-wrapper .special-list .special-item .tick-svg svg {
    height: 28px;
    width: 28px;
  }
}
.special-about .page-width .list-wrapper .special-list .special-item .item-title {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: rgb(27, 55, 72);
}
@media screen and (max-width: 767px) {
  .special-about .page-width .list-wrapper .special-list .special-item .item-title {
    font-size: 16px;
  }
}
.special-about .page-width .list-wrapper .special-list .special-item .week-details {
  padding-left: 0;
}
.special-about .page-width .list-wrapper .special-list .special-item .week-details .week-days {
  display: flex;
  align-items: center;
}
.special-about .page-width .list-wrapper .special-list .special-item .week-details .week-days .week-list {
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(27, 55, 72);
}
@media screen and (max-width: 767px) {
  .special-about .page-width .list-wrapper .special-list .special-item .week-details .week-days .week-list {
    font-size: 16px;
  }
}
.special-about .page-width .list-wrapper .special-list .special-item .week-details .week-days .week-detail {
  font-size: 18px;
  padding-left: 6px;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(27, 55, 72);
}
@media screen and (max-width: 767px) {
  .special-about .page-width .list-wrapper .special-list .special-item .week-details .week-days .week-detail {
    font-size: 13px;
  }
}
/*-----------treatment----------*/
.treatment-detail {
  margin: 129px 0;
}
@media screen and (max-width: 767px) {
  .treatment-detail {
    margin: 72px 0;
  }
}
.treatment-detail .page-width {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 20px 0 117px;
}
@media screen and (max-width: 767px) {
  .treatment-detail .page-width {
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .treatment-detail .page-width {
    padding: 0 35px;
  }
}
.treatment-detail .page-width .treatment-wrapper {
  display: flex;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .treatment-detail .page-width .treatment-wrapper {
    gap: 39px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .treatment-detail .page-width .treatment-wrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .treatment-detail .page-width .treatment-wrapper {
    flex-direction: column;
  }
}
.treatment-detail .page-width .treatment-wrapper .health-condition-heading {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  .treatment-detail .page-width .treatment-wrapper .health-condition-heading {
    max-width: 100%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1440px) {
  .treatment-detail .page-width .treatment-wrapper .health-condition-heading {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .treatment-detail .page-width .treatment-wrapper .health-condition-heading {
    max-width: 100%;
  }
}
.treatment-detail .page-width .treatment-wrapper .health-condition-heading .short-text {
  color: #000070;
  font-family: "Circular Std", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}
.treatment-detail .page-width .treatment-wrapper .health-condition-heading .treatment-heading {
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .treatment-detail .page-width .treatment-wrapper .health-condition-heading .treatment-heading {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .treatment-detail .page-width .treatment-wrapper .health-condition-heading .treatment-heading {
    max-width: 74%;
  }
}
.treatment-detail .page-width .treatment-wrapper .health-condition-heading .treatment-heading .condition-heading {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
  color: #000070;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .treatment-detail .page-width .treatment-wrapper .health-condition-heading .treatment-heading .condition-heading {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .treatment-detail .page-width .treatment-wrapper .health-condition-heading .treatment-heading .condition-heading {
    font-size: 45px;
  }
}
.treatment-detail .page-width .treatment-wrapper .treatments {
  width: 100%;
}
@media screen and (max-width: 1550px) {
  .treatment-detail .page-width .treatment-wrapper .treatments {
    max-width: 100%;
  }
}
@media screen and (min-width: 1551px) {
  .treatment-detail .page-width .treatment-wrapper .treatments {
    max-width: 50%;
  }
}
.treatment-detail .page-width .treatment-wrapper .treatments .item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 27px;
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .treatment-detail .page-width .treatment-wrapper .treatments .item-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.treatment-detail .page-width .treatment-wrapper .treatments .item-list .item-details {
  list-style: none;
}
.treatment-detail .page-width .treatment-wrapper .treatments .item-list .item-details a {
  display: flex;
  text-decoration: none;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #48D1BE;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 27px 20px 27px;
  justify-content: space-between;
  background: rgba(72, 209, 190, 0.0509803922);
  transition: background-color 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}
.treatment-detail .page-width .treatment-wrapper .treatments .item-list .item-details a:hover {
  background-color: rgba(72, 209, 190, 0.5019607843);
}
.treatment-detail .page-width .treatment-wrapper .treatments .item-list .item-details a .link-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5em;
  color: #000070;
}
@media screen and (max-width: 767px) {
  .treatment-detail .page-width .treatment-wrapper .treatments .item-list .item-details a .link-text {
    font-size: 18px;
  }
}
.treatment-detail .page-width .treatment-wrapper .treatments .item-list .item-details a .icon {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .treatment-detail .page-width .treatment-wrapper .treatments .item-list .item-details a .icon {
    font-size: 20px;
  }
}
.treatment-detail .page-width .treatment-wrapper .treatments .item-list .item-details a .icon svg {
  height: auto;
  width: 1em;
}
/*-------pce-------*/
.pce-section{
  padding: 80px 20px;
}
.pce-section .pce-wrap h1{
  font-family: "Circular Std",Sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
  color: #000070;
  padding: 33px;
  text-align: center;
}
.pce-section .pce-wrap a{
  color: #000070;
}
@media (max-width: 767px) {
  .pce-section{
    padding: 60px 20px;
  }
  .pce-section .pce-wrap h1{
    padding: 0;
    font-size: 34px;
    line-height: 1.2em;
  }
}