.breadcrumbs {
  margin-bottom: 25px;
}

/* Why Us Banner */
.whyusBanner{
    position: relative;
    background: #f0faf9;
    width: 100%;
    height: 405px;
    padding: 107px 0px 0px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .whyusBanner::before {
    content: '';
    position: absolute;
    background-image: url('../all-states-page/images/pawBefore.svg');
    width: 51px;
    height: 70px;
    left: 0;
    top: 271px;
    bottom: 61px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .whyusBanner::after {
    content: '';
    position: absolute;
    background-image: url('../all-states-page/images/pawAfter.svg');
    width: 57px;
    height: 79px;
    right: 0;
    top: 161px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  
  .whyusBanner .bannerHeading {
    max-width: 913px;
    width: 100%;
    margin: 25px auto -10px;
  }
  .whyusBanner .bannerHeading h1 {
    font-size: 38px;
    font-weight: 400;
    line-height: 57px;
    text-align: center;
    color: #0e145f;
    margin-bottom: 30px;
  }
  
  .whyusBanner .bannerDesc {
    max-width: 742px;
    max-height: 202px;
    background: #ffffff;
    border: 2px dashed #52bab0;
    padding: 57px 48px;
    border-radius: 16px;
    margin: 0px auto;
    bottom: -14px;
    position: relative;
    z-index: 1;
  }
  .whyusBanner .bannerDesc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center;
    color: #6b6e98;
  }
/* Why Us Banner */

/* Content Section */
.content-section {
    padding: 151px 0 33px;
  }
  .content-wrapper {
    max-width: 828px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .content-wrapper h2 {
    font-size: 33px;
    font-weight: 400;
    line-height: 49.5px;
    text-align: center;
    color: #0e145f;
    margin-bottom: 20px;
  }
  
  .content-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: #6b6e98;

  }
  /* /Content Section */
  
  /* Letter Section */
  .letter-section {
    padding: 0px 0 50px;
    background: #f0faf9;
    position: relative;
  }
  .letter-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 129px);
    top: 0;
    background: white;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 50% 100%, 0 calc(100% - 150px));
}
  .letter-wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    background: white;
    border: 2px dashed #52bab0;
    border-radius: 16px;
    padding: 30px 33px;
    position: relative;
    z-index: 1;
  }

  .letter-wrapper p {
    font-size: 17px;
    font-weight: 500;
    line-height: 30.6px;
    text-align: left;
    color: #0E145F;
    margin-bottom: 27px;

  }
  .letter-wrapper p:nth-last-of-type(2) {
    margin-bottom: 0px;
  }
  .letter-wrapper p:nth-last-of-type(1) {
    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-wrapper .letter-list ul li span {
    color: #0e145f;
    font-weight: 700;
    margin-bottom: 13px;
    display: block;
}
.letter-wrapper .letter-list ul li a {
  text-decoration: underline;
  color: #52bab0;

}
.letter-wrapper .letter-list ul li a:hover{
  text-decoration: none;
}
  .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-btn {
    max-width: max-content;
    width: 100%;
    margin: 30px auto 0px;
    display: block;
    padding: 16px 46px 17px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.3px;
    text-align: center;
    background: #52bab0;
    color: white;
    border-radius: 100px;
    border-bottom: 5px solid #45a49b;
    box-shadow: 0px 6px 7.3px 2px #52bab040;
    transition: all 0.5s ease;
    position: relative;
  }
  .letter-btn:hover {
    box-shadow: 0px 3px 4px 1px #52bab040;
    transform: translateY(3px);
  }
  /* /Letter Section */

/* Registry Section */
.registry-section {
    padding: 50px 0 93px;
    background: #FFFAF5;

  }
  .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;
  }
  .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: 16px;
    font-weight: 500;
    line-height: 160%;
    color: #0e145f;
    text-align: left;
    margin-bottom: 25px;
  }
  .regitry-list ul li::before {
    content: '';
    position: absolute;
    background-image: url('../landing-page/images/registry-check-icon.svg');
    width: 32px;
    height: 33px;
    left: 0;
    top: 0px;
  }
  .regitry-list ul li:last-child {
    margin-bottom: 0px;
  }
  .registry-btn {
    max-width: max-content;
    width: 100%;
    margin: 9px auto 0px;
    display: block;
    padding: 16px 46px 17px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.3px;
    text-align: center;
    background: #52bab0;
    color: white;
    border-radius: 100px;
    border-bottom: 5px solid #45a49b;
    box-shadow: 0px 6px 7.3px 2px #52bab040;
    position: relative;
    transition: all 0.5s ease;
  }
  .registry-btn:hover {
    box-shadow: 0px 3px 4px 1px #52bab040;
    transform: translateY(3px);
  }
  /* /Registry Section */
  

