.edsure-logo {
    background: #8DC73F;
    padding: .5rem 2rem;
    font-weight: 600;
    border-radius: 0.5rem;
    display: inline-block;
}

.valid-offer, .valid-offer-mob {
    background: #8DC73F;
    padding: .5rem 2rem;
    border-radius: 1.5rem;
    display: inline-block;
}

.benefit_sec {
    background-color: rgba(193, 228, 228, 0.2);
}

.apply-now-edsure-banner-bg {
    background: #015C5F;
}

.banner-bg-img {
    mix-blend-mode:multiply;
    position:absolute;
    top: 0;
    left: 0;
    width: 65rem;
}

.submit-btn {
    background: #D9E021;
    font-weight: 600;
}

.submit-btn:hover {
    background: #D9E021;
}

.feature-row::before {
    content: "";
    position: absolute;
    top: 65px;
    bottom: 45px;
    transform: translateX(-50%);
    border-left: 2px dotted #cfcfcf;
    z-index: 0;
}

.feature-card{
    position: relative;
    z-index: 1;
}

.tab-pane .card {
    margin-bottom: 20px;
    background-color: #fff !important;
}

.feature-row::after{
    content:"";
    position:absolute;
    left:10%;
    right:10%;
    bottom:-15px;
    border-bottom:2px dotted #cfcfcf;
}

@media(max-width: 991px) {
    .apply-now-edsure-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-bg-img {
        width: 100%;
    }
    .valid-offer {
        display: none;
    }
    .feature-row::before {
        bottom: 70px;
    }
}

@media(max-width: 767px) {
    .feature-row::before, .apply-now-edsure-banner-bg .img-fluid {
        display: none;
    }
    .valid-offer-mob {
        font-size: 20px;
    }
}

@media(max-width: 500px) {
    .valid-offer-mob {
        font-size: 14px;
    }

    .tc-end {
        width: 215px;
    }
}