/* Banner Section */
.banner-section {
  background: #f0faf9;
  padding: 80px 0 50px;
}
.banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}
.banner-content {
  max-width: 679px;
  width: 100%;
}
.banner-content h1 {
  font-size: 43px;
  font-weight: 400;
  line-height: 64.5px;
  text-align: left;
  color: #0e145f;
  margin-bottom: 50px;
}
.banner-content h1 span {
  background: linear-gradient(
    92.38deg,
    #52bab0 47.37%,
    #f5863e 57.89%,
    #f99936 68.41%,
    #fea72f 78.08%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6b6e98;
}
.banner-img {
  max-width: 469px;
  width: 100%;
  text-align: right;
}

/* /Banner Section */

/* Therapists Section */
.therapists-section {
  padding: 80px 0 70px;
}
.therapists-box {
  max-width: 894px;
  width: 100%;
  margin: 0 auto;
}
.therapists-head h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 47.99px;
  text-align: center;
  color: #0e145f;
  margin-bottom: 15px;
}
.therapists-head p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  text-align: center;
  color: #6b6e98;
}
.therapists-wrapper {
  max-width: 894px;
  width: 100%;
  margin: 49px auto 0;
}
.therapists-card {
  max-width: 894px;
  width: 100%;
  background: #e6f7f5;
  border-radius: 16px;
  padding: 22px 24px;
  position: relative;
  margin-bottom: 30px;
  border: 1px dashed transparent;
}
.therapists-card:hover {
  border-color: 52bab0;
}

.therapists-wrapper .therapists-slider-item:last-child .therapists-card {
  margin-bottom: 0;
}
.therapists-wrapper .therapists-slider-item:nth-child(2n) .therapists-card {
  background: #ff9575;
}
.therapists-wrapper .therapists-slider-item:nth-child(2n) .therapists-card .profile-content span {
  color: #0E145F;
}
.card-shape {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 59px;
  height: 59px;
  background: white;
  border-top-left-radius: 35px;
}
.therapists-card:hover .card-shape {
  border: 1px dashed 52bab0;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.card-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  background: #e6f7f5;
  padding: 16px 14px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.card-arrow img {
  transition: transform 0.3s ease;
}

/* .card-arrow:hover img {
  transform: translate(3px, -3px);
} */
.therapists-wrapper
  .therapists-slider-item:nth-child(2n)
  .therapists-card
  .card-arrow {
  background: #ff9575;
}
.therapists-card::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 50%;
  background: #e6f7f5;
  box-shadow: 4px 5px 0 #fff;
  border-bottom: 2px soild #fff;
  right: 58px;
  transform: rotate(0deg);
  bottom: -1px;
  z-index: 1;
}
.therapists-card:hover::before {
  border: 1px dashed 52bab0;
  border-top: none;
  border-left: none;
  right: 57px;
  bottom: -1px;
}
.therapists-wrapper
  .therapists-slider-item:nth-child(2n)
  .therapists-card::before {
  background: #ff9575;
}
.therapists-card::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 50%;
  background: #e6f7f5;
  box-shadow: 4px 5px 0 #fff;
  right: -1px;
  transform: rotate(0deg);
  bottom: 58px;
  z-index: 1;
}
.therapists-card:hover::after {
  border: 1px dashed 52bab0;
  border-top: none;
  border-left: none;
  right: -1px;
  bottom: 57px;
}
.therapists-wrapper
  .therapists-slider-item:nth-child(2n)
  .therapists-card::after {
  background: #ff9575;
}
.profile-head {
  font-size: 17px;
  font-weight: 500;
  line-height: 30.6px;
  text-align: left;
  color: #0e145f;
  margin-bottom: 46px;
}
.profile-head a{
    color: #52bab0;
    cursor: pointer;
}
.profile-head a:hover{
  text-decoration: underline;
}
.profile-info {
  max-width: max-content;
  width: 100%;
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11.3px;
}
.profile-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #0e145f;
}
.profile-content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #6b6e98;
}
/* /Therapists Section */

