a {
  color: #ff5b2e;
}
a:hover {
  text-decoration: underline;
}
.servicePageDynamic {
  display: flex;
  flex-direction: column;
}
.servicePageDynamic .order0 {
  order: 0;
}
.servicePageDynamic .order1 {
  order: 1;
}
.servicePageDynamic .order2 {
  order: 2;
}
.servicePageDynamic .order3 {
  order: 3;
}
.servicePageDynamic .order4 {
  order: 4;
}
.servicePageDynamic .order5 {
  order: 5;
}
.servicePageDynamic .order6 {
  order: 6;
}
.servicePageDynamic .order7 {
  order: 7;
}
.servicePageDynamic .order8 {
  order: 8;
}
.servicePageDynamic .order9 {
  order: 9;
}
.servicePageDynamic .order10 {
  order: 10;
}
.servicePageDynamic .order11 {
  order: 11;
}
.servicePageDynamic .order12 {
  order: 12;
}
.servicePageDynamic .order13 {
  order: 13;
}
.servicePageDynamic .order14 {
  order: 14;
}
.servicePageDynamic .order15 {
  order: 15;
}
/* Banner Section */
.banner-section {
  background: #fffaf5;
  padding: 80px 0 50px;
}
.banner-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 50px;
}
.banner-content {
  max-width: 683px;
  width: 100%;
}
.banner-content h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-align: left;
  color: #0e145f;
  margin-bottom: 50px;
}
.banner-content h1 span {
  background: linear-gradient(
    92.38deg,
    #ff5b2e 47.37%,
    #f5863e 57.89%,
    #f99936 68.41%,
    #fea72f 78.08%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 34px;
  row-gap: 25px;
}
.banner-list p {
  position: relative;
  max-width: max-content;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: left;
  color: #6b6e98;
  padding-left: 31px;
}
.banner-list p::before {
  content: '';
  position: absolute;
  background-image: url(../images/banner-check-icon.svg);
  width: 19px;
  height: 19px;
  left: 0;
  top: 2px;
}
.banner-img {
  max-width: 469px;
  width: 100%;
}
.banner-btn {
  max-width: max-content;
  width: 100%;
  display: block;
  padding: 16px 44px 17px;
  margin-top: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.3px;
  text-align: center;
  background: #ff5b2e;
  color: white;
  border-radius: 100px;
  border-bottom: 5px solid #bb3612;
  box-shadow: 0px 6px 7.3px 2px #ff5b2e40;
  transition: all 0.5s ease;
}
.banner-btn:hover {
  box-shadow: 0px 3px 4px 1px #ff5b2e40;
  transform: translateY(3px);
  text-decoration: none;
}
/* /Banner Section */

/* Content Section */
.content-section {
  padding: 60px 0 0px;
}
.content-wrapper {
  max-width: 892px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.content-wrapper h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 47.99px;
  text-align: center;
  color: #0e145f;
  margin-bottom: 25px;
}

.content-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: #6b6e98;
}
.content-wrapper p a {
  color: #ff5b2e;
  cursor: pointer;
}
.content-wrapper p a:hover {
  text-decoration: underline;
}
/* /Content Section */

