.breadcrumbs {
    margin-bottom: 56px;
  }
  
/* Pricing Banner */
.pricingBanner{
    position: relative;
    background: #f0faf9;
    width: 100%;
    padding: 107px 0px 164px;
    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 h1 {
    font-size: 35px;
    font-weight: 400;
    line-height: 52.5px;
    text-align: center;
    color: #0e145f;
    margin-bottom: 20px;
  }
  .pricingBanner .bannerHeading 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;
  } 
  
/* Pricing Banner */

/* Payment Section */
.payment-section{
  padding: 0 0 60px;
}
.payment-wrapper{
  max-width: 1035px;
  width: 100%;
  margin: -99px auto 0;
  position: relative;
}
.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: 437px;
  height: 100%;
  padding: 28px 20px;
  background: linear-gradient(157.51deg, #FFFFFF 49.45%, #e8f5f3 100%);
  border: 1px solid #d4ede9;
  border-radius: 10px;
  box-shadow: 4px 8px 11.8px 0px #c0e8e4cc;
  transition: all .5s ease-in-out;
  position: relative;
}
.payment-card.active::before {
    content: url(../../assessment-page/order-page-pricing/images/most_popular.svg);
    position: absolute;
    right: -5px;
    top: -5px;
}
/* .payment-card:hover{
  transform: scale(1.04);
} */
.payment-card:hover{
  border: 1px solid #52bab0;
  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, #52bab0 0.17%, #45a49b 34.28%, #3d9690 68.4%, #359086 99.74%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
} */
#housing-letter-psd{
   border: 1px solid #52bab0;
   border-radius: 10px;
}
#housing-letter-psd p{
  background: linear-gradient(90.3deg, #52bab0 0.17%, #45a49b 34.28%, #3d9690 68.4%, #359086 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: #52bab0;
}
.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: #52bab0;
}
.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%;
  margin: 20px 0 30px;
  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: #52bab0;
  border: 1px solid #c0e8e4;
  background: white;
  border-radius: 100px;
}
/* .payment-card:hover .apply-btn{
  background: #52bab0;
   color: white;
} */
.apply-btn:hover{
  background: #52bab0;
   color: white;
}
#housing-letter-psd .apply-btn{
  background: #52bab0;
  color: white;
}
.payment-card ul{
  list-style: none;
  padding-bottom: 30px;
}
.payment-card ul li{
  font-size: 14px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6B6E98;
  position: relative;
  margin-bottom: 17px;
  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: #52bab0;
}
/* /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: #f0faf9;
  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 #d4ede9;
  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: #52bab0;
  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 #d4ede9;
  border-radius: 50%;
  background: #c0e8e4;
  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: #52bab0;
}
/* /Compare Section */

/* Letter Section */
.letter-section {
    padding: 100px 0;
  }
  .letter-wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    background: white;
    border: 2px dashed #52bab0;
    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: #e0f4f2;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    margin-bottom: 60px;
    padding: 45px 66px 0px;
  }
  .faq-card:hover {
    background: #d4ede9;
  }
  .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 #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 #e0f4f2;
    border-right: 29px solid transparent;
    border-left: 29px solid transparent;
  }
  .faq-card:hover::after {
    border-top: 30px solid #d4ede9;
  }
  .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: #52bab0;
    transition: all 0.5s ease;
  }
  .card-head.rotate {
    padding-bottom: 15px;
    border-bottom: 1px solid #a8d8d3;
  }
  .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: #f0faf9;
}
.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 #52bab0;
  padding: 0px 51px 50px;
  background: #f0faf9;

}
.reviews-wrapper {
  max-width: 501px;
  width: 100%;
  margin: -25px auto 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 43px;
  background: #e8f5f3;
  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: #52bab0;
}
.swiper-button-next-video:hover {
  background: #52bab0;
}