/* Registry Section */
.registry-section {
  padding: 50px 0 20px;
}
.registry-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.registry-wrapper h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 47.99px;
  color: #0e145f;
  margin-bottom: 39px;
}
.registry-wrapper p {
  max-width: 748px;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: 28.9px;
  color: #6b6e98;
  margin: 25px auto 0;
}
.registry-wrapper p strong {
  font-weight: 900;
}
.regitry-list {
  max-width: 750px;
  width: 100%;
  margin: 25px auto 30px;
  border: 2px dashed #ffd2d2;
  background: #fff2f2;
  padding: 25px 38px 25px 33px;
  border-radius: 16px;
}
.regitry-list ul {
  max-width: 476px;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 14px;
}
.regitry-list ul li {
  height: 32px;
  position: relative;
  padding-left: 62px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22.95px;
  color: #0e145f;
  text-align: left;
}
.regitry-list ul li::before {
  content: '';
  position: absolute;
  background-image: url('../../landing-page/images/registry-check-icon.svg');
  width: 32px;
  height: 33px;
  left: 0;
  bottom: 0px;
}
.regitry-list ul li:last-child {
  margin-bottom: 0px;
}
.registry-btn {
  max-width: max-content;
  width: 100%;
  margin: 9px auto 0px;
  display: block;
  padding: 16px 46px 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.3px;
  text-align: center;
  background: #52bab0;
  color: white;
  border-radius: 100px;
  border-bottom: 5px solid #45a49b;
  box-shadow: 0px 6px 7.3px 2px #52bab040;
  position: relative;
  transition: all 0.5s ease;
}
.registry-btn:hover {
  box-shadow: 0px 3px 4px 1px #52bab040;
  transform: translateY(3px);
}
/* /Registry Section */

/* Content Section */
.content-section {
  padding: 50px 0 0;
  position: relative;
  background: #f0faf9;
}
.content-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - (-94px));
  top: 0;
  background: white;
  z-index: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 150px),
    50% 100%,
    0 calc(100% - 150px)
  );
}
.content-wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.content-wrapper h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 47.99px;
  text-align: center;
  color: #0e145f;
  margin-bottom: 30px;
}

.content-wrapper p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px;
  color: #6b6e98;
}
/* /Content Section */

/* Letter Section */
.letter-section {
  padding: 60px 0px;
  background: #f0faf9;
}
.letter-wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0px auto 0px;
  background: white;
  border: 2px dashed 52bab0;
  border-radius: 16px;
  padding: 30px 33px;
}
.letter-wrapper h2,
.letter-wrapper h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 51px;
  text-align: center;
  color: #0e145f;
  margin-bottom: 30px;
  font-family: 'DM Serif Display';
}
.letter-wrapper p {
  font-size: 17px;
  font-weight: 500;
  line-height: 30.6px;
  text-align: left;
  color: #6b6e98;
  margin-bottom: 27px;
}
.letter-wrapper p:nth-last-of-type(2) {
  margin-bottom: 0px;
}
.letter-section .letter-wrapper p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30.6px;
  text-align: left;
  color: #6b6e98;
  margin-bottom: 27px;
}
.letter-section .letter-wrapper p:last-child {
  margin-bottom: 0px;
}
.letter-section .letter-wrapper p:nth-last-of-type(2) {
  margin-bottom: 27px;
}
.letter-list {
  margin: 20px 0 30px;
}
.letter-wrapper ul {
  list-style: none;
}
.letter-wrapper ul li {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  line-height: 28.5px;
  text-align: left;
  color: #6b6e98;
  margin-bottom: 15px;
  padding-left: 25px;
}
.letter-wrapper ul li strong {
  color: #0e145f;
  font-weight: 700;
  margin-bottom: 13px;
  display: block;
}
.letter-wrapper ul li::before {
  content: '';
  position: absolute;
  background-image: url(../images/list-arrow-right.svg);
  width: 14px;
  height: 14px;
  left: 0;
  top: 7px;
  bottom: 5px;
}
.letter-wrapper ul li:last-child {
  margin-bottom: 0;
}
/* /Letter Section */