/* Steps Section */
.step-section {
  background: #fffaf5;
  padding: 70px 0px 0px;
  position: relative;
}
.step-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 560px;
  top: 0;
  background: white;
  z-index: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 200px),
    50% 100%,
    0 calc(100% - 200px)
  );
}
.steps-wrapper {
  max-width: 1008px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.steps-wrapper h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 47.99px;
  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) {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  color: #6b6e98;
}
.steps-wrapper p:last-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  color: #6b6e98;
}
.steps-wrapper .steps-list + p {
  font-style: italic;
}
.steps-wrapper .orderDesc,
.steps-wrapper .orderDesc p{
  font-size: 18px;
  font-weight: 500;
  line-height: 24.3px;
  color: #6b6e98;
}
.steps-list {
  max-width: 750px;
  width: 100%;
  margin: 37px auto 32px;
  padding: 40px 33px 47px 48px;
  border-radius: 16px;
  border: 2px dashed #e86c46;
  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: #ff5b2e;
}
.steps-list ul li:last-child {
  margin-bottom: 7px;
}
.steps-btn {
  max-width: max-content;
  width: 100%;
  margin: 30px auto 30px;
  display: block;
  padding: 16px 20px 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.3px;
  text-align: center;
  background: #ff5b2e;
  color: white;
  border-radius: 100px;
  border-bottom: 5px solid #bb3612;
  box-shadow: 0px 6px 7.3px 2px #ff5b2e40;
  position: relative;
  transition: all 0.5s ease;
}
.steps-btn:hover {
  box-shadow: 0px 3px 4px 1px #ff5b2e40;
  transform: translateY(3px);
  text-decoration: none;
}
/* /Steps Section */

/* Letter Section */
.letter-section {
  padding: 40px 0 80px;
  background: #fffaf5;
}
.letter-wrapper {
  max-width: 750px;
  width: 100%;
  margin: 50px auto 0px;
  background: white;
  border: 2px dashed #e86c46;
  border-radius: 16px;
  padding: 30px 33px;
}
.letter-wrapper h2,
.letter-wrapper h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 47.99px;
  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-list {
  margin: 20px 0 30px;
}
.letter-list ul {
  list-style: none;
}
.letter-list ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #6b6e98;
  margin-bottom: 15px;
  padding-left: 25px;
}
.letter-list 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-list ul li:last-child {
  margin-bottom: 0;
}

/* /Letter Section */

/* ESA Letter Section */
.esa-letter-section {
  padding: 60px 0 100px;
  background: #fffaf5;
}
.esa-letter-section .letter-wrapper {
  max-width: 892px;
  padding: 35px 33px;
}
.esa-letter-section .letter-wrapper h2 {
  margin-bottom: 40px;
}
.esa-letter-section .letter-wrapper p {
  margin-bottom: 0px;
}
.esa-letter-section .letter-list {
  max-width: 800px;
  width: 100%;
  margin: 30px auto 36px;
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
}
.esa-letter-section .letter-list ul li {
  font-size: 17px;
  line-height: 25.5px;
}
.esa-letter-section .letter-list ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.esa-letter-section .letter-list ul li:last-child {
  margin-bottom: 0px;
}
.letter-btn {
  max-width: max-content;
  width: 100%;
  margin: 30px auto 0px;
  display: block;
  padding: 16px 20px 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.3px;
  text-align: center;
  background: #ff5b2e;
  color: white;
  border-radius: 100px;
  border-bottom: 5px solid #bb3612;
  box-shadow: 0px 6px 7.3px 2px #ff5b2e40;
  position: relative;
  transition: all 0.5s ease;
}
.letter-btn:hover {
  box-shadow: 0px 3px 4px 1px #ff5b2e40;
  transform: translateY(3px);
  text-decoration: none;
}
/* /ESA Letter Section */

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

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

.certification-section .content-wrapper p {
  max-width: 892px;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px;
  margin: 0 auto 25px;
}
.certification-section .content-wrapper p:last-child {
  margin-bottom: 0px;
}
/* /Certification Section */

/* Training Section */

.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: 30px;
}
.certification-section .letter-list ul ~ p {
  padding-left: 25px;
}
.certification-section .letter-wrapper ul {
  list-style: none;
}
.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: 30px;
}
.certification-section .letter-wrapper ul li:last-of-type {
  margin-bottom: 0px;
}
.certification-section .letter-wrapper ul li strong {
  color: #0e145f;
  font-weight: 700;
  margin-bottom: 13px;
  display: block;
}
.certification-section .letter-wrapper ul li {
  font-size: 17px;
  line-height: 28px;
}
/* /Training Section */

