.covrageAreabannerSec{
    padding: 50px 0 57px;
    background: linear-gradient(90deg, #FAFDFF 27.31%, #F4FFFB 100%);
}
.covrageAreabannerSec h1{
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 15px;
        color: #1C3D5A;
}
.covrageAreabannerSec p{
    font-family: Lato;
font-weight: 500;
font-size: 17px;
line-height: 180%;
letter-spacing: 0%;
text-align: center;
color: #6B6E98;
max-width: 943px;
margin: 0 auto;
}
.coverageAreaSec{
    padding: 90px 0 0;
}
.areaWrap{
    max-width: 1113px;
    width: 100%;
    margin: 0 auto;
    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;
}
.ctaCardsec{
    padding: 100px 0;
}
.ctaCardWrpa{
    border: 2px dashed #8CA9B1;
    border-radius: 16px;
    padding:45px 102px ;
    max-width: 749px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(90deg, #FAFDFF 27.31%, #F4FFFB 100%);
    position: relative;
    z-index: 1;
}
.ctaCardWrpa .ctaHead{
font-family: 'DM Serif Display';
font-weight: 400;
font-style: Regular;
font-size: 30px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
margin-bottom: 15px;
color: #1C3D5A;
}
.ctaCardWrpa .ctaDesc{
    font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
color: #6B6E98;
margin-bottom: 35px;
}
.ctaBtn{
    position: relative;
    font-family: Lato;
font-weight: 700;
font-style: Bold;
font-size: 16px;
display: block;
 
line-height: 135%;
 
background-color: #8CA9B1;
color: #fff;
border-radius: 5px;
max-width: 168px;
width: 100%;
height: 48px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
.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;
}
@media (max-width:575px){
    .covrageAreabannerSec h1{
       font-size: 27px;
       line-height: 150%; 
}
.covrageAreabannerSec p{
        font-size: 15px;
}
.covrageAreabannerSec {
    padding: 30px 0 40px;
}
.coverageAreaSec {
    padding: 40px 0 0px;
}
.areaWrap{
    flex-direction: column;
}
  .ctaCardWrpa{
            padding: 35px 20px;
    }
    .ctaCardWrpa .ctaHead{
        font-size: 23px;
        margin-bottom: 12px;
    }
    .ctaCardWrpa .ctaDesc{
            font-size: 15px;
    margin-bottom: 25px;
    }
    .ctaBtn{
    font-size: 15px;
    max-width: 159px;
    height: 43px;
    }
    .ctaCardsec {
    padding: 50px 0 70px;
}
}