/* Bill Section */
.bill-section {
  padding: 130px 0 65px;
  background: #f0faf9;
}
.bill-section .content-wrapper {
  max-width: 968px;
  width: 100%;
}

.bill-section .content-wrapper h2 {
  margin-bottom: 30px;
}

.bill-section .content-wrapper p {
  max-width: 892px;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px;
  margin: 0 auto 25px;
}
.bill-section .content-wrapper p:last-child {
  margin-bottom: 0px;
}
.bill-section .letter-wrapper {
  margin: 50px auto 0px;
}
.letter-wrapper h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 51px;
  text-align: center;
  margin-bottom: 25px;
}
.bill-section .letter-wrapper p {
  margin-bottom: 30px;
}
.bill-section .content-wrapper p a {
  color: #52bab0;
  cursor: pointer;
}
.bill-section .content-wrapper p a:hover {
  text-decoration: underline;
}
.bill-section .letter-wrapper ul {
  list-style: none;
}
.bill-section .letter-wrapper ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #6b6e98;
  margin-bottom: 15px;
  padding-left: 25px;
}
.bill-section .letter-wrapper ul li::before {
  content: '';
  position: absolute;
  background-image: url(../images/list-arrow-right.svg);
  width: 14px;
  height: 14px;
  left: 0;
  top: 5px;
  bottom: 5px;
}
.bill-section .letter-wrapper p:nth-of-type(2) {
  margin-bottom: 25px;
}
.bill-section .letter-wrapper p:last-child {
  margin: 0px;
}
.bill-section .letter-wrapper ul li {
  margin-bottom: 30px;
}
.bill-section .letter-wrapper ul li:last-of-type {
  margin-bottom: 0px;
}
.bill-section .letter-wrapper ul li strong {
  color: #0e145f;
  font-weight: 700;
  margin-bottom: 13px;
  display: block;
}
.bill-section .letter-wrapper ul li {
  font-size: 17px;
  line-height: 28px;
}
/* /Bill Section */

/* Certification Section */
.certification-section {
  padding: 100px 0 70px;
}
.certification-section .content-wrapper {
  max-width: 819px;
  width: 100%;
}

.certification-section .content-wrapper h2 {
  margin-bottom: 30px;
}

.certification-section .content-wrapper p {
  max-width: 748px;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px;
  margin: 0 auto 25px;
}
.certification-section .content-wrapper p strong {
  font-weight: 900;
}
.certification-section .content-wrapper p:last-child {
  margin-bottom: 0px;
}
.certification-section .letter-wrapper {
  margin: 50px auto 0px;
}
.letter-wrapper h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 51px;
  text-align: center;
  margin-bottom: 25px;
}
.certification-section .letter-wrapper p {
  margin-bottom: 25px;
}
.certification-section .content-wrapper p a {
  color: #52bab0;
  cursor: pointer;
}
.certification-section .content-wrapper p a:hover {
  text-decoration: underline;
}
.certification-section .letter-wrapper ul {
  list-style: none;
  margin-bottom: 30px;
}
.certification-section .letter-wrapper ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #6b6e98;
  margin-bottom: 15px;
  padding-left: 25px;
}
.certification-section .letter-wrapper ul li::before {
  content: '';
  position: absolute;
  background-image: url(../images/list-arrow-right.svg);
  width: 14px;
  height: 14px;
  left: 0;
  top: 5px;
  bottom: 5px;
}
.certification-section .letter-wrapper p:nth-of-type(2) {
  margin-bottom: 25px;
}
.certification-section .letter-wrapper p:last-child {
  margin: 0px;
}
.certification-section .letter-wrapper ul li {
  margin-bottom: 15px;
}
.certification-section .letter-wrapper ul li:last-of-type {
  margin-bottom: 0px;
}
.certification-section .letter-wrapper ul li strong {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 0px;
  color: #6b6e98;
}
.certification-section .letter-wrapper ul li {
  font-size: 17px;
  line-height: 28px;
}
/* /Certification Section */
/* Choose Section */
.choose-section {
  padding: 50px 0;
}