/* Registry Section */
.registry-section {
  padding: 50px 0;
}
.registry-wrapper {
  max-width: 750px;
  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 {
  font-size: 17px;
  font-weight: 500;
  line-height: 28.9px;
  color: #6b6e98;
  margin-bottom: 25px;
}
.regitry-list {
  max-width: 750px;
  width: 100%;
  margin: 25px 0 30px;
  border: 2px dashed #ffd2d2;
  background: #fff2f2;
  padding: 25px 38px 25px 33px;
  border-radius: 16px;
}
.regitry-list ul {
  list-style: none;
}
.regitry-list ul li {
  position: relative;
  padding-left: 62px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22.95px;
  color: #0e145f;
  text-align: left;
  margin-bottom: 14px;
}
.regitry-list ul li::before {
  content: '';
  position: absolute;
  background-image: url(../images/registry-check-icon.svg);
  width: 32px;
  height: 33px;
  left: 0;
  top: 4px;
}
.regitry-list ul li:last-child {
  margin-bottom: 0px;
}

/* /Registry Section */

/* Client Section */
.client-section {
  padding: 40px 0;
}
.client-head {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.client-head h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 47.99px;
  text-align: center;
  color: #0e145f;
  margin-bottom: 15px;
}
.client-head p {
  max-width: 691px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  text-align: center;
  color: #6b6e98;
}
.client-wrapper {
  max-width: 750px;
  width: 100%;
  margin: 40px auto 0;
}
.client-mainVideo {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.video-iframe {
  display: none;
  overflow: hidden;
}
.video-iframe iframe {
  border-radius: 40px;
  background: black;
}
.swiper-video-iframe {
  display: none;
}
.swiper-video-iframe iframe {
  border-radius: 40px;
}
.video-card {
  position: relative;
}

.video-wrapper {
  max-width: 692px;
  width: 100%;
  position: relative;
}
.video-card .btn-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoSwipper {
  position: relative !important;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  padding: 25px 0px 0px !important;
}
.swiper-button-next-video {
  width: 44px;
  height: 160px;
  border-radius: 100px;
  transition: all ease 0.1s;
  bottom: 0;
  right: -55px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background: #ff9575;
}
.swiper-button-next-video::after {
  content: '';
  position: absolute;
  background-image: url(../images/swiper-right-icon.svg);
  width: 20px;
  height: 20px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.video-wrapper.firstSlide .swiper-button-next-video::after {
  background-image: url(../../landing-page/images/swiper-left-icon.svg);
}
.play-btn {
  position: absolute;
  width: 80px;
  height: 80px;
  padding: 22px 23px 22px 29px;
  background: #db2b42b2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.play-btn::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  animation-delay: 0.2s;
}
.play-btn,
.play-btn::after {
  animation: pulseAnimation 1.8s infinite;
  -webkit-animation: pulseAnimation 1.8s infinite;
}
@keyframes pulseAnimation {
  0% {
    box-shadow: 0 0 0 0 #b00000;
  }
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
/* /Client Section */

/* Choose Section */
.choose-section {
  padding: 40px 0 0;
  position: relative;
  background: #fffaf5;
}
.choose-section::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - (-140px));
  z-index: 0;
  background: white;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 150px),
    50% 100%,
    0 calc(100% - 150px)
  );
}
.choose-wrapper {
  max-width: 513px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.choose-wrapper h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 47.99px;
  text-align: center;
  color: #0e145f;
  margin-bottom: 50px;
}
.choose-list ul {
  list-style: none;
}
.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:last-child {
  margin-bottom: 0;
}
.choose-list ul li::before {
  content: '';
  position: absolute;
  background-image: url(../images/choose-check-icon.svg);
  left: 0;
  width: 20px;
  height: 19px;
  top: 4px;
}
/* /Choose Section */