.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 #52bab0;
    border-radius: 16px;
    background: linear-gradient(90.46deg,
    rgba(82, 186, 176, 0.25) 0.09%,
    rgba(82, 186, 176, 0.35) 34.6%,
    rgba(82, 186, 176, 0.45) 69.12%,
    rgba(82, 186, 176, 0.55) 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 #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%;
    background: transparent;
    box-shadow: 4px 5px 0 #fff;
    border: 2px dashed #52bab0;
    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 #52bab0;
    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: #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 (max-width: 767px) {
  /* Pricing Banner */

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

  /* Pricing Banner */
  
  /* Payment Section */
  .payment-section {
    padding: 0 0 40px;
  }
  .payment-wrapper {
    margin: -77px auto 0;
    overflow: visible;
  }
  .payment-slider-row {
    max-width: 1035px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px !important;
    flex-direction: column;
  }
  .payment-slider-item {
    width: 100% !important;
    max-width: 340px !important;
    flex: none !important;
  }
  .payment-card {
    min-width: unset !important;
    width: 100% !important;
    min-height: auto !important;
    max-width: 100% !important;
  }
  .payment-card:hover {
    transform: none;
  }
  #housing-letter-psd {
    border: 1px solid #52bab0;
    border-radius: 10px;
  }
  .payment-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .swiper-pagination-payment .swiper-pagination-bullet-active {
    background: #52bab0 !important;
    width: 28px !important;
    height: 9px !important;
    position: relative;
    border-radius: 100px !important;
  }
  .swiper-pagination-payment .swiper-pagination-bullet {
    background: #d4ede9;
    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 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: 54.5%;
    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) {
  .breadcrumbs {
    margin-bottom: 30px;
}
    /* Pricing Banner */
    
    .pricingBanner {
        padding: 95px 0px 130px;
        height: auto;
        border-bottom-left-radius: 40px;
      border-bottom-right-radius: 40px;
    }
    .pricingBanner::before,
    .pricingBanner::after {
        display: none;
    }
    .pricingBanner .bannerHeading p {
      font-size: 15px;
  }
    .pricingBanner .bannerHeading {
        margin: 30px auto -10px;
    }
    .pricingBanner .bannerHeading h1 {
        font-size: 28px;
        line-height: 42px;
        gap: 0;
    }
    
    .pricingBanner::after{
        height: calc(100% - (-50px));
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
    }
    .payment-slider-row {
    padding: 20px 10px 30px !important;
  }
  .payment-slider-item {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .payment-card {
    max-width: 100% !important;
    min-width: unset !important;
    min-height: auto !important;
    padding: 25px 20px;
  }
  #housing-letter-psd {
    border: 1px solid #52bab0;
    border-radius: 10px;
  }
  .payment-card.active {
    border: 1px solid #52bab0;
    border-radius: 10px;
  }
  .payment-card:hover {
    border: 1px solid #52bab0;
    transform: none;
  }
    /* 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 */
}

/* Tablet Responsive - 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Pricing Banner */
  .pricingBanner {
    padding: 80px 0px 140px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .pricingBanner::before,
  .pricingBanner::after {
    display: none;
  }
  .pricingBanner .bannerHeading h1 {
    font-size: 32px;
    line-height: 45px;
  }

  /* Payment Section */
  .payment-wrapper {
    margin: -80px auto 0;
  }
  .payment-slider-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .payment-slider-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .payment-slider-item:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .payment-card {
    min-width: unset;
    min-height: 420px;
  }

  /* Logos First Section */
  .logosfirst-section .logos-wrapper {
    gap: 30px;
  }
  .logosfirst-section .logos-card {
    max-width: 220px;
  }

  /* Compare Section */
  .compare-wrapper {
    max-width: 100%;
    gap: 30px;
  }
  .true-col, .false-col {
    max-width: 340px;
    padding: 25px;
  }
  .vs-shape {
    width: 80px;
    height: 80px;
  }
  .vs-shape span {
    font-size: 20px;
  }
  .compare-section::after {
    height: calc(100% - 500px);
  }

  /* Letter Section */
  .letter-section {
    padding: 70px 0;
  }
  .letter-wrapper {
    padding: 35px 25px;
  }
  .letter-wrapper h2 {
    font-size: 26px;
    line-height: 36px;
  }

  /* Logos Section */
  .logos-wrapper {
    gap: 60px;
  }

  /* Reviews Section */
  .review-section {
    padding: 100px 0 40px;
  }
  .banner-reviews {
    max-width: 100%;
    padding: 0px 30px 40px;
  }
  .video-wrapper {
    max-width: 100%;
  }
  .swiper-button-next-video {
    right: -45px;
    width: 45px;
  }

  /* FAQ Section */
  .faq-head {
    font-size: 30px;
    line-height: 42px;
  }
  .faq-card {
    padding: 40px 40px 0;
  }

  /* Cta Section */
  .cta-wrapper {
    max-width: 700px;
    padding: 50px 50px 100px;
  }
  .cta-wrapper p:nth-of-type(1) {
    font-size: 24px;
    line-height: 35px;
  }
}