.choose-wrapper {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.choose-wrapper h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 51px;
  text-align: center;
  color: #0e145f;
  margin-bottom: 40px;
}
.choose-list {
  max-width: 627px;
  width: 100%;
  margin: 0 auto;
}
.choose-list ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  column-gap: 56px;
}
.choose-list ul li {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  line-height: 22.95px;
  text-align: left;
  color: #6b6e98;
  /* margin-bottom: 20px; */
  /* padding-left: 32px; */
}
.choose-list ul li strong {
  display: block;
  color: #0e145f;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 32px;
}
.choose-list ul li:last-child {
  margin-bottom: 0;
}
.choose-list ul li::before {
  content: '';
  position: absolute;
  background-image: url('../../landing-page/images/choose-check-icon.svg');
  left: 0;
  width: 20px;
  height: 19px;
  top: 4px;
}
.choose-desc {
  max-width: 651px;
  width: 100%;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6b6e98;
  margin: 50px auto 0;
}
/* /Choose Section */

/* Laws List Section */
.lawsListSec {
  position: relative;
  padding: 50px 0px 0px;
}
.lawsListSec h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 47.99px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: relative;
  z-index: 1;
  color: #0e145f;
}
.lawsList-content {
  max-width: 742px;
  width: 100%;
  margin: 34px auto 0;
  border: 2px dashed 52bab0;
  border-radius: 16px;
  padding: 57px 48px;
}
.lawsList-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6b6e98;
}
.lawsWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Adjust size per column */
  grid-row-gap: 40px; /* Gap between states */
  grid-column-gap: 20px; /* Gap between states */
  max-width: 762px; /* Adjust width as needed */
  margin: 40px auto 0; /* Center align the grid */
  position: relative;
  z-index: 1;
}
.lawsWrapper .laws {
  /* padding: 10px; */
  text-align: center;
  /* border-radius: 4px; */
  transition: background-color 0.3s ease;
}

.lawsWrapper .laws a {
  color: #6b6e98;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
  text-transform: capitalize;
}
.lawsWrapper .laws a:hover {
  color: #52bab0;
  text-decoration: underline;
  cursor: pointer;
}
/* Laws List Section */

/* AboutTravel Section */
.aboutTravel-section {
  padding: 20px 0 80px;
  position: relative;
  background: #f0faf9;
}
.aboutTravel-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 189px);
  top: 0;
  background: white;
  z-index: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 150px),
    50% 100%,
    0 calc(100% - 150px)
  );
}
.aboutTravel-section .content-wrapper {
  max-width: 968px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.aboutTravel-section .content-wrapper h2 {
  margin-bottom: 30px;
}

.aboutTravel-section .content-wrapper p {
  max-width: 892px;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px;
  margin: 0 auto 25px;
}
.aboutTravel-section .content-wrapper p:last-child {
  margin-bottom: 0px;
}
.aboutTravel-section .letter-wrapper {
  margin: 50px auto 0px;
  position: relative;
  z-index: 1;
}
.letter-wrapper h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 51px;
  text-align: center;
  margin-bottom: 25px;
}
.aboutTravel-section .letter-wrapper p {
  margin-bottom: 30px;
}
.aboutTravel-section .content-wrapper p a {
  color: #52bab0;
  cursor: pointer;
}
.aboutTravel-section .content-wrapper p a:hover {
  text-decoration: underline;
}
.aboutTravel-section .letter-wrapper ul {
  list-style: none;
}
.aboutTravel-section .letter-wrapper ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #6b6e98;
  margin-bottom: 15px;
  padding-left: 25px;
}
.aboutTravel-section .letter-wrapper ul li::before {
  content: '';
  position: absolute;
  background-image: url(../images/list-arrow-right.svg);
  width: 14px;
  height: 14px;
  left: 0;
  top: 5px;
  bottom: 5px;
}
.aboutTravel-section .letter-wrapper p:nth-of-type(2) {
  margin-bottom: 25px;
}
.aboutTravel-section .letter-wrapper p:last-child {
  margin: 0px;
}
.aboutTravel-section .letter-wrapper ul li {
  margin-bottom: 30px;
}
.aboutTravel-section .letter-wrapper ul li:last-of-type {
  margin-bottom: 0px;
}
.aboutTravel-section .letter-wrapper ul li strong {
  color: #0e145f;
  font-weight: 700;
  margin-bottom: 13px;
  display: block;
}
.aboutTravel-section .letter-wrapper ul li {
  font-size: 17px;
  line-height: 28px;
}
/* /AboutTravel Section */

