.etb-ntb-banner {
    width: 100%;
    /* height: 45vh; */
    height: 370px !important;
    display: flex;
    align-items: center;
    background: transparent url('../images/RD_Web_Banner.jpg') center no-repeat;
    /* background: transparent url('../images/Digital_RD_Web_banner.jpg') center no-repeat; */
    /* background: transparent url('../images/Digital_RD_Web_banner_01.jpg') center no-repeat; */
    /* background-size: contain; */
    background-size: 100%;
}

.mob-banner-img {
    display: none;
}

.breadcrumb-section .breadcrumb-ul .breadcrumb-link {
    font-weight: 800 !important;
    font-size: 15px !important;
}

.etb-ntb-banner .banner-content {
    width: 49%;
    display: flex;
    flex-direction: column;
    padding-left: 70px;
}

.banner-content .banner-h2 {
    width: 100%;
    display: flex;
    font-family: 'TT Norms', sans-serif;
    font-size: 32px;
    color: #1F1F1F;
}

.banner-content .banner-h2 span {
    color: #4A2C7D;
    display: contents;
}

.banner-para {
    width: 100%;
    display: flex;
    font-family: 'TT Norms', sans-serif;
    font-size: 20px;
    color: #1F1F1F;
    margin-top: 10px;
}

.banner-para span {
    color: #4A2C7D;
    display: contents;
    font-weight: 700;
}

.etb-ntb-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 63px;
    margin-bottom: 51px;
}

.etb-ntb-content .content-h1 {
    width: 100%;
    display: flex;
    font-family: 'TT Norms Bold', sans-serif;
    font-size: 40px;
    color: #1F1F1F;
    margin-top: 10px;
}

.etb-ntb-para {
    width: 100%;
    display: flex;
    font-family: 'TT Norms', sans-serif;
    font-size: 16px;
    color: #1F1F1F;
    margin: 10px 0 15px;
}

.etb-ntb-para.etb-ntb-question {
    font-size: 24px;
}

.etb-ntb-cta-plot {
    width: 100%;
    display: flex;
}

.etb-ntb-cta-plot .etb-ntb-cta {
    width: auto;
    font-family: 'TT Norms Bold', sans-serif;
    font-size: 18px;
    color: #4A2C7D;
    border: 1px solid #4A2C7D;
    border-radius: 5px;
    background: #fff;
    transition: ease-in-out 0.5s;
    padding: 16px 36px;
    margin-right: 22px;
    cursor: pointer;
}

.etb-ntb-cta-plot .etb-ntb-cta:nth-child(2) {
    margin-right: 0;
}

.etb-ntb-cta-plot .etb-ntb-cta:hover {
    background-color: #4A2C7D;
    color: #fff;
}

@media(max-width:1112px) {
    .etb-ntb-banner {
        height: unset;
        background: unset;
        flex-direction: column;
    }

    .mob-banner-img {
        width: 100%;
        display: flex;
    }

    .mob-banner-img img {
        width: 100%;
    }

    .etb-ntb-banner .banner-content {
        width: 100%;
        text-align: center;
        padding: 20px 12px;
    }

    .banner-content .banner-h2,
    .banner-para {
        justify-content: center;
    }

    .etb-ntb-content {
        padding: 0 12px;
    }

    .etb-ntb-content .content-h1 {
        margin-top: 41px;
        justify-content: center;
        font-size: 24px;
    }

    .etb-ntb-para {
        text-align: center;
    }

    .etb-ntb-para.etb-ntb-question {
        font-size: 16px;
        margin-top: 70px;
    }

    .etb-ntb-cta-plot .etb-ntb-cta {
        width: calc((100% - 16px) / 2);
        font-size: 16px;
        margin-right: 16px;
        padding: 16px 0;
    }

    .etb-ntb-cta-plot .etb-ntb-cta:nth-child(2) {
        margin-right: 0;
        background-color: #4A2C7D;
        color: #fff;
    }

}