.agewell_cta1,.agewell_cta2,.agewell_cta3{
    background:url('https://agewellcare.in/wp-content/uploads/2025/11/408665344.png');
    background-position:center!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    display: grid;
    max-width: 800px;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 25px;
    gap: 40px;
}
.agewell_cta1 .right_side{
    margin-top: 60px;
    padding-right: 40px;
}
.agewell_cta1 .right_side h2{
    color: #0058B0;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 30px;
    font-family:"Plus Jakarta Sans", sans-serif;
}
.agewell_cta1 .right_side a,.agewell_cta3 form input[type=submit]{
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--sifoxen-base, #e94a70);
    color: var(--sifoxen-white2, #F5F2F4);
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    font-family: var(--sifoxen-font);
    line-height: normal;
    padding: 10px 55px;
    transition: 500ms;
    text-transform: capitalize;
    z-index: 1;
    border-radius: 5px;
}


/*CTA 2*/
.agewell_cta2{
    background:url('https://agewellcare.in/wp-content/uploads/2025/11/408665346-1.png');
}
.agewell_cta2 img{
    width:105%;
}
.agewell_cta2 .right_side h2 {
    /*color: #000;*/
    /*margin-bottom: 10px;*/
    /*font-weight: 600;*/
    text-align:right;
}
.agewell_cta2 .right_side a{
    float:right;
}
.agewell_cta3{
    background:url('https://agewellcare.in/wp-content/uploads/2025/11/408665345.png');
}
.agewell_cta3 .right_side h2 {
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
}
.agewell_cta1 .right_side h2  span{
    color:#E94A70;
}
.agewell_cta3 form input{
    border: 2px solid #000000;
    background: transparent;
    border-radius: 20px;
    padding: 8px 20px;
    max-width: 80%;
    margin-bottom: 15px;
    width: 100%;
}
.agewell_cta3 .right_side {
    margin-top: 50px;
    padding-right: 0;
}
@media(max-width:1024px){
    .agewell_cta1 .right_side h2 {
        font-size: 20px;
    }
}