.breadcrumbs {
  margin-bottom: 56px;
}

/* Pricing Banner */
.bannerBar {
  padding: 6px 0;
  background: #F3FBF9;
  max-width: 749px;
  width: 100%;
  margin: 0 auto 35px;
}

.bannerBar p {
  font-weight: 400;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  color: #171B1CE0;
}

.pricingBanner {
  position: relative;
  /* background: #fffaf5; */
  width: 100%;
  padding: 0px 0px 100px;
  /* border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px; */
}

.pricingBanner::before {
  content: '';
  position: absolute;
  background-image: url('../../all-states-page/images/pawBefore.svg');
  width: 51px;
  height: 70px;
  left: 0;
  top: 211px;
  bottom: 173px;
  background-size: contain;
  background-repeat: no-repeat;
}

.pricingBanner::after {
  content: '';
  position: absolute;
  background-image: url('../../all-states-page/images/pawAfter.svg');
  width: 57px;
  height: 79px;
  right: 0;
  top: 141px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.pricingBanner .bannerHeading {
  /* max-width: 923px;
    width: 100%;
    margin: 0px auto; */
}

.pricingBanner .bannerHeading .headingFlex,
#step6Section-1 .bannerHeading .headingFlex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.pricingBanner .bannerHeading .headingFlex img,
#step6Section-1 .bannerHeading .headingFlex img {
  margin-top: 5px;
}

.pricingBanner .bannerHeading h1,
#step6Section-1 .bannerHeading h1 {
  font-size: 35px;
  font-weight: 400;
  line-height: 52.5px;
  text-align: center;
  color: #0e145f;
  margin-bottom: 20px;
}

.pricingBanner .bannerHeading p,
#step6Section-1 .bannerHeading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
  color: #6B6E98;
}

/* Pricing Banner */

/* Payment Section */
.payment-section {
  padding: 0 0 60px;
}

.pricingBanner .selection-desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  color: #0E145F;
  margin: 35px 0 20px;
}

.payment-wrapper {
  max-width: 1035px;
  width: 100%;
  margin: -99px auto 0;
  position: relative;
}

.payment-content {
  max-width: 475px;
  width: 100%;
  border-radius: 5px;
  margin: 50px auto 0;
  border: 1px solid #FFD5C8;
  background: #FFF5F3;
  padding: 10px 12px;
}

.payment-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0%;
  text-align: center;
  color: #6B6E98;
}

.payment-slider-row {
  max-width: 1035px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.payment-card {
  min-width: 325px;
  width: 100%;
  /* min-height: 601px; */
  min-height: 425px;
  height: 100%;
  padding: 28px 20px;
  background: linear-gradient(157.51deg, #FFFFFF 49.45%, #FFF1E3 100%);
  border: 1px solid #FCE9E4;
  border-radius: 10px;
  box-shadow: 4px 8px 11.8px 0px #EADCCDCC;
  transition: all .5s ease-in-out;
}

/* .payment-card:hover{
  transform: scale(1.04);
} */
.payment-card:hover {
  border: 1px solid #FF5B2E;
  transform: scale(1.05);
}

.payment-card p {
  font-size: 18px;
  font-weight: 800;
  line-height: 32.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0E145F;
}

/* .payment-card:hover p{
  background: linear-gradient(90.3deg, #FF5B2E 0.17%, #F5863E 34.28%, #F99936 68.4%, #FEA72F 99.74%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
} */
#housing-letter-psd {
  border: 1px solid #FF5B2E;
  border-radius: 10px;
}

#housing-letter-psd p {
  background: linear-gradient(90.3deg, #FF5B2E 0.17%, #F5863E 34.28%, #F99936 68.4%, #FEA72F 99.74%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-text span {
  display: inline-block;
}

.price-text span:nth-of-type(1) {
  font-size: 18px;
  font-weight: 800;
  line-height: 32.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FF5B2E;
}

.price-text span:nth-of-type(2) {
  font-size: 40px;
  font-weight: 800;
  line-height: 72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FF5B2E;
}

.price-text span:nth-of-type(3) {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0E145F;
  margin-left: 4px;
}

.apply-btn {
  display: block;
  width: 100%;
  padding: 9px 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FF5B2E;
  border: 1px solid #FFDCD1;
  background: white;
  border-radius: 100px;
}

/* .payment-card:hover .apply-btn{
  background: #FF5B2E;
   color: white;
} */
.apply-btn:hover {
  background: #FF5B2E;
  color: white;
}

#housing-letter-psd .apply-btn {
  background: #FF5B2E;
  color: white;
}