/* FAQ Section */
.faq-section {
  padding: 20px 0 68px;
  background: #f0faf9;
}
.faq-list {
  margin-bottom: 100px;
}
.faq-section .faq-list:nth-of-type(3) .faq-head span {
  display: block;
}
.faq-list .faq-card:last-child {
  margin-bottom: 0px;
}
.faq-wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.faq-head {
  max-width: 822px;
  width: 100%;
  font-size: 35px;
  font-weight: 400;
  line-height: 47.99px;
  text-align: center;
  color: #0e145f;
  margin: 0 auto 59px;
}
.faq-card {
  background: #d4f0ed;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  margin-bottom: 60px;
  padding: 45px 66px 0px;
}
.faq-card:hover {
  background: #c5e8e4;
}
.faq-card:hover .card-head p {
  color: #52bab0;
}
.faq-card:hover .card-head h3 {
  color: #52bab0;
}
.faq-card::before {
  content: '';
  position: absolute;
  left: 74px;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 30px solid #f0faf9;
  border-right: 29px solid transparent;
  border-left: 29px solid transparent;
}
.faq-card::after {
  content: '';
  position: absolute;
  left: 74px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-top: 30px solid #d4f0ed;
  border-right: 29px solid transparent;
  border-left: 29px solid transparent;
}
.faq-card:hover::after {
  border-top: 30px solid #c5e8e4;
}
.card-head {
  position: relative;
  padding-bottom: 30px;
  cursor: pointer;
}
.card-head p {
  max-width: 567px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 32.4px;
  text-align: left;
  color: #0e145f;
}
.faq-card:hover .card-head {
  color: #52bab0;
}
.card-head::before {
  content: '';
  position: absolute;
  background-image: url('../images/faq-arrowDown.svg');
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  right: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: #ff9575;
  transition: all 0.5s ease;
}
.card-head.rotate {
  padding-bottom: 15px;
  border-bottom: 1px solid #b3dbd7;
}
.card-head.rotate::before {
  transform: rotate(180deg);
}
.card-para {
  display: none;
  cursor: default;
  padding: 15px 0 30px;
}

.card-para p {
  font-size: 17px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
  color: #6b6e98;
}
.card-para p:last-child {
  margin-top: 15px;
}
.card-para p + ul,
.card-para p + ol {
  padding-top: 15px;
}
.card-para ul,
.card-para ol {
  padding-top: 0px;
  padding-left: 28px;
}
.card-para ul li span,
.card-para ol li strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #0e145f;
  margin-bottom: 10px;
}
.card-para ul li,
.card-para ol li {
  font-size: 17px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
  color: #6b6e98;
  margin-bottom: 20px;
}
.card-para ul li strong::marker,
.card-para ol li strong::marker {
  color: #0e145f;
}
.card-para ul li:last-child,
.card-para ol li:last-child {
  margin-bottom: 0px;
}

/* /FAQ Section */

/* Steps Section */
.step-section {
  padding: 120px 0 60px;
}

.steps-wrapper {
  max-width: 822px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.steps-wrapper h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 52.1px;
  color: #0e145f;
  margin: 32px 0 15px;
}

.steps-wrapper p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 500;
  line-height: 24.3px;
  color: #6b6e98;
}
.steps-wrapper p:nth-of-type(2) {
  max-width: 629px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.5px;
  color: #6b6e98;
}
.steps-wrapper p:nth-of-type(3) {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  color: #6b6e98;
}
.steps-list {
  max-width: 750px;
  width: 100%;
  margin: 37px auto 32px;
  padding: 40px 33px 40px 48px;
  border-radius: 16px;
  border: 2px dashed 52bab0;
  background: white;
}
.steps-list ul {
  max-width: 684px;
  width: 100%;
  height: 215px;
  padding-left: 35px;
  border-left: 2px solid #ffe2da;
  position: relative;
  list-style: none;
}