/* FAQ Section */
.faq-section {
  padding: 166px 0 24px;
  background: #fffaf5;
}
.faq-wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.faq-head {
  font-size: 35px;
  font-weight: 400;
  line-height: 47.99px;
  text-align: center;
  color: #0e145f;
  margin-bottom: 59px;
}
.faq-card {
  padding: 42px 90px;
  background: #ffefd9;
  border-radius: 16px;
  position: relative;
  margin-bottom: 60px;
}
.faq-card:hover {
  background: #ffe7c6;
}
.faq-card:hover .card-head h3 {
  color: #ff5b2e;
}
.faq-card::before {
  content: '';
  position: absolute;
  left: 74px;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 30px solid #fffaf5;
  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 #ffefd9;
  border-right: 29px solid transparent;
  border-left: 29px solid transparent;
}
.faq-card:hover::after {
  border-top: 30px solid #ffe7c6;
}
.card-head {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #edd3b0;
}
.card-head h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  color: #0e145f;
  font-family: 'Lato';
}
.faq-card:hover .card-head {
  color: #ff5b2e;
}

.card-para {
  font-size: 17px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
  padding-top: 15px;
  color: #6b6e98;
}
.faq-card ul {
  padding-top: 15px;
  padding-left: 28px;
}
.faq-card ul li strong{
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #0e145f;
  margin-bottom: 10px;
}
.faq-card ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  text-align: left;
  color: #6b6e98;
  margin-bottom: 20px;
}
.faq-card ul li::marker {
  color: #0e145f;
}
.faq-card ul li:last-child {
  margin-bottom: 0px;
}
.faq-btn {
  display: block;
  max-width: max-content;
  width: 100%;
  margin: 26px auto 0;
  border: none;
  border-radius: 100px;
  background: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 20.4px;
  text-align: center;
  color: #444444;
  text-decoration: underline;
  cursor: pointer;
  padding: 14px 27px;
}
.faq-btn:hover {
  color: #ff5b2e;
  background: #fff5e7;
}
/* /FAQ Section */

/* Cta Section */
.cta-section {
  padding: 60px 0 100px;
}
.cta-wrapper {
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
  border: 2px dashed #e86c46;
  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: 50px 78px 105px;
  text-align: center;
  position: relative;
}
.cta-shape {
  position: absolute;
  bottom: -2px;
  width: 235px;
  height: 77px;
  background: white;
  border-radius: 40px 40px 0 0;
  border-top: 2px dashed #e86c46;
  border-right: 2px dashed #e86c46;
  border-left: 2px dashed #e86c46;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.cta-wrapper::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 50%;
  background: #fdd2bb;
  box-shadow: 4px 5px 0 #fff;
  border: 2px dashed #e86c46;
  left: 31.9%;
  border-top: none;
  border-left: none;
  transform: rotate(0deg);
  bottom: -1px;
  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 #e86c46;
  right: 31.9%;
  border-top: none;
  border-right: none;
  transform: rotate(0deg);
  bottom: -2px;
  z-index: 1;
}
.cta-wrapper .cta-title {
  font-family: DM Serif Display;
  font-size: 30px;
  font-weight: 400;
  line-height: 41.13px;
  color: #0e145f;
  margin-bottom: 15px;
}
.cta-wrapper .cta-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0e145f;
}
.cta-btn {
  max-width: 215px;
  width: 100%;
  margin: -63px auto 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px 0px;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.3px;
  text-align: center;
  background: #ff5b2e;
  color: white;
  border-radius: 100px;
  border-bottom: 5px solid #bb3612;
  box-shadow: 0px 6px 7.3px 2px #ff5b2e40;
  position: relative;
  transition: all 0.5sease;
}
.cta-btn:hover {
  box-shadow: 0px 3px 4px 1px #ff5b2e40;
  transform: translateY(3px);
  text-decoration: none;
}
/* /Cta Section */

