.pb-100 {
    padding-bottom: 100px;
}
.pt-60 {
    padding-top: 60px;
}
.link {
    color: #058088;
}
.link:hover {
    color: #51c7b7;
}
.header-nav {
    padding: 0px 40px;
}

.policy-list p ,.policy-list li{
    text-align: justify;
}
.text-line p , .text-line li{
    text-align: justify;
}
.payment-page-text p {
    margin-top: 20px;
}
.payment-page-text h3 {
    margin-top: 30px;
}
.payment-page-list li {
    position: relative;
    padding: 10px 0px 10px 30px;
}
.payment-page-list li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -2px;
    margin-top: 10px;
    background: #058088;
    border-radius: 50%;
}
.column-2 {
    columns: 2;
}
@media (max-width:575px) {
    .payment-page-list li::before {
        display: unset;
    }
    .column-2 {
        columns: 1;
    }
}
.pt-20 {
    padding-top: 20px;
}
.pb-60 {
    padding-bottom: 60px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}
table , tr , td {
    border: 1px solid #d1d5db;
}
.pp td, .pp th {
    border: 1px solid #c5c3c3;
    text-align: left;
    padding: 5px;
}
.privacy-text {
    margin-top: 60px;
}

.banner-section.product .overlay {
    background-color: lightblue;
}
.banner-section.product .overlay .banner-content {
 padding: 315px 0px 120px;
}

.title-1 {
    font-size: 43px;
    font-weight: 600;
}
.title-2 {
    font-size: 32px;
    font-weight: 600;
}
.title-3 {
    font-size: 26px;
}

@media (max-width:992px) {
    .title-1 {
        font-size: 32px;
    }
}
@media (max-width:575px) {
    .title-1 {
        font-size: 26px;
    }
    .title-2 {
        line-height: 36px;
    }
}
.about-text p {
    text-align: justify;
    margin-top: 20px;
}

.single-area strong{
    margin-right: 5px;
}
.list-area li{
    position: relative;
    padding-left: 10px;
    margin-left: 40px;
}
.list-area li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -19px;
    bottom: 10px;
    background: #058088;
    border-radius: 5px;
}
@media(max-width:767px) {
    .list-area li::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        left: -19px;
        bottom: 5px;
        background: #058088;
        border-radius: 5px;
    }
    .user-img {
        max-width: 450px;
    }
    .bottom-content {
        text-align: center;
    }
}

/* image section  */

.user-img {
    max-width: 350px;
}

.banner-section.card-hdfc .overlay {
    background-image: url(../images/card-hdfc.png);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-position-y: 63%;
}
.banner-section.card-axis .overlay {
    background-image: url(../images/card-axis.png);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-position-y: 63%;
}
.banner-section.card-icici .overlay {
    background-image: url(../images/card-icici.png);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-position-y: 63%;
}
.banner-section.card-sbi .overlay {
    background-image: url(../images/card-sbi.png);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-position-y: 63%;
}
.banner-section.card-yes-bank .overlay {
    background-image: url(../images/card-yes-bank.png);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-position-y: 63%;
}
.banner-section.product .overlay, .banner-section.personal-loan .overlay
, .banner-section.educations-loan .overlay , .banner-section.account .overlay
 ,.banner-section.card-hdfc .overlay ,.banner-section.card-axis .overlay
 ,.banner-section.card-icici .overlay ,.banner-section.card-sbi .overlay
 ,.banner-section.card-yes-bank .overlay {
    background-color: lightblue;
}
.banner-section.personal-loan .overlay  {
    background-position: right 80px center;
    background-size: 40%;
}
.banner-section.educations-loan .overlay  {
    background-position: right 80px center;
    background-size: 40%;
}
.banner-section.account .overlay  {
    background-position: right 80px center;
    background-size: 40%;
}
.banner-section.card-hdfc .overlay  {
    background-position: right 80px center;
    background-size: 40%;
}
.banner-section.card-axis .overlay {
    background-position: right 80px center;
    background-size: 40%;
}
.banner-section.card-icici .overlay  {
    background-position: right 80px center;
    background-size: 40%;
}

@media (max-width: 991px) {
    .banner-section.product .overlay {
        background-image: unset;
    }
    .banner-section.personal-loan .overlay {
        background-image: unset;
    }
    .banner-section.educations-loan .overlay {
        background-image: unset;
    }
    .banner-section.account .overlay {
        background-image: unset;
    }
    .banner-section.card-hdfc .overlay {
        background-image: unset;
    }
    .banner-section.card-icici .overlay {
        background-image: unset;
    }
    .banner-section.card-axis .overlay {
        background-image: unset;
    }
    .banner-section.card-sbi .overlay {
        background-image: unset;
    }
    .banner-section.card-yes-bank .overlay {
        background-image: unset;
    }
}

@media (max-width: 1599px) {
    .banner-section.product .overlay {
        background-size: 40%;
    }
    .banner-section.personal-loan .overlay {
        background-size: 45%;
    }
    .banner-section.educations-loan .overlay {
        background-size: 40%;
    }
    .banner-section.account .overlay {
        background-size: 40%;
    }
}
.mt-0 {
    margin-top: 0px;
}
.text-justify {
    text-align: justify;
}
.contact-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.inner-item {
    display: flex;
    width: 80%;
}
.contact-detail p{
    margin-top: 20px;
    text-align: left;
}
.contact-detail .fa{
    margin-right: 20px;
    margin-top: 24px;
}