.steps-list ul::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffe2da;
  border-bottom: 2px solid #ffe2da;
  left: -6px;
  bottom: -1px;
  transform: rotate(44deg);
}
.steps-list ul li {
  font-size: 17px;
  font-weight: 500;
  line-height: 22.95px;
  text-align: left;
  color: #6b6e98;
  margin-bottom: 32px;
  position: relative;
  counter-increment: li-counter;
}
.steps-list ul li::before {
  content: counter(li-counter);
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 2px solid #ffe2da;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  left: -54px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #52bab0;
}
.steps-list ul li:last-child {
  margin-bottom: 7px;
}
.steps-btn {
  max-width: max-content;
  width: 100%;
  margin: 35px auto 30px;
  display: block;
  padding: 16px 46px 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.3px;
  text-align: center;
  background: #52bab0;
  color: white;
  border-radius: 100px;
  border-bottom: 5px solid #45a49b;
  box-shadow: 0px 6px 7.3px 2px #52bab040;
  transition: all 0.5s ease;
  position: relative;
}
.steps-btn:hover {
  box-shadow: 0px 3px 4px 1px #52bab040;
  transform: translateY(3px);
}
/* /Steps Section */

/* Cta Section */
.cta-section {
  padding: 100px 0;
}
.cta-desc {
  max-width: 748px;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6b6e98;
  margin: 0 auto 80px;
}
.cta-wrapper {
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
  border: 2px dashed 52bab0;
  border-radius: 16px;
  background: linear-gradient(
    90.46deg,
    rgba(255, 91, 46, 0.35) 0.09%,
    rgba(245, 134, 62, 0.35) 34.6%,
    rgba(249, 153, 54, 0.35) 69.12%,
    rgba(254, 167, 47, 0.35) 100.82%
  );
  padding: 58px 65px 121px;
  text-align: center;
  position: relative;
}
.cta-shape {
  position: absolute;
  bottom: -2px;
  width: 286px;
  height: 77px;
  background: white;
  border-radius: 40px 40px 0 0;
  border-top: 2px dashed 52bab0;
  border-right: 2px dashed 52bab0;
  border-left: 2px dashed 52bab0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.cta-wrapper::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 5px 0 #fff;
  border: 2px dashed 52bab0;
  left: 28.7%;
  border-top: none;
  border-left: none;
  transform: rotate(0deg);
  bottom: -2px;
  z-index: 1;
}
.cta-wrapper::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-bottom-left-radius: 50%;
  /*background: #fddbb9;*/
  box-shadow: -4px 5px 0 #fff;
  border: 2px dashed 52bab0;
  right: 28.6%;
  border-top: none;
  border-right: none;
  transform: rotate(0deg);
  bottom: -2px;
  z-index: 1;
}

.cta-wrapper p {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0e145f;
}
.cta-btn {
  max-width: max-content;
  width: 100%;
  margin: -63px auto 0px;
  display: block;
  padding: 16px 20px 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.3px;
  text-align: center;
  background: #52bab0;
  color: white;
  border-radius: 100px;
  border-bottom: 5px solid #45a49b;
  box-shadow: 0px 6px 7.3px 2px #52bab040;
  position: relative;
  transition: all 0.5s ease;
}
.cta-btn:hover {
  box-shadow: 0px 3px 4px 1px #52bab040;
  transform: translateY(3px);
}
/* /Cta Section */

