.nlp_body {
    background-color: #f5f5f5;
}

.nlp_why_westminister_text p {
    font-size: 20px;
    text-align: justify;
}
.nlp_why_westminister_text p:not(:last-child) {
    padding-bottom: 30px;
}
.nlp_section_cta {
    background: #efe1fc33;
}
.nlp_gold_thusted {
    padding-left: 20px;
    padding-bottom: 40px;
    max-width: 240px;
    width: 100%;
}
.nlp_gold_thusted img {
    height: 100%;
    width: 100%;
}
.nlp_practices .practices__wrapper {
    grid-template-columns: 1fr;
    padding-left: 0px;
}
.nlp_practices .practices_faqs_wrapper {
    padding-left: 0px;
}
.nlp_practices_head {
    display: grid;
    grid-template-columns: 1fr 260px;
    align-items: flex-end;
    padding-bottom: 10px;
}
.nlp_practices_text h2 {
    font-size: 42px;
    padding-bottom: 25px;
}
.nlp_practices_text p {
    font-size: 18px;
}
.nlp_secondaryCta {
    background: transparent;
}
.nlp_secondaryCta ._text ul {
    padding-bottom: 25px;
    margin-left: 20px;
}
.nlp_secondaryCta ._text ul li {
    font-size: 18px;
}
.nlp_secondaryCta ._text ul li:not(:last-child) {
    padding-bottom: 15px;
}
.nlp_secondaryCta_btn {
    text-align: center;
    padding-top: 60px;
}
.nlp_secondaryCta ul li {
    list-style-type: disc;
    font-size: 16px;
}
.nlp_secondaryCta ul.text-red li {
    color: #e41111;
}
.nlp_policy .policy__card {
    text-align: left;
    min-height: 270px;
    height: 100%;
    justify-content: flex-start;
    border-radius: 30px;
    padding-bottom: 10px;
}
.nlp_policy .policy__card .card__img {
    margin: 0px;
    text-align: left;
}
.nlp_policy .policy__card .card__text {
    text-align: left;
}
.nlp_policy .policy__card .card__text p {
    padding-bottom: 0px;
}
.nlp_includs {
    padding-top: 70px;
    padding-bottom: 70px;
}
.nlp_includs_head h2 {
    font-size: 42px;
    padding-bottom: 10px;
}
.nlp_includs_head p {
    font-size: 30px;
}
.nlp_includs_item_content {
    background: #efe1fc80;
    padding: 35px 25px;
    border-radius: 20px;
    margin-top: 30px;
}
.nlp_includs_items {
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding-top: 65px;
}
.nlp_policy__card .policy__card {
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: left;
    min-height: 260px;
    justify-content: flex-start;
    border-radius: 0px 0px 30px 30px;
}
.nlp_policy__card .card__img {
    text-align: left;
    margin: 0;
}
.nlp_policy__card .card__text {
    text-align: left;
}
.nlp_policy__card .card__text p {
    padding-bottom: 0px;
}
.nlp_policy__card .policy__card::before {
    position: absolute;
    content: "INCLUDED";
    height: 100%;
    width: 100%;
    background: #34c759;
    color: #fff;
    left: 0;
    height: 25px;
    font-size: 14px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 4%;
    border-radius: 20px 20px 0px 0px;
}
.nlp_policy__card.active .policy__card {
    background: #fff;
}
.nlp_policy__card.active .policy__card::after {
    position: absolute;
    height: 30px;
    width: 200px;
    background: #efe1fc80;
    content: "";
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -30px;
}
.nlp_includs_item_content h3 {
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 12px;
}
.nlp_includs_item_content p {
    font-size: 20px;
    padding-bottom: 30px;
}
.nlp_includs_item_content ul li {
    font-weight: 600;
    font-size: 20px;
    padding-left: 35px;
    padding-bottom: 20px;
    position: relative;
}
.nlp_includs_item_content ul li:last-child {
    padding-bottom: 0px;
}
.nlp_includs_item_content ul li::after {
    position: absolute;
    background-image: url("../img/icons/check.svg");
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 15px;
    width: 20px;
    left: 0;
    top: 5px;
}
.nlp_includs .westminster__items {
    grid-template-columns: repeat(4, 1fr);
}
.nlp_news {
    padding-bottom: 80px;
}
.nlp_includs_box {
    position: relative;
}
.nlp_includs_item_content {
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
}
.nlp_includs_item_box {
    min-height: 410px;
}
.nlp_brand_thumbs {
    padding-top: 40px;
}
.nlp_brand_thumbs ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.nlp_brand_thumbs li:first-child img {
    height: 60px;
}
.nlp_brand_thumbs li:last-child img {
    height: 55px;
}
.nlp_hero .gradient_text {
    display: inline-block;
}
.nlp_hero::after {
    display: none;
}
.nlp_hero .hero__wrapper {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: center;
    column-gap: 0px;
    position: relative;
}
.nlp_hero .hero__text {
    max-width: 100%;
}
.nlp_hero_shape {
    position: absolute;
    right: 0px;
    max-width: 750px;
    top: 45px;
}
.nlp_hero_shape img {
    width: 100%;
    object-fit: contain;
}
.nlp_secondaryCta_thumb img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}
.nlp_hero_2 {
    background-image: url(../img/nlp_hero_2.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
.claims__header h2 {
    position: relative;
    z-index: 9999;
    max-width: 650px;
    width: 100%;
}
.nlp_coverdCta .coverdCta__text p {
    font-size: 20px;
    line-height: 1.4;
}
.nlp_secondaryCta ._text h2 {
    padding-bottom: 15px;
}
.nlp_secondaryCta ._text h4 {
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    font-family: "DM Sans";
}
/*.nlp_claims button.owl-next,*/
/*.nlp_policy button.owl-next {*/
/*    position: absolute;*/
/*    top: -165px;*/
/*    right: 19px;*/
/*    height: 60px !important;*/
/*    width: 60px !important;*/
/*}*/
.nlp_claims button.owl-next {
    /*top: -140px;*/
    right: -130px;
    top: -300px;
}
.nlp_claims button.owl-prev,
.nlp_policy button.owl-prev {
    position: absolute;
    top: -165px;
    left: -55px;
    height: 60px !important;
    width: 60px !important;
    font-size: 28px;
}
/*.nlp_claims button.owl-prev {*/
/*    top: -140px;*/
/*    left: -65px;*/
/*}*/
.nlp_claims .owl-theme .owl-nav .owl-prev,
.nlp_claims .owl-theme .owl-nav .owl-next,
.nlp_policy .owl-theme .owl-nav .owl-prev,
.nlp_policy .owl-theme .owl-nav .owl-next {
    border: none !important;
}
.nlp_claims button.owl-prev,
.nlp_policy button.owl-prev {
    display: none !important;
}
.nlp_policy button.owl-prev i,
.nlp_policy button.owl-next i {
    font-size: 32px;
    color: #773585;
}
.nlp_claims button.owl-prev i,
.nlp_claims button.owl-next i {
    font-size: 32px;
    color: #feaf48;
}
.nlp_claims .owl-theme .owl-nav {
    position: inherit;
}
.nlp_claims .claims__content,
.policy__slider {
    padding-right: 135px;
}
.slider__wrapper {
    position: relative;
    z-index: 1;
}
.nlp_claims .claims__content::after,
.policy__slider::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: calc(135px - 25px);
    background: linear-gradient(
            136.31deg,
            rgba(255, 201, 185, 0.5) 13.17%,
            rgba(255, 228, 220, 0.5) 78.49%
    );
    border-radius: 18px 0px 0px 18px;
    z-index: -1;
}
.nlp_claims .claims__content::after {
    background: linear-gradient(
            103.8deg,
            #efe1fc 0%,
            rgba(239, 225, 252, 0.5) 101.69%
    );
}
.nlp_policy .policy__card .card__text {
    padding-top: 16px;
}
.nlp_policy .policy__card .card__img {
    height: 55px;
    width: 60px;
}
.nlp_policy .policy__card .policy_cart_long_icon {
    height: 60px;
    width: 77px;
}
.nlp_claims .claims__card p {
    padding-top: 20px;
}
.nlp_policy .policy__header p {
    font-size: 28px;
    padding-top: 5px;
}
.nlp_westminster {
    padding-bottom: 130px;
}
.nlp_news .news__header h2 {
    font-weight: 400;
    font-size: 40px;
}
.nlp_news .news_card_text h3 {
    font-family: "DM Sans";
    font-weight: 500;
    padding-bottom: 20px;
}
/* clientFeedback */
.clientFeedback {
    padding-top: 50px;
    padding-bottom: 40px;
}
.clientFeedback_head {
    text-align: center;
}
.clientFeedback_head h2 {
    font-size: 44px;
}
.clientFeedback_wrapper {
    background: #ffffff;
    border-radius: 30px;
    padding: 40px;
}
.clientFeedback_head h2 {
    font-size: 44px;
    padding-bottom: 20px;
}
.nlp_body .sort_features {
    background: transparent;
}
/* clientFeedback */
/* Media Querys */
@media screen and (max-width: 1200px) {
    .nlp_news .news__header h2 {
        font-size: 36px;
    }
    .landing_hero .hero__text .hero__title_rm {
        font-size: 52px;
        line-height: 1.2;
    }
    .nlp_includs_item_box {
        min-height: 480px;
    }
    .secondaryCta ._text h2 br {
        display: none;
    }
    .nlp_practices_text h2 {
        font-size: 36px;
    }
    .nlp_hero_shape {
        max-width: 550px;
    }
    .practices .mobile_screen {
        max-width: 100%;
        text-align: center;
        padding-top: 0px;
        background: none;
    }
    .nlp_practices_head .ctaBtn {
        display: none;
    }
    .clientFeedback_head h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) {
    .nlp_westminster {
        padding-bottom: 110px;
    }
    .nlp_news .news__header h2 {
        font-size: 32px;
    }
    .nlp_why_westminister_text p {
        font-size: 18px;
    }
    .nlp_includs_items {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 50px;
    }
    .nlp_includs .westminster__items {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 70px;
        row-gap: 30px;
    }
    .nlp_includs_item_content h3 {
        font-size: 30px;
        padding-bottom: 15px;
    }
    .nlp_includs_item_content {
        position: inherit;
        left: initial;
    }
    .nlp_includs_item_content p {
        font-size: 18px;
    }
    .nlp_includs_item_content ul li {
        font-size: 18px;
        padding-left: 30px;
    }
    .nlp_includs_head h2 {
        font-size: 36px;
    }
    .nlp_includs_head p {
        font-size: 24px;
    }
    .nlp_includs_item_box {
        display: none;
    }
    .nlp_practices_head {
        grid-template-columns: 1fr;
    }
    .nlp_practices_text h2 {
        font-size: 32px;
    }
    .nlp_hero_shape {
        position: initial;
        order: 1;
    }
    .nlp_hero .hero__wrapper {
        grid-template-columns: 1fr;
    }
    .nlp_hero {
        padding-top: 120px;
    }
    .nlp_hero .hero__text {
        order: 2;
    }
    .nlp_hero_shape {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nlp_hero .hero__text {
        text-align: center;
    }
    .landing_hero .hero__text .global__list {
        text-align: left;
        max-width: 300px;
        margin: 0 auto;
    }
    .nlp_hero .global__list {
        justify-content: center;
        align-items: center;
    }
    .nlp_hero .hero__text ._pragraph {
        margin: 0 auto !important;
    }
    .nlp_hero_2 {
        padding-top: 220px;
    }
    .nlp_hero_2::before {
        top: 0px;
    }
    .nlp_brand_thumbs ul {
        justify-content: center;
    }
    .landing_hero .hero__text .hero__title_rm {
        font-size: 42px;
    }
    .nlp_policy .policy__header p,
    .nlp_secondaryCta ._text h4 {
        font-size: 24px;
    }
    .nlp_claims .claims__content,
    .policy__slider {
        padding-right: 0px;
    }
    .nlp_claims .claims__content::after,
    .policy__slider::after {
        display: none;
    }
    .nlp_body .westminster__wrapper {
        row-gap: 60px;
        flex-direction: column;
        padding-bottom: 0;
    }
    .nlp_body .nlp_westminster {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 767px) {
    .nlp_brand_thumbs li:first-child img {
        height: 50px;
    }
    .nlp_brand_thumbs li:last-child img {
        height: 45px;
    }
    .nlp_hero_shape {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
    .nlp_hero {
        padding-top: 80px;
    }
    .nlp_secondaryCta ._text ul li {
        font-size: 16px;
    }
    .nlp_hero_2 {
        padding-top: 220px;
    }
    .landing_hero .hero__text .hero__title_rm {
        font-size: 36px;
    }
    .clientFeedback_head h2 {
        font-size: 32px;
    }
    .how_it_works_items .how_it_single ._thumb,
    .westminster__items .single_card img {
        max-width: 60px;
        max-height: 60px;
    }
    .clientFeedback {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .clientFeedback_wrapper {
        padding: 30px;
    }
    .claims__card {
        min-height: 360px;
    }
    .nlp_policy .policy__card {
        min-height: 250px;
        margin: 0 auto;
    }
    .policy__header {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 575px) {
    .nlp_why_westminister_text p {
        font-size: 16px;
        padding-bottom: 20px !important;
    }
    .nlp_secondaryCta ._text ul li {
        font-size: 16px;
    }
    .nlp_includs_item_content h3 {
        font-size: 24px;
    }
    .nlp_includs_item_content p {
        font-size: 16px;
    }
    .nlp_includs_item_content ul li {
        font-size: 16px;
    }
    .nlp_includs .westminster__items {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
    .nlp_includs_head h2 {
        font-size: 32px;
    }
    .nlp_includs_head p {
        font-size: 20px;
    }
    .nlp_practices_text h2 {
        font-size: 28px;
    }
    .nlp_practices_text p {
        font-size: 16px;
    }
    .nlp_brand_thumbs ul {
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }
    .nlp_brand_thumbs li:first-child img {
        height: 45px;
    }
    .nlp_brand_thumbs li:last-child img {
        height: 40px;
    }
    .nlp_hero .hero__wrapper {
        row-gap: 40px;
    }
    .nlp_secondaryCta ._text h2 br {
        display: none;
    }
    .nlp_secondaryCta ._text ul li {
        font-size: 16px;
    }
    .nlp_hero {
        padding-top: 120px;
    }
    .nlp_hero_2 {
        padding-top: 220px;
    }
    .nlp_coverdCta .coverdCta__text p {
        font-size: 18px;
    }
    .landing_hero .hero__text .hero__title_rm,
    .clientFeedback_head h2 {
        font-size: 28px;
    }
    .nlp_includs_head p,
    .nlp_policy .policy__header p,
    .nlp_secondaryCta ._text h4 {
        font-size: 18px;
    }
    .nlp_gold_thusted {
        padding-left: 0px;
        padding-bottom: 30px;
        max-width: 200px;
    }
    .nlp_news .news__header h2 {
        font-size: 28px;
    }
    .nlp_includs_head h2 {
        font-size: 28px;
    }
    .nlp_body .cta__text h2 {
        font-size: 28px;
    }
    .nlp_policy .policy__card .card__img {
        height: 45px;
        width: 50px;
    }
    .nlp_policy .policy__card .card__text {
        padding-top: 10px;
    }
    .policy__card .card__text h3 {
        padding-bottom: 10px;
    }
    .nlp_policy .policy__card {
        min-height: 230px;
    }
}
@media screen and (max-width: 420px) {
    .nlp_policy .policy__card {
        width: 100%;
    }
}