/* Small Tablet - 576px to 767px */
@media (min-width: 576px) and (max-width: 767px) {
  /* Pricing Banner */
  .pricingBanner {
    padding: 80px 0px 130px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .pricingBanner::before,
  .pricingBanner::after {
    display: none;
  }
  .pricingBanner .bannerHeading h1 {
    font-size: 28px;
    line-height: 40px;
  }

  /* Payment Section */
  .payment-wrapper {
    margin: -70px auto 0;
  }
  .payment-slider-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
  }
  .payment-slider-item {
    width: 100%;
    max-width: 340px;
  }
  .payment-card {
    min-width: unset;
    min-height: auto;
  }
  .payment-card:hover {
    transform: none;
  }
  #housing-letter-psd {
    border: 1px solid #52bab0;
    border-radius: 10px;
  }

  /* Logos First Section */
  .logosfirst-section {
    padding: 40px 0;
  }
  .logosfirst-section .logos-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .logosfirst-section .logos-card {
    max-width: 280px;
  }
  .logosfirst-img {
    height: auto;
  }

  /* Compare Section */
  .compare-section {
    padding: 50px 0;
  }
  .compare-section::after {
    height: calc(100% - 950px);
  }
  .compare-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .true-col, .false-col {
    max-width: 400px;
  }
  .vs-shape {
    top: 50%;
    width: 70px;
    height: 70px;
  }
  .vs-shape span {
    font-size: 18px;
  }

  /* Letter Section */
  .letter-section {
    padding: 50px 0;
  }
  .letter-wrapper {
    padding: 30px 25px;
  }
  .letter-wrapper h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .letter-wrapper p {
    font-size: 15px;
    line-height: 26px;
  }

  /* Logos Section */
  .logos-section {
    padding: 50px 0;
  }
  .logos-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .logos-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Reviews Section */
  .review-section {
    padding: 70px 0 40px;
  }
  .banner-reviews {
    max-width: 500px;
    padding: 0px 25px 35px;
  }
  .reviews-wrapper {
    max-width: 450px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .video-wrapper {
    max-width: 400px;
  }
  .video-card a {
    max-width: 180px;
    height: 175px;
  }
  .swiper-button-next-video {
    width: 45px;
    height: 175px;
    right: -50px;
  }

  /* FAQ Section */
  .faq-section {
    padding: 40px 0;
  }
  .faq-head {
    font-size: 28px;
    line-height: 38px;
  }
  .faq-wrapper {
    margin: 40px auto 0;
  }
  .faq-card {
    padding: 40px 35px 0;
  }

  /* Cta Section */
  .cta-section {
    padding: 50px 0 80px;
  }
  .cta-wrapper {
    max-width: 500px;
    padding: 40px 35px 100px;
  }
  .cta-wrapper p:nth-of-type(1) {
    font-size: 22px;
    line-height: 32px;
  }
  .cta-shape {
    width: 250px;
  }
  .cta-wrapper::before {
    left: 20%;
  }
  .cta-wrapper::after {
    right: 20%;
  }
}

/* Extra Small Devices - below 400px */
@media (max-width: 400px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Pricing Banner */
  .pricingBanner .bannerHeading h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .pricingBanner .bannerHeading p {
    font-size: 14px;
    line-height: 24px;
  }

  /* Payment Section */
  .payment-card {
    max-width: 100%;
    min-width: unset;
    padding: 25px 15px;
  }
  .payment-card p {
    font-size: 16px;
    line-height: 28px;
  }
  .price-text span:nth-of-type(2) {
    font-size: 32px;
    line-height: 56px;
  }
  .payment-card ul li {
    font-size: 13px;
    line-height: 18px;
    padding-left: 24px;
  }

  /* Compare Section */
  .true-col, .false-col {
    padding: 20px 15px;
  }
  .col-head {
    max-width: 100%;
  }
  .col-head p {
    font-size: 15px;
    padding: 6px 0;
  }
  .col-head::before {
    width: 100%;
  }
  .true-col ul li, .false-col ul li {
    font-size: 13px;
    line-height: 19px;
    padding-left: 24px;
  }
  .vs-shape {
    width: 65px;
    height: 65px;
    border-width: 6px;
  }
  .vs-shape span {
    font-size: 18px;
  }

  /* Letter Section */
  .letter-wrapper {
    padding: 25px 15px;
  }
  .letter-wrapper h2 {
    font-size: 19px;
    line-height: 30px;
  }
  .letter-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
  .letter-list ul li {
    font-size: 13px;
    line-height: 20px;
    padding-left: 22px;
  }

  /* Reviews Section */
  .banner-reviews {
    max-width: 100%;
    padding: 0px 10px 20px;
  }
  .reviews-wrapper {
    max-width: 100%;
    padding: 8px 10px;
  }
  .reviews-wrapper p {
    font-size: 13px;
  }
  .video-wrapper {
    max-width: 240px;
  }
  .video-card a {
    max-width: 115px;
    height: 115px;
  }
  .swiper-button-next-video {
    width: 32px;
    height: 115px;
    right: -34px;
  }

  /* FAQ Section */
  .faq-head {
    font-size: 24px;
    line-height: 34px;
  }
  .faq-card {
    padding: 35px 20px 0;
  }
  .faq-card::before,
  .faq-card::after {
    left: 24px;
  }
  .card-head p {
    font-size: 15px;
    line-height: 22px;
    max-width: 220px;
  }
  .card-para p {
    font-size: 14px;
    line-height: 24px;
  }

  /* Cta Section */
  .cta-wrapper {
    max-width: 100%;
    padding: 20px 15px 100px;
    border-radius: 30px;
  }
  .cta-wrapper p:nth-of-type(1) {
    font-size: 20px;
    line-height: 30px;
  }
  .cta-wrapper p {
    font-size: 13px;
    line-height: 22px;
  }
  .cta-btn {
    font-size: 14px;
    padding: 14px 12px;
  }
  .cta-shape {
    width: 220px;
    height: 70px;
  }
  .cta-wrapper::before {
    left: 2%;
  }
  .cta-wrapper::after {
    right: 2%;
  }
}