.new-born-care {
    background: url("https://d3ft41x6qpsnjy.cloudfront.net/new_web_assets/images/new-born-care-banner.jpg") no-repeat center right;
    background-size: cover;
    position: relative;
}

.new-born-care-plus {
    background: url("https://d3ft41x6qpsnjy.cloudfront.net/new_web_assets/images/new-born-care-plus-banner.jpg") no-repeat center right;
    background-size: cover;
    position: relative;
}

.parenting-program-month {
    background: url("https://d3ft41x6qpsnjy.cloudfront.net/new_web_assets/images/parenting-program-month-banner.jpg") no-repeat center right;
    background-size: cover;
    position: relative;
}

.parenting-program-year {
    background: url("https://d3ft41x6qpsnjy.cloudfront.net/new_web_assets/images/parenting-program-year-banner.jpg") no-repeat center right;
    background-size: cover;
    position: relative;
}

.new-born-care:before,
.new-born-care-plus:before,
.parenting-program-month:before,
.parenting-program-year:before {
    content: "";
    position: absolute;
    background: #0000004f;
    width: 100%;
    height: 100%;
    top: 0;
}

.banner .price {
    padding: 8px;
    background: #a26b97;
    width: 200px;
    line-height: 20px;
}



.program-features .program-features-content {
    border-bottom: 20px solid #e83e7e;
}

.program-features .content ul li {
    position: relative;
}

.program-features .content ul li::before {
    position: absolute;
    content: "";
    background: url(https://d3ft41x6qpsnjy.cloudfront.net/new_web_assets/images/Mamily_icon.png) no-repeat center center;
    width: 24px;
    height: 24px;
    left: -25px;
    top: 1px;
}

.exprts .card .card-shape {
    overflow: hidden;
    width: 100%;
}

.exprts .card .card-shape img {
    transition: 0.4s all ease-in-out;
}

.exprts .card:hover .card-shape img {
    transform: scale(110%);
    filter: saturate(100%);
    transition: 0.4s all ease-in-out;
}

.app-modal .modal .modal-dialog {
    max-width: 50%;
}

@media (max-width: 768px) {
    .app-modal .modal .modal-dialog {
        max-width: 100%;
    }
}

@media (max-width: 525px) {
    .new-born-care {
        background: url("https://d3ft41x6qpsnjy.cloudfront.net/new_web_assets/images/new-born-care-mobile-banner.jpg") no-repeat center center;
        background-size: cover;
    }

    .new-born-care-plus {
        background: url("https://d3ft41x6qpsnjy.cloudfront.net/new_web_assets/images/new-born-care-plus-mobile-banner.jpg") no-repeat center center;
        background-size: cover;
    }

    .parenting-program-month {
        background: url("https://d3ft41x6qpsnjy.cloudfront.net/new_web_assets/images/parenting-program-month-mobile-banner.jpg") no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .validation_error {
        color: red;
        font-size: 13px;
        position: absolute;
        margin: 0;
    }
}

.validation_error {
    color: red;
    font-size: 13px;

}

.postnatal-yoga-program {
    background: url("https://d3ft41x6qpsnjy.cloudfront.net/new_web_assets/images/post-natal-yoga.jpg") no-repeat center right;
    background-size: cover;
    position: relative;
}

.postnatal-yoga-program:before {
    content: "";
    position: absolute;
    background: #0000004f;
    width: 100%;
    height: 100%;
    top: 0;
}

@media (min-width: 768px) {
    .postnatal-yoga-program .renowned-yoga {
        height: 350px;
        display: flex;
        align-items: center;
    }
}