.newBannerDesign h1 {
    font-size: 44px;
}

.newBannerDesign .plan-title {
    font-size: 28px;
}

.newBannerDesign .customHomeArticle .plan-right img {
    width: 100%;
    max-height: 185px;
    object-fit: contain;
        position: relative;
    right: -16px;
}

.newBannerDesign .plan {
    width: 100%;
    max-width: 334px;
    padding: 16px;
    box-shadow: 0px 5px 10px 3px #00000014;
}

.newBannerDesign .pill {
    font-size: 10px;
    padding: 4px 6px;
}


.newBannerDesign .pills {
    gap: 4px;
}

@media(min-width:1360px) {
    .newBannerDesign .container {
        width: 1320px;
    }
}

.rightBannerImageReel {
    display: flex;
    gap: 16px;
    padding: 0px;
}

.commnImageBanner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.commnImageBanner.rightImageLeft {
    position: relative;
    top: 12px;
}

.commnImageBanner.rightImageRight {
    position: relative;
    top: -12px;
}
.newBannerDesign .commonBtnstyle {
    min-height: 47px;
    width: 100%;
    max-width: 95%;
}

.newBannerDesign {
    padding-bottom: 16px;
}

.newBannerDesign .disclaimer {
    padding: 16px 0 12px;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    max-width: 747px;
    margin: 16px auto 0px;
}
@media(min-width:992px) and (max-width:1366px) {
    .newBannerDesign .plan-title {
        font-size: 24px;
    }
    .rightBannerImageReel {
        position: relative;
        /* top: 50px; */
        margin-top: 50px;
    }
}
@media(min-width:991px) and (max-width:1319px) {
    section.hero.customBenifitStyle.newBannerDesign .col-lg-7.col-md-12.col-sm-12 {
        width: 100%;
    }

    section.hero.customBenifitStyle.newBannerDesign .col-lg-5.col-md-12.col-sm-12 {
        width: 100%;
    }
    .newBannerDesign .plan {
    width: 100%;
    max-width: 430px;
    padding: 16px;
    box-shadow: 0px 5px 10px 3px #00000014;
}
.rightBannerImageReel {
    display: flex;
    gap: 16px;
    padding: 0px;
    align-items: ju;
    justify-content: center;
    margin: 16px auto;
}
}

/* @media(min-width:1281px) and (max-width:1319px) {
.newBannerDesign .customHomeArticle .plan-right img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
    position: relative;
    right: -40px;
}
} */
@media(max-width:1024px) {
    .rightBannerImageReel {
        display: flex;
        gap: 16px;
        padding: 0px;
        align-items: center;
        justify-content: center;
        padding: 32px 0px 16px;
    }
    .articleWrapInnerPart {
        max-width: 100%;
    }
    .newBannerDesign .customHomeArticle .plan-right img {
        right: 0px;
    }
}

@media (max-width: 767px) {
    .container {
        width: calc(100% - 16px) !important;
    }
    .newBannerDesign h1 {
        font-size: 28px;
        max-width: 100%;
        min-height: fit-content !important;
        max-height: fit-content;
        height: fit-content;
    }
    .hero .checks {
        order: 4;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin: 18px auto 22px;
        width: 100%;
        justify-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        align-items: baseline;
    }
    .hero .check br {
        display: none;
    }
    .hero .sub {
        margin: 8px 0 8px;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        color: #111;
        text-align: left;
        max-width: 300px;
    }
    .hero .check {
        flex-direction: row;
    }

    .hero .disclaimer {
        order: 4;
        display: block;
        padding-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .newBannerDesign .customHomeArticle .plan-right {
        width: 100px;
        flex-shrink: 0;
        position: relative;
        right: 0;
        top: 0;
        width: 40%;
        background-color: transparent;
        padding: 0px;
        border-radius: 0;
        margin-bottom: 0;
        max-height: max-content;
        height: 100%;
        min-height: fit-content;
    }
    .articleInnerWrap {
        justify-content: center;
        flex-direction: row;
    }
}