.payment-card ul {
  list-style: none;
  margin: 20px 0 32px;
  max-height: 177px;
  height: 100%;
}

.payment-card ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6B6E98;
  position: relative;
  margin-bottom: 16px;
  padding-left: 29px;
}

.payment-card ul li:last-child {
  margin-bottom: 0;
}

.payment-card ul li::before {
  content: '';
  position: absolute;
  background-image: url('../images/check-icon.svg');
  width: 15px;
  height: 15px;
  top: 3px;
  left: 0;
}

.click-btn {
  display: block;
  margin: 20px 0 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;

  color: #6B6E98;


}

.click-btn:hover {
  color: #FF5B2E;
}

/* /Payment Section */

/* Logos First Section */
.logosfirst-section {
  padding: 60px 0;
}

.logosfirst-section .logos-wrapper {
  display: flex;
  justify-content: center;
  gap: 65px;
}

.logosfirst-section .logos-card {
  max-width: 290px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.logosfirst-img {
  max-width: 244px;
  width: 100%;
  margin: 0 auto;
  height: 127px;
  text-align: center;
}

.logosfirst-section .logo-content {
  margin-top: 37px;
}

.logosfirst-section .logo-content p {
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  color: #6B6E98;
}

/* /Logos First Section */

/* Compare Section */
.compare-section {
  padding: 60px 0 76px;
  background: #FFFAF5;
  position: relative;
}

.compare-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 587px);
  top: 0;
  background: white;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 50% 100%, 0 calc(100% - 150px));
}

.compare-wrapper {
  max-width: 846px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.true-col,
.false-col {
  max-width: 391px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #FCE9E4;
  padding: 30px;
  background: #FFFFFF;

}

.col-head {
  max-width: 259px;
  width: 100%;
  margin: 0 auto 32px;
  position: relative;
  z-index: 2;
}

.col-head p {

  padding: 8px 0;
  color: white;
  border-radius: 5px;
  background: #FF5B2E;
  font-size: 18px;
  font-weight: 700;
  line-height: 32.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.col-head::before {
  content: '';
  position: absolute;
  width: 259px;
  height: 48px;
  background: #E6E6E6;
  left: 0;
  bottom: -4px;
  z-index: -1;
  border-radius: 5px;

}

.true-col ul,
.false-col ul {
  list-style: none;
}

.true-col ul li,
.false-col ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6B6E98;
  position: relative;
  margin-bottom: 16px;
  padding-left: 29px;
}

.true-col ul li:last-child,
.false-col ul li:last-child {
  margin-bottom: 0px;
}

.true-col ul li::before {
  content: '';
  position: absolute;
  background-image: url('../images/check-icon.svg');
  width: 15px;
  height: 15px;
  top: 3px;
  left: 0;
}

.false-col ul li::before {
  content: '';
  position: absolute;
  background-image: url('../images/cross-check-icon.svg');
  width: 15px;
  height: 15px;
  top: 3px;
  left: 0;
}

.vs-shape {
  position: absolute;
  width: 102px;
  height: 102px;
  border: 9px solid #FFE7E0;
  border-radius: 50%;
  background: #FFD5C9;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vs-shape span {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FF5B2E;
}

/* /Compare Section */

/* Letter Section */
.letter-section {
  padding: 100px 0;
}

.letter-wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background: white;
  border: 2px dashed #e86c46;
  border-radius: 16px;
  padding: 40px 33px;
}

.letter-wrapper h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 41.13px;
  text-align: left;
  color: #0e145f;
  margin-bottom: 14px;
}

.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-of-type(2) {
  font-size: 17px;
  font-weight: 700;
  line-height: 30.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0E145F;
  margin-top: 20px;
}

.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('../../../landing-page/images/list-arrow-right.svg');
  width: 14px;
  height: 14px;
  left: 0;
  top: 5px;
  bottom: 5px;
}

.letter-list ul li:last-child {
  margin-bottom: 0;
}

.letter-wrapper .letter-list:nth-of-type(2) {
  margin-bottom: 0;
}

/* /Letter Section */

/* FAQ Section */
.faq-section {
  padding: 50px 0;
}

.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: 60px auto 0;
}

.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 40px;
}

.faq-list .faq-desc:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0E145F;
  margin: 80px 0 15px;
}

.faq-list .faq-desc:nth-of-type(2) {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6B6E98;
}

.faq-card {
  background: #ffefd9;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  margin-bottom: 60px;
  padding: 45px 66px 0px;
}

