Scholarship
At Abhyaas Classes, we believe that every deserving student should have the opportunity to achieve their medical dream — without financial barriers. Any student can avail one of the following scholarships based on merit, performance, or special categories.
Abhyaas Classes Scholarship 2025
Empowering Future Healers — Apply & Avail Merit-Based Scholarships
| For Two Year Courses (XI + XII) | For One Year Courses (XI) | ||
|---|---|---|---|
| Scholarship % on Tuition Fee | CRITERIA | Scholarship % on Tuition Fee | CRITERIA |
| 60% | Above 90% in AACST | 60% | Above 90% in AACST |
| 50% | Above 80% in AACST | 50% | Above 80% in AACST |
| 40% | Above 70% in AACST | 40% | Above 70% in AACST |
| 35% | Above 60% in AACST | 35% | Above 60% in AACST |
| 30% | Above 50% in AACST | 30% | Above 50% in AACST |
| 25% | Above 40% in AACST | 25% | Above 40% in AACST |
| 15% | Above 30% in AACST | 15% | Above 30% in AACST |
/* Container */ .ab-scholarship-wrap{ font-family: "Poppins", Arial, sans-serif; max-width:1100px; margin:30px auto; padding:18px; } /* Section title */ .ab-scholarship-title{ color:#c60000; font-weight:700; font-size:20px; margin:10px 0 16px; } /* Table base */ .ab-sch-table{ width:100%; border-collapse:collapse; box-shadow:0 2px 6px rgba(0,0,0,0.08); border:1px solid #b83b3b; overflow:hidden; } /* Header styling */ .ab-sch-table thead th{ background:#c60000; /* red header */ color:#fff; padding:14px 12px; font-weight:700; border-right:1px solid rgba(255,255,255,0.08); text-align:left; } /* Body cells */ .ab-sch-table tbody td{ padding:13px 12px; border-top:1px solid #ddd; vertical-align:top; font-size:15px; color:#222; } /* narrow first col, narrow second, wide third like screenshot */ .ab-col-marks{ width:18%; min-width:110px; } .ab-col-percent{ width:14%; min-width:90px; text-align:center; } .ab-col-criteria{ width:auto; } /* zebra rows */ .ab-sch-table tbody tr:nth-child(even) td{ background:#fbf2f2; } /* hover */ .ab-sch-table tbody tr:hover td{ background:#fff6f6; } /* Note text */ .ab-note{ color:#c60000; font-weight:600; margin-top:10px; font-size:14px; } /* ===== Red Blinking Apply Button ===== */ .apply-red-btn{ display:inline-block; background: linear-gradient(180deg,#c60000,#960000); color:#fff; padding:12px 26px; border-radius:6px; font-weight:700; text-decoration:none; box-shadow:0 6px 18px rgba(198,0,0,0.18); margin:18px 0; transition:transform .2s ease; animation: ab-blink 1.2s infinite; } .apply-red-btn:hover{ transform:translateY(-3px); } /* blinking keyframes (soft opacity pulse) */ @keyframes ab-blink{ 0%,60%,100%{ opacity:1; box-shadow:0 6px 22px rgba(198,0,0,0.22); } 30%{ opacity:0.65; box-shadow:0 4px 10px rgba(198,0,0,0.12); } } /* Responsive */ @media(max-width:900px){ .ab-col-marks, .ab-col-percent{ width:28%; min-width:90px; } .ab-sch-table thead th, .ab-sch-table tbody td{ padding:10px; font-size:14px; } } @media(max-width:560px){ .ab-sch-table thead th{ display:none; } /* convert to stacked mobile rows */ .ab-sch-table, .ab-sch-table tbody, .ab-sch-table tr, .ab-sch-table td { display:block; width:100%; } .ab-sch-table tr{ margin-bottom:12px; border-bottom:1px solid #eee; } .ab-sch-table td{ padding:10px 12px; border:none; } .ab-sch-table td.ab-mobile-label{ color:#8a8a8a; font-weight:600; font-size:13px; margin-bottom:6px; display:block; } } 📢 Apply for Scholarship / Join Now
| Marks | Scholarship | Criteria |
|---|---|---|
| 300 – 350 | 30% | The Scholarship on tuition fee as per the criteria mentioned in the table will be given to students on NEET (UG) score. These students also need to submit a proof of preparing for next year’s NEET (UG) to improve their marks/selection. (Attach Proof) |
| 351 – 400 | 40% | The Scholarship on tuition fee as per the criteria mentioned in the table will be given to students on NEET (UG) score. These students also need to submit a proof of preparing for next year’s NEET (UG) to improve their marks/selection. (Attach Proof) |
| 401 – 450 | 50% | The Scholarship on tuition fee as per the criteria mentioned in the table will be given to students on NEET (UG) score. These students also need to submit a proof of preparing for next year’s NEET (UG) to improve their marks/selection. (Attach Proof) |
| 451 – 500 | 75% | The Scholarship on tuition fee as per the criteria mentioned in the table will be given to students on NEET (UG) score. These students also need to submit a proof of preparing for next year’s NEET (UG) to improve their marks/selection. (Attach Proof) |
| 500+ | 100% | The Scholarship on tuition fee as per the criteria mentioned in the table will be given to students on NEET (UG) score. These students also need to submit a proof of preparing for next year’s NEET (UG) to improve their marks/selection. (Attach Proof) |
/* ===== Main Container ===== */
.scholarship-box {
font-family: 'Poppins', sans-serif;
background: #fff;
border: 3px solid #c60000;
border-radius: 10px;
padding: 30px 25px;
max-width: 900px;
margin: 40px auto;
box-shadow: 0 4px 15px rgba(198,0,0,0.15);
}
.scholarship-box h2 {
color: #c60000;
text-align: center;
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
text-transform: uppercase;
}
.scholarship-box table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
.scholarship-box th {
background: #c60000;
color: #fff;
padding: 10px 8px;
font-weight: 600;
text-align: left;
border: 1px solid #c60000;
}
.scholarship-box td {
border: 1px solid #ccc;
padding: 10px 8px;
font-size: 15px;
color: #222;
}
.scholarship-box tr:nth-child(even) td { background: #f9f9f9; }
.scholarship-box p.note {
color: #c60000;
font-weight: 600;
font-size: 14px;
margin-top: 10px;
}
/* ===== Blinking Apply Button ===== */
.whatsapp-btn {
display: inline-block;
background: #25D366;
color: #fff;
font-weight: 600;
font-size: 17px;
padding: 12px 28px;
border-radius: 6px;
text-decoration: none;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
animation: blink 1.2s infinite;
transition: all 0.3s ease;
margin: 15px auto;
display: block;
text-align: center;
}
.whatsapp-btn:hover {
background: #1EBE5C;
transform: translateY(-2px);
}
@keyframes blink {
0%, 50%, 100% { opacity: 1; }
25%, 75% { opacity: 0.6; }
}
/* ===== Floating WhatsApp Icon ===== */
.floating-whatsapp {
position: fixed;
bottom: 20px;
right: 20px;
background: #25D366;
color: white;
border-radius: 50%;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 30px;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
z-index: 9999;
animation: bounce 1.5s infinite;
text-decoration: none;
}
.floating-whatsapp:hover {
background: #1EBE5C;
transform: scale(1.05);
}
@keyframes bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-6px); }
}
/* ===== Chat Bubble ===== */
.chat-bubble {
position: fixed;
bottom: 90px;
right: 20px;
background: #ffffff;
color: #000;
padding: 8px 14px;
border-radius: 20px;
font-size: 14px;
font-weight: 500;
box-shadow: 0 2px 8px rgba(0,0,0,0.25);
z-index: 9998;
animation: fadein 1s ease-in-out forwards, pulse 3s infinite;
opacity: 0;
}
@keyframes fadein {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
/* ===== Scholarship Form ===== */
.form-container {
background: #fff5f5;
padding: 25px 20px;
border-radius: 10px;
border: 1px solid #c60000;
margin-top: 25px;
}
.form-container h3 {
color: #c60000;
text-align: center;
font-weight: 700;
margin-bottom: 15px;
text-transform: uppercase;
}
.form-container input,
.form-container select,
.form-container textarea {
width: 100%;
padding: 10px;
margin-bottom: 12px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 15px;
}
.form-container button {
width: 100%;
background: #c60000;
color: #fff;
font-size: 17px;
font-weight: 600;
padding: 10px;
border: none;
border-radius: 6px;
cursor: pointer;
transition: 0.3s;
}
.form-container button:hover {
background: #a00000;
}
Scholarship Based on Board Exam Performance
| Name | Scholarship % on Tuition Fee | Criteria |
|---|---|---|
| Platinum | 50% | 95% or above (top 5 subjects including Maths & Science) |
| Diamond | 25% | 93% and above marks in top 5 subjects including Maths & Science |
| Gold | 20% | 90% to less than 93% in top 5 subjects including Maths & Science |
| Silver | 15% | 85% to less than 90% in top 5 subjects including Maths & Science |
Note: Above scholarship will be given on tuition fee only.
📞 Apply for Scholarship / Join Now
Apply for Scholarship
document.getElementById("scholarshipForm").addEventListener("submit", function(e){
e.preventDefault();
const name = document.getElementById("name").value;
const city = document.getElementById("city").value;
const cls = document.getElementById("class").value;
const marks = document.getElementById("marks").value;
const mobile = document.getElementById("mobile").value;
const msg = document.getElementById("message").value;
const text = `Hello Abhyaas Classes!%0AI want to apply for the scholarship.%0A%0A👤 Name: ${name}%0A🏙️ City/School: ${city}%0A🏫 Class: ${cls}%0A📊 Marks: ${marks}%0A📞 Mobile: ${mobile}%0A💬 Message: ${msg}`;
window.open(`https://wa.me/919214109990?text=${text}`, "_blank");
});
Get In Touch With Abhyaas
- Park Road , Golghar Near Dominos, Damodar Das Compound, Akshaibar Singh Marg Gorakhpur Uttar Pradesh 273001, India.
- +91 9214109990 | +91 9792905333
- say hi : abhyaasgkp@gmail.com
- Opening Hours: 07:00am To 07:30pm
- Website : https://abhyaasgkp.com
Helpful links
No.1 & Top NEET Coaching Institute in Eastern Uttar Pradesh
- Legal
- Term Of Service
- Term Of Use