/* Laws List Section */
.lawsListSec {
    padding: 100px 0px 60px;
}
.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;
}
.lawsWrapper{
   display: flex;
   gap: 50px; 
   max-width: 1075px;
   width: 100%;
   margin: 70px auto 0;
   justify-content: center;
}
.list-head p{
    font-weight: 700;
    font-style: Bold;
    font-size: 19px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: left;
    color: #0E145F;
}
.listWrapper{
    margin-top: 35px;
    
}
.listWrapper  ul{
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    list-style: none;
}
.listWrapper  ul li a{
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: left;
    color: #6B6E98;
}
.listWrapper ul li a:hover{
    text-decoration: underline;
}
/* /Laws List Section */
/* Media Queries */
@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;
    height: 202px;
  }
  .swiper-pagination-therapists .swiper-pagination-bullet-active {
    background: #ff5b2e !important;
    width: 28px !important;
    height: 9px !important;
    position: relative;
    border-radius: 100px !important;
    /* top: 3px; */
  }
  .swiper-pagination-therapists .swiper-pagination-bullet {
    background: #fde3c5;
    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-video {
    max-width: 360px;
    width: 100%;
    height: 217px;
    margin: 0 auto -100px;
  }
  .bannervideo-thumbnail {
    width: 100%;
    height: 100%;
  }
  .play-btn {
    width: 70px;
    height: 70px;
  }
  .play-btn img {
    width: 26px !important;
    height: 28px !important;
  }
  .video-play-btn {
    width: 70px;
    height: 70px;
    padding: 22px 23px 22px 25px;
  }
  .video-play-btn img {
    width: 26px;
    height: 28px;
  }
  .banner-content h1 {
    /* max-width: 354px; */
    width: 100%;
    /* margin: 0 auto; */
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    /* text-align: center; */
    margin-bottom: 30px;
  }
  .banner-list {
    /* max-width: 293px; */
    width: 100%;
    /* margin: 0 auto; */
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
  .banner-list p {
    font-size: 16px;
    line-height: 21.6px;
  }
  .banner-btn {
    padding: 14px 25px 15px;
    margin: 39px auto 0;
  }
  .banner-reviews {
    max-width: 360px;
    margin: 40px auto 24px;
    padding: 0px 19px 25px 19px;
  }
  .reviews-wrapper {
    flex-wrap: wrap;
  }
  .reviews-wrapper img:nth-of-type(1) {
    width: 108px;
    height: 23px;
  }
  .reviews-wrapper p {
    font-size: 15px;
    line-height: 20.25px;
  }
  .reviews-wrapper {
    max-width: 330px;
    width: 100%;
    height: 45px;
    margin: -25px auto 57px;
    display: flex;
    justify-content: center;
    column-gap: 7px;
    row-gap: 5px;
    padding: 11px 13px;
  }
  .review-info {
    margin-bottom: 20px;
  }
  .reviews-logo {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .reviews-logo-img {
    max-width: 322px;
    width: 100%;
    gap: 27px;
  }
  .reviews-logo-img img:nth-of-type(1) {
    width: 72px;
    height: 34px;
  }
  .reviews-logo-img img:nth-of-type(2) {
    width: 87px;
    height: 34px;
  }
  .reviews-logo-img img:nth-of-type(3) {
    width: 109px;
    height: 34px;
  }
  /* /Banner 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-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 */
  /* 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 */

  /* Letter Detail Section */
  .detail-wrapper {
    flex-direction: column;
  }
  .detail-img {
    max-width: 322px;
    width: 100%;
  }
  .detail-img img {
    width: 100%;
    height: 100%;
  }
  /* /Letter Detail Section */

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

  /* ESA Letter Section */
  .esa-letter-section {
    padding: 30px 0;
  }
  .esa-letter-section .letter-wrapper {
    padding: 30px 20px;
  }
  .esa-letter-section .letter-wrapper h2 {
    max-width: 270px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .esa-letter-section .letter-list ul {
    grid-template-columns: 1fr;
  }
  .esa-letter-section .letter-list ul li {
    font-size: 15px;
    line-height: 22.5px;
  }
  .esa-letter-section .letter-list {
    flex-wrap: nowrap;
    column-gap: 30px;
    margin: 30px 0 32px;
  }
  /* /ESA Letter Section */

  /* Client Section */
  .client-head h2 {
    font-size: 28px;
    line-height: 38.39px;
  }
  .client-video {
    max-width: 360px;
    width: 100%;
  }
  .client-video img:nth-of-type(1) {
    width: 100%;
    height: 202px;
  }
  .video-iframe iframe {
    width: 100%;
    height: 202px;
    border-radius: 15px;
  }
  .video-wrapper {
    max-width: 326px;
  }
  .video-card {
    width: 150px;
    height: 147px;
  }
  .video-card .swiper-img {
    width: 100%;
    height: 100%;
  }
  .swiper-button-next-video {
    width: 37px;
    height: 147px;
    right: -33px;
  }
  /* /Client 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: 208px;
  }
  .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-of-type(2)
    .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;
  }
  .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 */
  /* 
  Training Section
  .training-section {
    padding: 25px 0;
  } */
  .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;
  }
  /* /Training Section */

  /* Choose Section */
  .choose-section {
    padding: 25px 0 0;
    position: relative;
    background: #fffaf5;
  }
  .choose-wrapper h2 {
    font-size: 28px;
    line-height: 38.39px;
    margin-bottom: 25px;
  }
  .choose-list ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .choose-section::before {
    height: 557px;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 85px),
      50% 100%,
      0 calc(100% - 85px)
    );
  }
  /* /Choose Section */

  /* FAQ Section */
  .faq-section {
    padding: 116px 0 41px;
  }
  .faq-head {
    font-size: 28px;
    line-height: 38.39px;
  }
  .faq-card {
    padding: 42px 30px;
  }
  .card-head p {
    max-width: 254px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .card-para {
    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 {
    max-width: 360px;
    height: 320px;
    padding: 25px 25px 44px;
    border-radius: 40px;
  }
  .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 33px 17px 33px;
    font-size: 17px;
    line-height: 22.95px;
    margin: -59px auto 0px;
  }
  .cta-shape {
    width: 242px;
  }
  .cta-wrapper::before {
    background: transparent;
    left: 7.5%;
    transform: rotate(1deg);
    border-bottom-right-radius: 10px;
    bottom: -2px;
  }
  .cta-wrapper::after {
    background: transparent;
    right: 7.5%;
    border-bottom-left-radius: 10px;
    transform: rotate(1deg);
    bottom: -1px;
  }
  /* /Cta Section */
   /* Laws List Section */
    .lawsListSec h2{
              max-width: 338px;
        width: 100%;
        margin: 0 auto;
        font-size: 28px;
        line-height: 150%;
    }
    .lawsWrapper{
        flex-direction: column;
        gap: 15px;
        margin: 35px auto 0;
    }
    .list-head{
        position: relative;
        padding: 7px 13px;
        border: 1px solid #EBEBEB;
        box-shadow: 0px 4px 4px 0px #EBEBEB40;
        border-radius: 4px;
        cursor: pointer;
    }
    .list-head::after{
        content: '';
        position: absolute;
        background-image: url(../../service-pages-cms/images/list-downarrow.svg);
        width: 22px;
        height: 22px;
        top: 10px;
        right: 11px;
    }
    .listWrapper {
        margin-top: 17px;
        display: none;
    }
    /* .list-col.active .listWrapper {
        display: block;
    } */
    .list-head.rotate::after{
        transform: rotate(180deg);
    }
    .listWrapper ul{
        grid-template-columns: 1fr 1fr;

    }
    .list-head p{
        font-size: 16px;
        line-height: 180%;
    }
    .listWrapper ul li a{
        font-size: 14px;
        line-height: 180%;
    }
    /* /Laws List Section */
}
@media screen and (max-width: 390px) {
    .client-video img:nth-of-type(1),.client-mainVideo {
        height: 163px;
    }
    .video-wrapper {
        max-width: 264px;
    }
    .video-card {
        width: 124px;
        height: 124px;
    }
    .swiper-button-next-video::after {
      width: 16px;
      height: 16px;
      background-size: cover;
      left: 50%;
  }
  .swiper-button-next-video {
        width: 30px;
        height: 122px;
        right: -29px;
    }
}