.faq-card:hover {
  background: #ffe7c6;
}

.faq-card:hover .card-head p {
  color: #ff5b2e;
}

.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 #fff;
  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: 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: #ff5b2e;
}

.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 #edd3b0;
}

.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 a {
  text-decoration: underline;
  color: #0e145f;
}

.card-para p a:hover {
  text-decoration: none;

}

.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 */

/* Logos Section */
.logos-section {
  padding: 70px 0;
  background: #FFFAF5;
}

.logos-wrapper {
  /* max-width: 908px;
  width: 100%; */
  display: flex;
  justify-content: center;
  gap: 130px;
}

.logos-card {
  max-width: 216px;
  width: 100%;

}

.logo-content {
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.logo-content span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6B6E98;
}

/* /Logos Section */

/* Reviews Section */
.review-section {
  padding: 127px 0 40px;
}

.banner-reviews {
  max-width: 1035px;
  width: 100%;
  margin: 0px auto 0px;
  border-radius: 15px;
  border: 1px dashed #e86c46;
  padding: 0px 51px 50px;
  background: #FFFAF5;

}

.reviews-wrapper {
  max-width: 501px;
  width: 100%;
  margin: -25px auto 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 43px;
  background: #fff1e1;
  padding: 7px 10px 8px 16px;

}

.reviews-wrapper p {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.6px;
  color: #0e145f;
}

.review-info {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #6b6e98;
  margin-bottom: 24px;
  text-align: center;
}

.review-info span {
  font-weight: 700;
  color: #0e145f;
}

.reviews-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 65px;
}

.video-wrapper {
  max-width: 868px;
  width: 100%;
  position: relative;
}

.video-card {
  position: relative;
}

.video-card a {
  display: block;
  max-width: 202px;
  width: 100%;
  height: 199px;
}


.play-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  padding: 13px 12px 14px 17px;
  background: #db2b42b2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play-btn::before {
  content: '';
  position: absolute;
  background-image: url('../images/play-button-icon.svg');
  background-repeat: no-repeat;
  width: 19px;
  height: 21px;
  top: 47%;
  left: 54%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}

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

.videoSwipper {
  position: relative !important;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  padding: 33px 0px 0px !important;
}

.swiper-button-next-video {
  width: 55px;
  height: 199px;
  border-radius: 100px;
  transition: all ease 0.1s;
  bottom: 0;
  right: -59px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background: #ff9575;
}

.swiper-button-next-video:hover {
  background: #ff5b2e;
}

