.bannerSec{
    padding: 11px 0 68px;
}
.bannerWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bannerContent{
    max-width: 713px;
    width: 100%;
}
.bannerContent h1{
    font-weight: 400;
    font-size: 43px;
    line-height: 150%;
    color: #1C3D5A;
}
.bannerContent p{
    font-size: 16px;
    line-height: 180%;
    margin: 20px 0 55px;
    color: #6B6E98;
}
.bannerBtn{
    padding: 14px 22px;
    background: #8CA9B1;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    color: #FFFFFF;
    border-radius: 5px;
    position: relative;
    transition: all ease .2s;
    display: inline-block;
    max-width: max-content;
}
.bannerBtn:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    background: #DFECEF;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}
.bannerBtn:hover{
    top: 2px;
}
.bannerBtn:hover:after{
    bottom: 0;
}
.personalizedSec{
    padding: 146px 0 100px;
    background: linear-gradient(90deg, #FAFDFF 66.51%, #F4FFFB 100%);
    position: relative;
}
.banner-reviews {
    max-width: 796px;
    width: 100%;
    height: 89px;
    margin: 80px auto 0;
    background: #E9FFF7;
    border: 1px solid #D2FAEC;
    border-radius: 100px;
    padding: 17px 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    position: absolute;
    left: 50%;
    top: -123px;
    transform: translateX(-50%);
}
.reviews-rating {
    max-width: 106px;
    width: 100%;
    height: 48px;
}
.reviews-rating p {
    font-weight: 900;
    font-size: 28px;
    line-height: 100%;
    color: #1C3D5A;
    text-align: center;
    margin-bottom: 2px;
}
.reviews-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.reviews-content p {
    max-width: 338px;
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    color: #656565;
    white-space: nowrap;
}
.writers-profile {
    width: 213px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #E9FFF7;
    background: #8CA9B1;
    text-align: center;
    margin-left: -11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.writers-profile .profile-img:first-child {
    margin-left: 0;
}
.profile-img img{
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.profile-img span {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
}
.personalizedSec h2{
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: #0E145F;
}
.benefitsWrapper{
    max-width: max-content;
    width: 100%;
    margin: 50px auto 0;
}
.benefitsWrapper p{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 135%;
    color: #6B6E98;
}
.faqSec{
    padding: 0px 0 80px;
    /* position: relative;
    overflow: hidden;
    background-image: url(../images/faq-bg2.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    background: linear-gradient(90deg, #F8FCFF 59.49%, rgba(244, 255, 251, 0.5) 100%);
    position: relative;

}
.faqSec::before {
    content: '';
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    height: 202px;
    z-index: 0;
    background: white;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 50% 100%, 0 calc(100% - 200px));
}
.faqSec h2{
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: #1C3D5A;
    font-weight: 400;
    padding-top: 50px;
}
.faqSecWrap.home{
    margin-top: 55px;
}
.faqSecWrap.home .faqCardwrap{
    background: #fff;
    border-color: #DEF1FF;
}
.faqSecWrap.home .faqCardwrap::after {
    border-top: 30px solid #fff;
}
.faqSecWrap.home .card-head p{
    border-color: #DEF1FF;
}
.faqSecWrap.home .faqCardwrap::before{
    border-top-color: #DEF1FF;
}
.faqsBtn{
    padding: 13px 50px;
    border: 1px solid #8CA9B1;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #8CA9B1;
    margin: 71px auto 0;
    display: block;
    max-width: max-content;
}
.faqsBtn:hover{
    background: #8CA9B1;
    color: #fff;
}
.servicesSec{
    padding: 80px 0 0;
    max-width: 922px;
    /* margin: 0 auto -46px; */
    margin: 0 auto 0;
    text-align: center;
}
.servicesSec h2{
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0E145F;
    margin-bottom: 15px;
}
.servicesSec .desc{
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #6B6E98;
    max-width: 694px;
    margin: auto;
}
.service-grid.home{
    gap: 35px;
    margin-top: 50px;
}
.service-grid.home .service-card{
    padding: 24px 11px;
}
.service-grid.home .service-card .serDesc{
    max-width: 203px;
    margin: auto;
}
.servicesSec .faqsBtn{
    margin-top: 45px;
}
.stepsSec{
    padding: 224px 0 0;
    background: url(../images/steps-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.stepsSec h2{
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #0E145F;
}
.stepsSec h3{
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #0E145F;
}
.stepsSec .desc{
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #6B6E98;
    text-align: center;
}
.stepsWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 863px;
    width: 100%;
    margin: 60px auto 40px;
}
.singleStep{
    padding: 30px 26px 49px;
    background: #FFFFFF;
    border: 1px solid #DEF1FF;
    max-width: 419px;
    width: 100%;
    border-radius: 15px;
}
.singleStep:hover{
    border-color: #8CA9B1;
}
.ifText{
    max-width: 295px;
    width: 100%;
    margin: auto;
    padding: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: #0E145F;
    background: #E9FFF7;
}
.stepsDivider{
    display: flex;
    gap: 14px;
}
.stepsDivider{
    margin-top: 40px;
}
.stepsDivider p{
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: #6B6E98;
    padding-top: 6px;
    margin-bottom: 27px;
}
.stepsDivider p:last-child{
    margin-bottom: 0;
}
.stepsDivider p a{
    color: #4AA3DF;
    text-decoration: underline;
}
.stepsDivider p a:hover{
    text-decoration: none;
}
.stepsSec .botDesc{
    margin-top: 40px;   
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #6B6E98;
}
.areasSec{
    padding: 130px 0 0;
}
.areasSec h2{
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: #1C3D5A;
}
.areasWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px auto 45px;
    max-width: 907px;
    width: 100%;
}
.areasWrapper a{
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    color: #1C3D5A;
}
.areasWrapper span{
    color: #DEF1FF;
}
.areasWrapper a svg{
    transition: all ease .3s;
}
.areasWrapper a:hover{
    text-decoration: underline;
}
.areasWrapper a:hover svg{
    transform: translate(5px,-5px);
}
.notSureText{
    padding: 12px 9px;
    background: #F4FFFB;
    border-radius: 5px;
    max-width: 555px;
    width: 100%;
    margin: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #6B6E98;
}
.notSureText a{
    text-decoration: underline;
    color: #4AA3DF;
}
.notSureText a:hover{
    text-decoration: none;
}
.areasSec .faqsBtn{
    margin-top: 50px;
}

/* Review Section */
.review-section{
    padding: 130px 0 0;
    /* position: relative;
    background-color: white;
     z-index: 1; */
}
/* .review-section::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 1500px;
    z-index: 0;
    background: white;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 50% 100%, 0 calc(100% - 200px));
} */
/* .review-header{
    position: relative;
    z-index: 1;
} */
.review-header h2{
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1C3D5A;
    margin-bottom: 15px;
}
.review-header p{
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0%;
    text-align: center;
    color: #6B6E98;
}
.reviews-wrapper{
    max-width: 562px;
    width: 100%;
    margin:71px auto 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
     position: relative;
    z-index: 1;
}
.reviewCard{
    padding:25px  24px 21px;
    max-width: 562px;
    width: 100%;
    /* min-height: 310px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:#F8FCFF;
    position: relative;
    border-radius: 15px;
     border: 1px solid #DEF1FF;
}
.reviewCard::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 50%;
    background: #F8FCFF;
    box-shadow: 4px 5px 0 #fff;
    border-bottom: 2px soild #fff;
    right: 58px;
    transform: rotate(0deg);
    bottom: -1px;
    z-index: 1;
    border: 1px solid #DEF1FF;
        border-top: none;
    border-left: none;
}
.reviewCard::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 50%;
    background: #F8FCFF;
    box-shadow: 4px 5px 0 #fff;
    right: -1px;
    transform: rotate(0deg);
    bottom: 58px;
    z-index: 1;
    border: 1px solid #DEF1FF;
    border-top: none;
    border-left: none;
}
.reviewCard .stars{
padding-bottom: 10px;
}
.reviewCard .title{
    font-family: Lato;
    font-weight: 700;
    font-size: 17px;
    line-height: 180%;
    padding-bottom: 9px;
    color: #1C3D5A;
}
.reviewCard .quote{
font-family: Lato;
font-weight: 500;
font-size: 16px;
line-height: 180%;
color: #6B6E98;
min-height: 87px;
    height: 100%;
    margin-bottom: 33px;
}
.reviewCard .author{
    display: flex;
    gap: 11.53px;
    align-items: center;
}
.reviewCard .author img{
    width: 45px;
    height: 45px;
}
.author-info .name{
font-family: Lato;
font-weight: 500;
font-size: 18px;
line-height: 150%;
color: #1C3D5A;
}
.author-info .location{
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #6B6E98;
}
.quoteIcon{
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 61px;
    height: 62px;
    background: white;
    border-top-left-radius: 35px;
     border: 1px solid #DEF1FF;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.card-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    background: #F2F9FF;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.quoteIcon img{
    position: relative;
    top: 3px;
    left: 1px;
}
.review-cta{
    display: block;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #8CA9B1;
    color: #8CA9B1;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding: 13px 29px 12px 30px;
    border-radius: 5px;
     z-index: 1;
     position: relative;
}
.review-cta:hover {
    background: #8CA9B1;
    color: #fff;
}
/* Review Section */

.ctaSec{
    padding: 50px 90px;
    border: 2px dashed #8CA9B1;
    border-radius: 16px;
    max-width: 750px;
    margin: 100px auto 54px;
}
.ctaSec h2{
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: #1C3D5A;
}
.ctaFeatures{
    margin: 40px auto 50px;
    max-width: max-content;
}
.ctaFeatures p{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #6B6E98;
    margin-bottom: 15px;
}
.ctaBtn{
    padding: 14px 22px;
    background: #8CA9B1;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    color: #FFFFFF;
    border-radius: 5px;
    position: relative;
    transition: all ease .2s;
    display: inline-block;
    max-width: max-content;
}
.ctaBtn:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    background: #DFECEF;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}
.ctaBtn:hover{
    top: 2px;
}
.ctaBtn:hover:after{
    bottom: 0;
}
/* Coverage Areas */
.areaWrap{
    max-width: 1113px;
    width: 100%;
    margin: 45px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
 
.areaHead a{
    position: relative;
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1C3D5A;
    padding-bottom: 12px;
}
.areaHead a:hover{
    text-decoration: underline;
       
}
.areaHead::before{
    content: '';
    width:24px;
        transition: all ease .3s;
    height: 24px;
    display: inline-block;
    background: url('../images/arrow-icon.svg');
    position: relative;
    top: 5px;
    margin-right: 2px;
}
.areaHead:hover::before {
  transform: translate(3px, -3px);
}
.area-list{
    list-style: none;
    padding-left: 28px;
}
.area-list li a{
font-weight: 500;
font-style: Medium;
font-size: 15px;
line-height: 180%;
color: #1C3D5A;
}
.area-list li a:hover{
    text-decoration: underline;
}
.area-list li + li{
    margin-top: 9px;
}
.show-more-btn{
    border: none;
    outline: none;
    background: transparent;
    color: #4989F5;
    text-decoration: underline;
    text-transform: capitalize;
    padding-left: 28px;
    font-family: Lato;
font-weight: 500;
font-size: 15px;
line-height: 180%;
padding-top:6px ;
}
.show-more-btn:hover{
text-decoration: none;
}
/* Coverage Areas End */
.tptwDetailSection {
    padding: 130px 0 100px;
}

.tptwDetailWrapper {
    border-top: 1px solid #DEF1FF;
    border-bottom: 1px solid #DEF1FF;
    position: relative;
}

.tptwDetailContent {
    padding: 40px 56px;
    position: relative;
    max-height: 660px;
    overflow: auto;
}
.tptwDetailContent ul{
        padding-left: 16px;
}
.tptwDetailContent ul li::marker{
    color: #8CA9B1;
}
.tptwDetailContent ul li,
.tptwDetailContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180.5%;
    color: #6B6E98;
    margin-bottom: 18px;
}

.tptwDetailContent p strong {
    font-size: 17px;
    color: #6B6E98;
}

.tptwDetailContent ul li strong {
    color: #1C3D5A;
    font-size: 17px;
}

.tptwDetailContent .tptwDetailH3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 142.5%;
    text-transform: capitalize;
    color: #1C3D5A;
}

.tptwDetailContent h2 {
        font-weight: 400;
    font-size: 35px;
    line-height: 150%;
    letter-spacing: 0%;
 
    color: #1C3D5A;
    margin-bottom: 15px;
}

.tptwDetailContent h2:first-child {
    margin: 14px 0 36px;
}

.tptwDetailContent::-webkit-scrollbar {
    width: 8px;
   
}

.tptwDetailContent::-webkit-scrollbar-track {
    background: #f1f1f1;
     border-radius: 100px;
}

.tptwDetailContent::-webkit-scrollbar-thumb {
    background: #8CA9B1;
     border-radius: 100px;
}
.mapWrapper{
    margin-top: 90px;
}
@media (max-width: 1199px) {
    .faqSec {
        padding: 0px 0 70px;
    }
}
@media (max-width:991px) {
    .bannerWrapper{
        flex-direction: column-reverse;
        gap: 40px;
    }
    .bannerContent{
        text-align: center;
    }
    .bannerContent h1{
        font-size: 28px;
    }
    .bannerContent p{
        font-size: 14px;
        margin: 15px 0 25px;
    }
    .banner-reviews{
        max-width: calc(100% - 30px);
        padding: 17px 30px;
    }
    .bannerSec {
        padding: 11px 0 80px;
    }
    .service-grid.home{
        justify-content: center;
    }
    .ctaSec{
        max-width: calc(100% - 30px);
        padding: 50px;
    }
}
@media (max-width:767px) {
    .reviews-content{
        flex-direction: column;
        gap: 0;
    }
    .banner-reviews{
        height: unset;
    }
    .reviews-content p{
        text-align: center;
    }
    .service-grid.home{
        gap: 35px 15px;
    }
    .service-grid.home .service-card{
        max-width: 265px;
    }
    .stepsWrapper{
        flex-direction: column;
        gap: 30px;
    }
    .areasWrapper{
        flex-wrap: wrap;
        gap: 15px;
    }
    .areasWrapper a{
        min-width: 223px;
        font-size: 16px;
    }
    .hideLater{
        display: none;
    }
    .ctaSec{
        padding: 50px 30px;
    }
    .ctaSec h2{
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .areaWrap{
    flex-direction: column;
}
    .bannerSec {
        padding: 11px 0 90px;
    }
    .banner-reviews {
        max-width: 322px;
        width: 100%;
        flex-wrap: wrap;
        padding: 20px;
        gap: 15px;
        border-radius: 20px;
        height: unset;
    }
    .personalizedSec{
        padding: 230px 0 100px;
    }
    .personalizedSec h2{
        font-size: 26px;
        line-height: 140%;
    }
    .benefitsWrapper p{
        font-size: 15px;
    }
    .benefitsWrapper{
        margin: 30px auto 0;
    }
    .faqSec h2{
        font-size: 26px;
    }
    .faqSec::before{
        height: 104px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 85px), 50% 100%, 0 calc(100% - 85px));
    }
    .faqSecWrap.home .faqCardwrap::after{
        bottom: -21px;
        left: 68px;
        border-left: 26px solid transparent;
        border-right: 26px solid transparent;
    }
    .stepsDivider{
        align-items: flex-start;
    }
    .stepsDivider p{
        padding-top: 15px;
        margin-bottom: 8px;
    }
    .stepsSec h2{
        font-size: 26px;
        line-height: 130%;
    }
    .areasWrapper span{
        display: none;
    }
    .areasSec h2 {
        font-size: 26px;
        line-height: 130%;
    }
    .ctaSec h2 {
        font-size: 26px;
        line-height: 150%;
    }
    .ctaSec {
        margin: 60px auto 54px;
    }
    .reviewCard .title {
        font-size: 16px;
    }
    .reviewCard .quote {
        font-size: 15px;
    }
    .author-info .location {
        font-size: 13px;
    }
    .author-info .name {
        font-size: 16px;
    }
    .review-header h2 {
        font-size: 26px;
        line-height: 130%;
    }
    .reviews-wrapper {
        margin: 50px auto 60px;
    }
    .stepsSec{
        padding: 124px 0 0;
        background-size: auto 40%;
        background-repeat: no-repeat;
        background-position: top;
    }
    .review-section::before {
        height: 1407px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75px), 50% 100%, 0 calc(100% - 73px));
    }
    .servicesSec h2 {
        font-size: 26px;
    }
    .reviews-content p {
        text-align: center;
        white-space: wrap;
    }
    .reviews-content{
        gap: 15px;
    }
.tptwDetailContent{
        padding: 30px 26px;
}
.tptwDetailContent h2 {
 
    font-size: 26px;
}
.tptwDetailContent h2:first-child {
    margin: 14px 0 20px;
}
.tptwDetailContent ul li, .tptwDetailContent p {
    font-size: 15px;
    margin-bottom: 13px;
}
.tptwDetailContent ul li strong{
    font-size: 16px;
}
.tptwDetailContent p strong {
    font-size: 15px;
    color: #6B6E98;
}
.area-list li a {
    font-size: 14px;
}
.areaHead a {
 
    font-size: 16px;
}
.stepsSec h3 {
    font-size: 22px;
    line-height: 150%;
}
}
@media (max-width: 490px){
    .review-section::before {
        height: 1481px;
    }
}