.lndn-pg {
    margin-top: 80px;
}

.lndn-pg-hero .sub-para {
    text-align: center;
    margin-top: 13px;
    color: #536582;
}

.lndn-pg-hero .sub-heading span {
    color: #11569D;
}

.lndn-pg-hero .sub-heading span>* {
    color: #C52227;
}

.sec-inner-area {
    padding: 50px 0;
}

.sec-inner-area h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 750px;
    margin-inline: auto;
    color: #132644;
}

.pln-hd {
    font-size: 22px;
    margin: 45px 0 0;
    font-weight: 600;
    color: #132644;
    text-align: center;
}

.sec-inner-area .pln-para.sub-para {
    margin: 10px 0 -12px;
}

.sec-inner-area .sub-para {
    margin-bottom: 7px;
    font-size: 15px;
    color: #536582;
}

/* --get started section-- */
.getStarted-sec .get-started-btn {
    margin-top: 30px;
}

.gs-listing li {
    color: #132644;
}

.gs-listing li p {
    font-size: 13px;
    color: #536582;
}

.getStarted-sec .get-started-btn a {
    font-size: 15px;
    width: 100%;
    max-width: 350px;
    margin: auto;
    padding: 10px;
    line-height: unset;
}

.pricing-card-outer {
    margin-top: 25px;
}

.pricing-card-outer table {
    width: 100%;
}

.pricing-card-outer table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.pricing-card-outer table th,
.pricing-card-outer table td {
    padding: 10px;
    text-align: left;
}

.pricing-card-outer table th {
    background: #132644;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    width: 50%;
}

.pricing-card-outer table th:first-of-type {
    border-right: 1px solid #dddddd79;
}

.pricing-card-outer table tbody td {
    color: #132644;
}

.prc-tb-inner {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.pricing-card-outer table tbody tr td:first-of-type {
    border-right: 1px solid #ddd;
}

.pricing-card-outer table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.pricing-card-outer .cr-price div {
    font-size: 18px;
}

.pricing-card-outer .cr-price div span {
    color: red;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400;
}

.pln-inc {
    margin: 15px 0 7px;
    font-weight: 500;
    color: #132644;
}

.pln-ky-pnt ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 35px;
    gap: 5px 0;
}

.pln-ky-pnt ul li {
    max-width: 50%;
    flex-basis: 50%;
    list-style: disc;
    font-size: 14px;
    color: #536582;
}

.gs-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.gs-listing li {
    border-radius: 8px;
    padding: 8px 15px 15px;
    background: white;
    border-top: 7px solid transparent;
    box-shadow: 0px 3px 10px 0px #0000001A;
}

.gs-listing li:nth-of-type(1) {
    border-color: #C52227
}

.gs-listing li:nth-of-type(2) {
    border-color: #132644;
}

.gs-listing li:nth-of-type(3) {
    border-color: #536582;
}

.gs-listing li span {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
    display: block;
}

.sec-inner-area h2 span {
    font-size: 22px;
    /* margin: 9px 0 22px; */
    margin: 9px 0 15px;
    display: block;
    color: #536582;
    font-weight: 500;
}

/* --benfits section--- */

.sec-inner-area .card-listings {
    margin-top: 25px;
}

.sec-inner-area .card-listings .benefit-card {
    height: 100%;
    border-radius: 8px;
    padding: 15px;
    background: white;
    box-shadow: 0px 3px 10px 0px #0000001A;
}

.benefit-card h3 {
    font-size: 15px;
    color: #132644;
    font-weight: 600;
}

.benefit-card ul {
    padding-left: 30px;
    padding-top: 10px;
}

.benefit-card ul li {
    font-size: 12px;
    list-style: disc;
    color: #536582;
}

.benefit-card ul li strong {
    font-weight: 600;
}

.card-listings .cus-col {
    margin-bottom: 20px;
    min-height: 100%;
}

.benefit-card ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.benefit-card .card-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefit-card .card-header .icon-box {
    --sz: 30px;
    height: var(--sz);
    min-width: var(--sz);
}

.benefit-card .card-header .icon-box img {
    height: 100%;
    width: 100%;
}

@media screen and (max-width:991px) {
    .pricing-card-outer .card-header {
        max-height: 120px;
    }
}

@media screen and (max-width: 767px) {
    .gs-listing {
        grid-template-columns: repeat(1, 1fr);
    }

    .lndn-pg {
        margin-top: 70px;
    }

    .lndn-pg-hero .sub-heading {
        font-size: 27px;
        line-height: 36px;
    }

    .lndn-pg-hero .sub-para {
        font-size: 14px;
        margin-top: 17px;
    }

    .sec-inner-area h2 {
        font-size: 27px;
    }

    .sec-inner-area .sub-para {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .lndn-pg-hero .sub-heading {
        font-size: 23px;
        line-height: 30px;
    }

    .lndn-pg-hero .sub-para {
        font-size: 13px;
        margin-top: 14px;
    }

    .sec-inner-area h2 {
        font-size: 23px;
    }

    .pricing-card-outer table th {
        font-size: 16px;
    }

    .sec-inner-area h2 span {
        font-size: 18px;
    }

    .pln-hd {
        font-size: 19px;
    }

    .pln-ky-pnt ul li {
        max-width: 100%;
        flex-basis: 100%;
    }

    .sec-inner-area .sub-para,
    .pln-ky-pnt ul li,
    .pricing-card-outer table tbody td,
    .pricing-card-outer .cr-price div {
        font-size: 13px;
    }

    .pricing-card-outer .cr-price div span {
        font-size: 11px;
    }

    .pln-inc {
        font-size: 14px;
    }

    .gs-listing li span {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .gs-listing li p {
        font-size: 12px;
    }
}