section.top-header.sec1 {
    background-image: url(../assets/bank-bg1.jpg);
    padding-bottom: 9rem;
    color: #fff;
}
.sec1 h1 {
    margin-bottom: 1.5rem;
}

.sec2, .sec3, .sec4, .sec6, .sec7, .sec8, .sec8b,.sec9, .sec10, .sec11, .sec12 {
    padding: 7rem 0;
}

p {
    line-height: 1.4em;
}

p:not(:last-of-type) {
    margin-bottom: 2rem;
}
p {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 2rem;
}

ul li:not(:last-child) {
    margin-bottom: 1rem;
}

.ctext-right .col-md-7 {
    padding-left: 5rem;
}

.ctext-left .col-md-7 {
    padding-right: 5rem;
}

.sec3 {
    background: #FEF0E1;
}

.sec5 {
    padding: 2.7rem 0 8rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/base.jpg);
    background-position: top center;
}
.sec5 .inner-sec {
    border-radius: 10px;
    background: #FFF;
    border-top: 10px solid #956B45;
    padding: 4.6rem 9rem;
}
a.yellow-btn {
    margin-top: 2rem;
}
.sec6 {
    background: #FEF0E1;
}

.sec8 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/bank-bg3.jpg);
    background-position: top center;
}
.sec8 .inner-sec {
    width: 55%;
    margin: 0 0 0 auto;
}
.sec9 {
    background: #FEF0E1;
}

.sec10 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/bank-bg4.jpg);
    background-position: top center;
}

.sec11 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/bank-bg6.jpg);
    color: #fff;
    background-position: top center;
}
.sec11 .inner-sec {
    border-radius: 10px;
    border: 0.5px solid #FFF;
    margin-top: 3rem;
    padding: 2.7rem 4rem;
}
.sec11 .inner-sec hr {
    margin: 3.5rem 0;
}
ul.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.checklist li {
    background-image: url(../assets/check_circle.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 0 5px;
    padding-left: 4.4rem;
}
.sec12 .inner-col {
    margin: 0 0.8rem;
    border-radius: 20px;
    background: #F9F9F9;
    height: 100%;
    padding: 7rem 5rem;
}
.sec12 h3 {
    margin-bottom: 5rem;
}
.sec12 .inner-col img {
    margin-bottom: 3rem;
    height: 12rem;
    width: 15rem;
    object-fit: contain;
}


@media only screen and (max-width: 1024px) {
    .sec5 img {
    width: 35%;
    margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {
    section.top-header.sec1 {
        padding-bottom: 4rem;
    }
    .sec2, .sec3, .sec4, .sec6, .sec7, .sec8, .sec8b, .sec9, .sec10, .sec11, .sec12 {
        padding: 4rem 0;
    }
    .sec3 p {
    text-align: left;
}

.sec5 p {
    text-align: left;
}
    .ctext-right .col-md-7 {
        padding-left: calc(var(--bs-gutter-x)* 0.5);
    }
    .ctext-left .col-md-7 {
        padding-right: calc(var(--bs-gutter-x)* 0.5);
    }
    .sec4 .row, .sec7 .row, .sec8b .row {
        flex-direction: column-reverse;
    }
    .sec5 img {
        width: 45%;
    }
    .sec5 .inner-sec {
        padding: 3rem 2rem;
    }
    .sec5 {
        padding: 2rem 0 4rem;
    }
    .sec8 .inner-sec {
        width: 100%;
    }
    .sec8 {
        background-position: top right;
    }
    .sec10 {
        background-position: top left;
    }
    .sec12 .inner-col {
        margin: 1rem 0;
        height: auto;
        padding: 3rem 3rem;
    }
    .sec12 h3 {
        margin-bottom: 2rem;
        font-size:3.2rem;
    }
    .sec12 .inner-col img {
        margin-bottom: 2rem;
        height: 9rem;
        width: 10rem;
    }
    p {
        font-size: inherit;
    }
}