@media screen and (max-width: 767px) {
  .therapists-wrapper {
    max-width: 363px;
    width: 100%;
    margin: 49px auto 0;
  }
  .client-wrapper {
    max-width: 360px;
  }
  .client-mainVideo {
    position: relative;
    max-width: 360px;
  }
  .swiper-pagination-therapists .swiper-pagination-bullet-active {
    background: #52bab0 !important;
    width: 28px !important;
    height: 9px !important;
    position: relative;
    border-radius: 100px !important;
    /* top: 3px; */
  }
  .swiper-pagination-therapists .swiper-pagination-bullet {
    background: #c5e8e4;
    opacity: unset;
    width: 9px;
    height: 9px;
  }
  .swiper-pagination-therapists {
    position: absolute !important;
    text-align: center !important;
    transition: 0.3s opacity !important;
    transform: translate3d(0, 0, 0) !important;
    bottom: 1px !important;
    z-index: 1 !important;
  }
  .therapists-slider-row {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  /* Banner Section */

  .banner-wrapper {
    padding-top: 30px;
  }
  .banner-img {
    display: none;
  }
  .banner-content h1 {
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .banner-list {
    width: 100%;
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
  .banner-list p {
    font-size: 16px;
    line-height: 21.6px;
  }
  .banner-content p {
    font-size: 16px;
    line-height: 33px;
  }
  /* /Banner Section */

  /* Therapists Section */
  .therapists-head h2 {
    font-size: 28px;
    line-height: 38.39px;
    margin-bottom: 20px;
  }
  .profile-head {
    font-size: 16px;
    line-height: 28.8px;
    margin-bottom: 25px;
    min-height: 316px;
  }
  .profile-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .profile-content span {
    font-size: 13px;
    line-height: 19.5px;
    max-width: 206px;
    width: 100%;
    display: block;
  }
  .therapists-card {
    max-width: 360px;
    padding: 20px;
  }
  .therapists-wrapper
    .therapists-slider-item:nth-child(2n)
    .therapists-card::before {
    background: transparent;
  }

  /* /Therapists Section */

  /* Registry Section */
  .registry-section {
    padding: 40px 0 25px;
  }
  .registry-wrapper img {
    width: 66.55px;
    height: 68px;
  }
  .registry-wrapper h2 {
    font-size: 28px;
    line-height: 38.39px;
    margin-bottom: 30px;
  }
  .registry-wrapper p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .regitry-list {
    padding: 25px 12px 15px;
    border-radius: 16px;
  }
  .regitry-list ul li::before {
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
  }
  .regitry-list ul li {
    height: 100%;
    padding-left: 41px;
    font-size: 15px;
    line-height: 22.5px;
  }
  /* /Registry Section */

  /* Steps Section */
  .step-section {
    padding: 30px 0 30px;
  }
  .step-img {
    width: 75px;
    height: 75px;
  }
  .steps-wrapper {
    max-width: 360px;
  }
  .steps-wrapper h2 {
    max-width: 360px;
    width: 100%;
    font-size: 28px;
    line-height: 38.39px;
    margin: 20px auto 20px;
  }
  .steps-wrapper p:nth-of-type(1) {
    font-size: 16px;
    line-height: 24px;
  }
  .steps-list {
    max-width: 360px;
    width: 100%;
    /* height: 284px; */
    margin: 20px auto 43px;
    padding: 20px 31px;
  }
  .steps-list ul {
    height: unset;
  }
  .steps-list ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .step-section:before {
    height: 740px;
  }
  /* /Steps Section */

  /* Content Section */
  .content-section {
    padding: 30px 0;
  }
  .content-section::after {
    height: calc(100% - (-50px));
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 80px),
      50% 100%,
      0 calc(100% - 80px)
    );
  }
  .content-wrapper h2 {
    max-width: 360px;
    width: 100%;
    font-size: 28px;
    line-height: 38.39px;
    margin: 0px auto 20px;
  }
  .content-wrapper p {
    font-size: 16px;
    line-height: 28.8px;
  }
  /* /Content Section */

  /* Bill Section */
  .bill-section {
    padding: 90px 0 65px;
  }
  /* Bill Section */

  /* Letter Section */
  .letter-section {
    padding: 30px 0 50px;
  }
  .letter-wrapper {
    padding: 30px 20px;
    margin: 25px auto 0px;
  }
  .letter-wrapper h2,
  .letter-wrapper h3 {
    font-size: 28px;
    line-height: 38.39px;
  }
  .letter-wrapper p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .letter-list ul li {
    font-size: 15px;
    line-height: 22.5px;
  }
  /* /Letter Section */

  /* Certification Section */
  .certification-section {
    padding: 60px 0 30px;
  }
  .certification-section .content-wrapper h2 {
    margin-bottom: 20px;
  }
  /* /Certification Section */

  .certification-section .letter-wrapper {
    padding: 30px 15px;
  }
  .certification-section .letter-wrapper h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .certification-section .letter-wrapper .letter-list ul li span {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .certification-section .letter-wrapper .letter-list ul li {
    font-size: 16px;
    line-height: 27px;
  }
  .certification-section .letter-wrapper p {
    margin-bottom: 20px;
  } 
  .certification-section .letter-wrapper p:nth-of-type(2) {
    margin-bottom: 27px;
  }
  .letter-wrapper ul li {
    min-width: 320px;
    width: 100%;
}
  /* /Training Section */

  /* Choose Section */
  .choose-section {
    padding: 40px 0;
    position: relative;
    background: #f0faf9;
  }
  .choose-wrapper h2 {
    font-size: 28px;
    line-height: 38.39px;
    margin-bottom: 25px;
  }
  .choose-list ul {
    grid-template-columns: 1fr;
  }
  .choose-list ul li {
    font-size: 16px;
    line-height: 24px;
  }

  /* /Choose Section */

  /* Abouttravel Section */

  .aboutTravel-section {
    padding: 20px 0 30px;
  }
  /* /Abouttravel Section */

  /* FAQ Section */
  .faq-section {
    padding: 50px 0 100px;
  }
  .faq-list {
    margin-bottom: 0px;
  }
  .faq-head {
    font-size: 28px;
    line-height: 38.39px;
  }
  .faq-card {
    padding: 42px 30px 0;
  }
  .card-head p {
    max-width: 254px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .card-para p{
    font-size: 16px;
    line-height: 27.2px;
  }
  .faq-btn {
    font-size: 15px;
  }
  .card-head::before {
    font-size: 16px;
    line-height: 19.2px;
  }
  .faq-card ul li {
    font-size: 15px;
    line-height: 25.5px;
  }
  .card-head h3 {
    font-size: 17px;
    line-height: 24px;
  }
  .faq-card::after {
    left: 34px;
}
.faq-card::before {
    left: 34px;
}

  /* /FAQ Section */

  /* Cta Section */
  .cta-wrapper {
    height: 259px;
    padding: 25px 25px 44px;
    border-radius: 40px;
    max-width: 360px;
  }
  .cta-desc {
    font-size: 15px;
  }
  .cta-wrapper .cta-title {
    font-size: 25px;
    line-height: 34.28px;
    margin-bottom: 10px;
  }
  .cta-wrapper .cta-desc {
    font-size: 14px;
    line-height: 25.2px;
  }
  .cta-btn {
    padding: 16px 14px 17px;
    font-size: 17px;
    line-height: 22.95px;
    margin: -59px auto 0px;
  }
  .cta-shape {
    width: 268px;
  }
  .cta-wrapper::before {
    background: transparent;
    left: 3.7%;
    transform: rotate(1deg);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 14px;
    bottom: 0px;
  }
  .cta-wrapper::after {
    background: transparent;
    right: 3.7%;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 10px;
    transform: rotate(1deg);
    bottom: 0px;
  }
  .cta-desc {
    font-size: 15px;
  }
  /* /Cta Section */

  /* Laws List Section */

  .lawsListSec:after {
    width: 100%;
    height: 881px;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 70px),
      50% 100%,
      0 calc(100% - 70px)
    );
  }
  .lawsListSec {
    padding: 60px 0px 80px;
  }
  .lawsWrapper {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 27px;
  }
  .lawsWrapper .laws {
    text-align: center;
  }
  .lawsWrapper .laws a {
    font-size: 14px;
    line-height: 27px;
    text-wrap: nowrap;
  }
  .lawsListSec h2 {
    font-size: 28px;
    line-height: 38.39px;
    margin-bottom: 25px;
  }
  .lawsList-content {
    padding: 20px 12px;
  }
  .lawsList-content p {
    font-size: 15px;
    line-height: 27px;
  }
  /* Laws List Section */
}
