.Pregnancy_plan{
    background: url(https://mamily.in/new_web_assets/images/Registration.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 250px;
}

.Pregnancy_plan:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 80%) 50%, rgb(255 255 255 / 85%) 100%);
}
.Pregnancy_plan .pregnancy{
    display: flex;
    height: calc(250px - 0px);
    align-items: center;
    margin: auto;
}
.Pregnancy_plan .pregnancy a:hover{
    color: #b996fe !important;
}

.plan .card .card-shape .Plan_img{
    overflow: hidden;
    width: 100%;
}
.plan .card .card-shape .Plan_img img{
    transition: 0.4s all ease-in-out;
}
.plan .card:hover .card-shape .Plan_img img{
    transform: scale(110%);
    filter: saturate(100%);
    transition: 0.4s all ease-in-out;
}
.plan .card .plan-content{
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    width: 100%;
}
.plan .card .plan-content h3{
    line-height: 38px;
}
.plan .card .card-shape .plan-content .price{
    padding: 8px;
    background: #a26b97;
    width: 187px;
    line-height: 20px;
}

.plan .card .card-shape .plan-content p .span{
    width: 187px;
    position: absolute;
    text-align: center;
}

.plan .card .card-shape .plan-content .price-1{
    background: #427262;
}

.plan .card .card-shape .plan-content .price-2{
    background: #4b568c;
}
.plan .card .card-shape .plan-content .price-4{
    background: #925759;
}

.plan .card .card-shape .plan-content .parenting-price{
    background: #844450;
}
.plan .card .card-shape .plan-content .parenting-price1{
    background: #3b753b;
}
.plan .card .card-shape .plan-content .parenting-price3{
    background: #607b96;
}
.plan .card .card-shape .plan-content .parenting-price4{
    background: #427262;
}


.plan .card .card-body ul li{
    position: relative;
}

.plan .card .card-body ul li:before {
    position: absolute;
    content: "";
    background: url(https://mamily.in/new_web_assets/images/Mamily_icon.png) no-repeat center center;
    width: 24px;
    height: 24px;
    left: -25px;
    top: 1px;
}

.garbh-vigyaan h2 span{
    font-size: 14px;
    border: 2px solid;
    border-radius: 50%;
    padding: 5px;
}




@media (max-width: 992px){
    .Pregnancy_plan{
        height: 275px;
    }
    .Pregnancy_plan .pregnancy{
        height: calc(275px - 0px);
    }
  
}

@media (max-width: 768px){
    .garbh-vigyaan h2 span{
        font-size: 11px !important;
        padding: 4px !important;
    }
}

@media (max-width: 525px){
    .Pregnancy_plan{
        height: 150px;
    }
    .Pregnancy_plan .pregnancy{
        height: calc(150px - 0px);
    }
    .plan .card .card-shape .plan-content .detail{
        line-height: 20px;
    }
}