.swiper-button-next-video::after {
  content: '';
  position: absolute;
  background-image: url('../images/swiper-right-icon.svg');
  width: 25px;
  height: 25px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.video-wrapper.firstSlide .swiper-button-next-video::after {
  transform: rotate(180deg) translate(48%, 41%);
}

.fancybox__backdrop {
  background: rgba(30, 30, 30, .9) !important;
}

/* /Reviews 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: 60px 66px 115px;
  text-align: center;
  position: relative;
}

.cta-shape {
  position: absolute;
  bottom: -2px;
  width: 292px;
  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: transparent;
  box-shadow: 4px 5px 0 #fff;
  border: 2px dashed #e86c46;
  left: 28.3%;
  border-top: none;
  border-left: none;
  transform: rotate(-1deg);
  bottom: -2px;
  z-index: 1;
}

.cta-wrapper::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-bottom-left-radius: 50%;
  background: transparent;
  box-shadow: -4px 5px 0 #fff;
  border: 2px dashed #e86c46;
  right: 28.2%;
  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;
  color: #0e145f;
}

.cta-wrapper p:nth-of-type(1) {
  font-family: DM Serif Display;
  font-size: 28px;
  font-weight: 400;
  line-height: 41.13px;
  color: #0e145f;
  margin-bottom: 15px;
}

.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: #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;
}

.cta-btn:hover {
  box-shadow: 0px 3px 4px 1px #ff5b2e40;
  transform: translateY(3px);
}



.disabledCard {
  filter: grayscale(1);
}

.disabledCard .apply-btn {
  pointer-events: none;
  cursor: not-allowed;
}

#ESAPSD-Card .payment-card {
  position: relative;
  border: 1px solid #FF5B2E
}

#ESAPSD-Card .payment-card::before {
  content: url('../images/most_popular.svg');
  position: absolute;
  right: -4px;
  top: -2px;
}

.letterQualifyContainer {
  padding: 40px 87px;
  text-align: center;
  max-width: 720px;
  margin: 50px auto 30px;
  border: 2px #e86c46;
  border-radius: 16px;
  border-style: dashed;
  background-color: #fff;
}

.letterQualifyContainer.esaPSDCont {
  padding: 40px 30px;
  text-align: left;
  max-width: 784px;
}

.letterQualifyContainer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #6B6E98;
  margin-bottom: 30px;
}

.letterQualifyContainer ul {
  list-style: none;

}

.letterQualifyContainer ul li {
  position: relative;
  color: #6B6E98;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  padding-left: 28px;
  text-align: left;
  margin-bottom: 25px;
}

.letterQualifyContainer ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: url(../../../assessment-page/images/green_tick_li.svg);
  width: 16px;
  height: 16px;
}

.letterQualifyContainer .gridUl {
  width: 100%;
  display: grid;
  justify-content: center;

  column-gap: 40px;
}

.letterQualifyContainer.esaPSDCont .gridUl {
  grid-template-columns: 1fr 1fr;
}


/* /Cta Section */
@media (max-width: 767px) {
  /* Pricing Banner */

  .pricingBanner .bannerHeading h1 {
    font-size: 32px;
    line-height: 38.39px;
  }

  /* Pricing Banner */

  /* Payment Section */
  .payment-wrapper {
    margin: -77px auto 0;
  }

  .payment-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .swiper-pagination-payment .swiper-pagination-bullet-active {
    background: #ff5b2e !important;
    width: 28px !important;
    height: 9px !important;
    position: relative;
    border-radius: 100px !important;
  }

  .swiper-pagination-payment .swiper-pagination-bullet {
    background: #fde3c5;
    opacity: unset;
    width: 9px;
    height: 9px;
  }

  .swiper-pagination-payment {
    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;
  }

  .payment-slider-row {
    max-width: unset;
    padding: 0 0px 45px;
    gap: 0;
  }

  /* /Payment Section */

  /* Logos First Section */
  .logosfirst-section {
    padding: 30px 0 50px;
  }

  .logosfirst-section .logos-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .logosfirst-section .logo-content p {
    font-size: 14px;
  }

  /* /Logos First Section */

  /* Compare Section */
  .compare-section {
    padding: 50px 0;
  }

  .compare-wrapper {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .compare-section::after {
    height: calc(100% - 1115px);

  }

  .vs-shape {
    top: 55%;
    width: 80px;
    height: 80px;
  }

  .col-head p {
    font-size: 17px;
  }

  .vs-shape span {
    font-size: 22px;
  }

  /* /Compare Section */

  /* Logos Section */
  .logos-section {
    padding: 50px 0;
  }

  .logos-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .logo-content {
    margin-top: 20px;
    gap: 10px;
  }

  .logos-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .logos-img {
    width: 80%;
  }

  .logosfirst-img {
    height: unset;
  }

  .logos-wrapper .logos-card:nth-of-type(1) .logosfirst-img img {
    width: 67%;
  }

  .logos-wrapper .logos-card:nth-of-type(2) .logosfirst-img img {
    width: 70%;
    height: 70%;
  }

  .logos-wrapper .logos-card:nth-of-type(3) .logosfirst-img img {
    width: 50%;
    height: 50%;
  }

  /* /Logos Section */

  /* FAQ Section */
  .faq-section {
    padding: 50px 0 100px;
  }

  /* FAQ Section */

}

@media (max-width: 575px) {
  .review-section {
    padding-bottom: 100px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  /* Pricing Banner */

  .pricingBanner {
    padding: 0px 0px 130px;
    height: auto;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .bannerBar {
    padding: 11px 15px;
  }

  .pricingBanner::before,
  .pricingBanner::after {
    display: none;
  }

  .pricingBanner .bannerHeading p,
  #step6Section-1 .bannerHeading p {
    font-size: 15px;
  }

  .pricingBanner .bannerHeading {
    margin: 30px auto -10px;
  }

  .pricingBanner .bannerHeading h1,
  #step6Section-1 .bannerHeading h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .pricingBanner::after {
    height: calc(100% - (-50px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
  }

  .letterQualifyContainer.esaPSDCont {
    padding: 20px 20px;
  }

  .payment-card {
    max-width: 316px;
    min-height: 464px;
  }

  #housing-letter-psd {
    border: none;
    border-radius: none;
  }

  .payment-card.active {
    border: 1px solid #FF5B2E;
    border-radius: 10px;
  }

  .pricingBanner .bannerHeading .headingFlex,
  #step6Section-1 .bannerHeading .headingFlex {
    gap: 2px;
  }

  .headingFlex img {
    width: 40px;
    height: 35px;
  }

  .letterQualifyContainer {
    padding: 15px 20px;
    margin: 30px auto 10px;
  }

  .letterQualifyContainer p {
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;
  }

  .letterQualifyContainer ul li {
    font-size: 14px;
    line-height: 100%;
    padding-left: 28px;
    margin-bottom: 15px;
  }

  .letterQualifyContainer ul li::before {
    width: 14px;
    height: 14px;
  }

  .letterQualifyContainer.esaPSDCont .gridUl {
    grid-template-columns: 1fr;
  }

  /* Pricing Banner */

  /* Letter Section */
  .letter-section {
    padding: 50px 0 50px;
  }

  .letter-wrapper {
    padding: 30px 20px;
  }

  .letter-wrapper h2 {
    font-size: 21px;
    line-height: 38.39px;
  }

  .letter-wrapper p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .letter-list ul li {
    font-size: 14px;
    line-height: 22.5px;
  }

  .letter-wrapper p:nth-of-type(2) {
    font-size: 15px;
  }

  /* /Letter Section */

  /* FAQ Section */
  .faq-section {
    padding: 30px 0 50px;
  }

  .faq-wrapper {
    margin: 50px auto 0;
  }

  .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::before {
    left: 34px;
  }

  .faq-card::after {
    left: 34px;
  }

  .faq-list .faq-desc:nth-of-type(1) {
    font-size: 19px;
  }

  .faq-list .faq-desc:nth-of-type(2) {
    font-size: 14px;
  }


  /* /FAQ Section */

  /* Reviews Section */
  .review-section {
    padding: 50px 0 40px;
  }

  .banner-reviews {
    max-width: 360px;
    margin: 50px auto 0px;
    padding: 0px 14px 25px;
  }

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

  .video-wrapper {
    max-width: 290px;
  }

  .video-card {
    width: 135px;
    height: 135px;
  }

  .video-card a {
    max-width: 135px;
    width: 100%;
    height: 135px;
  }

  .video-card img {
    width: 100%;
    height: 100%;
  }

  .play-btn {
    width: 40px;
    height: 40px;
  }

  .play-btn::before {
    background-image: url('../images/play-btn-mob.svg');
    background-repeat: no-repeat;
    width: 13.8px;
    height: 14.7px;
  }

  .swiper-button-next-video {
    width: 37px;
    height: 135px;
    right: -39px;
  }

  .swiper-button-next-video::after {
    background-image: url(../../../landing-page/images/swiper-right-icon.svg);
    width: 20px;
    height: 20px;
  }

  @keyframes pulseAnimation {
    0% {
      box-shadow: 0 0 0 0 #b00000;
    }

    100% {
      box-shadow: 0 0 0 12px transparent;
    }
  }

  /* /Reviews Section */

  /* Cta Section */
  .cta-section {
    padding: 50px 0 80px;
  }

  .cta-wrapper {
    max-width: 360px;
    padding: 25px 25px 110px;
    border-radius: 40px;
  }

  .cta-wrapper p {
    font-size: 14px;
    line-height: 25.2px;
    margin-top: 0px;
  }

  .cta-btn {
    font-size: 16px;
    line-height: 21.6px;
    padding: 17px 14px;
    margin: -60px auto 0px;
  }

  .cta-shape {
    width: 256px;
    height: 76px;
  }

  .cta-wrapper::before {
    background: transparent;
    left: 5.4%;
    transform: rotate(3deg);
    border-bottom-right-radius: 10px;
    bottom: 0px;
  }

  .cta-wrapper::after {
    background: transparent;
    right: 5.5%;
    transform: rotate(-3deg);
    border-bottom-left-radius: 10px;
    bottom: 2px;
  }

  .cta-wrapper p:nth-of-type(1) {
    font-size: 24px;
    line-height: 34.28px;
    margin-bottom: 10px;
  }

}
  /* /Cta Section */


  @media (max-width: 414px) {
    .vs-shape {
      top: 54%;
      width: 80px;
      height: 80px;
    }
  }

  @media (max-width: 390px) {
    .vs-shape {
      top: 55%;
      width: 80px;
      height: 80px;
    }
  }

  @media (max-width: 375px) {
    .vs-shape {
      top: 53%;
      width: 80px;
      height: 80px;
    }
  }

  /* Confetti Animation - Simplified for JS control */
  .confetti-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
  }

  /* /Confetti Animation */