p a{
    text-decoration:none;
}
p a:hover, p a:focus{
    text-decoration:underline;
}
.mod-safe-area {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.h1style {
    display: none;
}
.featureImgArea {
    background:#ddeaf3;
}
.headingTxt {
    width: 700px;
    margin: 10em 0 0 6em;
}
.headingTxt p {
    font-size: 24px;
}
.featureImg img {
    max-width: 800px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.personalH2 {
    font-size: 38px;
    color: #004a7d;
    font-weight: bold;
    margin: 1.75em 1em;
    line-height: 1.2em;
}
.iconflex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 120px;
    margin: 3em 1em;
}
.iconCard {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.iconCard img {
    width: 100px;
    margin: 0 auto;
    max-width: 100px;
}
.iconTxt {
    text-align: center;
    font-family: "Open Sans", serif;
    color: #5698c4;
    font-weight: bold;
    font-size: 24px;
}
.visitFlex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    margin: 0 0 2em 0;
    flex-wrap: wrap;
}
.yellowBtn {
    background: #fae446;
    color: #0b3756;
    text-decoration: none;
    padding: 1em 5em;
    border-radius: 30px;
    font-weight: 600;
    font-size: 20px;
    font-family: "Open Sans", serif;
    display: inline-block;
    text-align: center;
}
.yellowBtn:hover, .yellowBtn:focus {
    color: #0b3756;
    background: #ffcd00;
}
.preferTxt {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 3em 0;
}

#cardArea, #cardArea1 {
    background: #ddeaf3;
}
.svcColo {
    color: #004a7d;
    Font-size: 38px;
    font-weight: bold;
    max-width: 33em;
    margin: 1.75em auto 1em auto;
    padding: 0 1.8em;
}
.carousel-wrapper {
    max-width: 960px;
    margin: auto;
    position: relative;
}
.carousel-container {
    overflow: hidden;
    position: relative;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
}
.quoteCard {
    background: #9ac1db;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25em;
    border-radius: 20px;
    box-sizing: border-box;
    flex: 0 0 calc((100% - 60px) / 3);
}
.imgQuote img {
    width: 50px !important;
}
.quoteTxt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin: 0;
    padding: 0 .5em;
    flex-grow: 1;
}
.quoteName {
    text-align: left;
    margin: 0;
}
.controls {
    justify-content: center;
    display: flex;
    gap: 1em;
    margin: 2em 1em 4em 1em;
}
.controls button {
    color: #fff;
    background: #0b3756;
    padding: 8px;
}

#blueBackground, #blueBackground1 {
    background: #004a7d;
    padding: 0;
    height: 650px;
}
.boostSavings {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 11em;
}
.boostImg1 {
    height: 650px;
}
.boostTxt {
    margin: auto 1em;
    width: 28em;
}
.boostHeading {
    text-align: left;
    font-size: 53px;
    font-weight: 600;
    width: 10em;
    line-height: 1.2em;
    font-family: "Open Sans", serif;
}
.boostUL {
    margin-left: 0;
}
ul {
    list-style-type: none;
    margin-left: 20px;
    padding-left: 0;
}
.boostUL li {
    max-width: 26.1em;
}
ul li {
    width: 100%;
    font-size: 20px;
    padding: .5em 1em .25em 2.25em;
}
.boostUL li::before, .boostUL li:before {
    background: #9ac1db;
    width: 1.3em;
    height: 1.3em;
    top: .75em;
    left: 0;
}
.applyNowBtn {
    background: #fae446;
    color: #0b3756;
    text-decoration: none;
    padding: 1em 5em;
    border-radius: 30px;
    font-weight: 600;
    font-size: 20px;
    font-family: "Open Sans", serif;
    width: 27em;
    display: inline-block;
    text-align: center;
}
.applyNowBtn:hover, .applyNowBtn:focus {
    color: #0b3756;
    background: #ffcd00;
}

#blueBackground1 .iconTxt{
    color:#fff;
}
#blueBackground1{
    height:550px;
}
.download__Heading{
    color:#fff;
    font-size:38px;
    margin-top:3em;
}
#padding, #padding1, #align, #align1, #align2 {
    margin: 0 0 0 8em;
}
#padding {
    padding: 1.5em 2em 0 0;
}
.mod-expanding-trigger::before, .mod-expanding-trigger:before {
    display: none;
}