/* Choose Section */
.choose-section {
    padding: 60px 0 50px;
  }

  .choose-wrapper {
    max-width: 741px;
    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 {
    max-width: 361px;
    width: 100%;
    margin: 0 auto;
  }
  .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 */



  /* Cta Section */
.cta-section {
    padding: 50px 0 100px;
  }
  .cta-wrapper p:nth-of-type(1) {
    font-family: DM Serif Display;
    font-size: 30px;
    font-weight: 400;
    line-height: 41.13px;
    color: #0e145f;
    margin-bottom: 15px;
}
  .cta-desc {
    max-width: 748px;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 30.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6b6e98;
    margin: 0 auto 80px;
  }
  .cta-wrapper {
    max-width: 815px;
    width: 100%;
    margin: 0 auto;
    border: 2px dashed #52bab0;
    border-radius: 30px;
    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: 30px 65px 108px;
    text-align: center;
    position: relative;
  }
  .cta-shape {
    position: absolute;
    bottom: -2px;
    width: 286px;
    height: 77px;
    background: white;
    border-radius: 40px 40px 0 0;
    border-top: 2px dashed #52bab0;
    border-right: 2px dashed #52bab0;
    border-left: 2px dashed #52bab0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
  .cta-wrapper::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 50%;
    box-shadow: 4px 5px 0 #fff;
    border: 2px dashed #52bab0;
    left: 28.7%;
    border-top: none;
    border-left: none;
    transform: rotate(0deg);
    bottom: -2px;
    z-index: 1;
  }
  .cta-wrapper::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 50%;
    background: #fddbb9;
    box-shadow: -4px 5px 0 #fff;
    border: 2px dashed #52bab0;
    right: 28.6%;
    border-top: none;
    border-right: none;
    transform: rotate(0deg);
    bottom: -2px;
    z-index: 1;
  }
  
  .cta-wrapper p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0e145f;
  }
  .cta-btn {
    max-width: max-content;
    width: 100%;
    margin: -63px auto 0px;
    display: block;
    padding: 16px 33px 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-bottomText{
    max-width: 579px;
    width: 100%;
    margin: 53px auto 0;
  }
  .cta-bottomText p{
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6B6E98;
  }
  .cta-bottomText span{
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 22.95px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;  
    color: #6B6E98;
  }
 
  /* /Cta Section */
@media (max-width: 767px) {
/* Why Us Banner */

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

.whyusBanner .bannerDesc {
    max-width: 500px;
    max-height: 202px;
    background: #ffffff;
    border: 2px dashed #52bab0;
    padding: 37px 38px 38px;
    border-radius: 16px;
    margin: 0px auto;
    bottom: -14px;
    position: relative;
    z-index: 1;
}
.whyusBanner .bannerDesc p {
    font-size: 15px;
}
/* Why Us Banner */


}
@media (max-width: 575px) {
/* Why Us Banner */

    .whyusBanner {
        padding: 95px 0px 0px;
        height: auto;
    }
    .whyusBanner::before,
    .whyusBanner::after {
        display: none;
    }

    .whyusBanner .bannerHeading {
        margin: 30px auto -10px;
    }
    .whyusBanner .bannerHeading h1 {
        font-size: 28px;
        line-height: 42px;
    }
    .whyusBanner .bannerDesc {
        top: 20px;
        padding: 20px 12px;
        margin: 20px 10px 0;
    }
    .whyusBanner::after{
        height: calc(100% - (-50px));
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
    }
/* Why Us Banner */

/* Content Section */
.content-section {
    padding: 80px 0 15px;
  }
  .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;
  }
  .letter-wrapper h2 {
    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 */

/* 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 25px;
    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 {
    padding-left: 41px;
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 14px;
  }
  /* /Registry Section */

  /* Choose Section */
  .choose-section {
    padding: 55px 0 0;
  }
  .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 */


  /* Cta Section */
  .cta-section {
    padding: 50px 0;
}
  .cta-wrapper {
    padding: 25px 25px 95px;
    border-radius: 40px;
    max-width: 360px;
  }
  .cta-wrapper p:nth-of-type(1) {
    font-size: 25px;
    line-height: 34.28px;
    margin-bottom: 10px;
}
  .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 53px 17px;
    font-size: 17px;
    line-height: 22.95px;
    margin: -61px auto 0px;
  }
  .cta-shape {
    width: 268px;
  }
  .cta-wrapper::before {
    background: transparent;
    left: 3.7%;
    transform: rotate(1deg);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 14px;
    bottom: 0px;
  }
  .cta-wrapper::after {
    background: transparent;
    right: 3.7%;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 10px;
    transform: rotate(1deg);
    bottom: 0px;
  }
  .cta-desc {
    font-size: 15px;
  }
  /* /Cta Section */
}