.plan-cards {
    background: linear-gradient(92.96deg, rgba(0, 0, 0, 0.49) 18.83%, rgba(0, 0, 0, 0) 49.33%), linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url('/assets/images/products/Header-img.webp');
    max-height: 900px;
    width: 100%;
    border-radius: 16px;
    padding: 40px 80px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.plan-cards h2 {
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 68px;
    font-weight: 500;
    line-height: 74.8px;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 32px;
    width: 95%;
}

.plan-cards p {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    width: 84%;
}

/* .page-node-type-plans-and-services .container {
    max-width: 1280px;
} */

.plans-card-details .bg-blue {
    background: #F2FBF5;
    padding: 24px;
    width: 80%;
    border-radius: 16px;
    float: right;
}

.w-100 {
    width: 100%;
}

.plans-card-details h3 {

    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: normal;
    text-align: left;

}

.plans-card-details p {
    color: #222222;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.plans-card-details .plan-title {
    margin-bottom: 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: normal;
    text-align: left;

}

.plans-card-details .includes-txt h4 {
    color: #222222;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: normal;
    text-align: left;
}
.plans-card-details .includes-txt ul{
    padding: 0;
}
@media (min-width:768px) and (max-width:1024px) {
    .plans-card-details .bg-blue {
        width: 100%;
    }
    .plan-cards h2{
        font-size: 42px;
        line-height: 44px;
    }
    .plans-card-details .plan-title{
        font-size: 24px;
        line-height: 26px;
    }
    .primary-btn{
       min-width: 100%;
    }
    
    .includes-txt li{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    react-product-service-details#react-product-service-details 
    #planCompare .product-plans h3.card-plan-type,
    .block-pdb-react.block-react-componentreact-compare-pest-plans 
    #planCompare .product-plans h3.card-plan-type{
        line-height: 32px !important;
    }
    #planCompare .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .plan-cards{
        background: transparent;
        max-height: 100%;
        height: auto;
        padding: 0px;
    }
    .plans-card-details .bg-blue{
        width: 100%;
    }
    .plan-cards h2,
    .plan-cards p
    {
        color: #222222;
    }
     .plan-cards h2{
        font-size: 42px;
        line-height: 44px;
        margin-bottom: 16px;
     }
     .plan-cards p{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
     }
}

#planCompare .plan-cards {
    margin: 8% 0 6% 0;
}
section#planCompare .container {
    padding-top: 96px;
    padding-bottom: 96px;
}

@media screen and (min-width: 768px){
    #planCompare .plan-cards {
        margin-bottom: 0;
    }
}
#planCompare .plan-cards .includes-txt {
    padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
    #planCompare .plan-cards .row:first-child {
        align-items: center;
    }
}

#react-product-service-details #planCompare .product-plans h3.card-plan-type,
.block-pdb-react.block-react-componentreact-compare-pest-plans #planCompare .product-plans h3.card-plan-type{
    line-height: 32px !important;
}
#planCompare .plan-cards .plans-card-details .plan-title {
    font-size: 30px !important;
    line-height: 32px !important;
}
#planCompare .plan-cards .plans-card-details h3.card-plan-type {
    font-size: 27px !important;
    line-height: 32px !important;
}

@media only screen and (min-width: 1201px) {
    #react-product-service-details .plan-cards {
        background-position: 100% 68%;
    }
}
