
/*-------------------باکس تبلیغات کلاس خصوصی بعد درس---------------------*/
.after-lesson-box {
	max-width:320px;
    margin-top: 40px;
    padding: 20px;
    background: #f1f9ff;
    border-right: 5px solid #1e88e5;
    border-radius: 8px;
}
.after-lesson-box h3 {
    margin: 0 0 10px;
    color: #1565c0;
}
.after-lesson-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 16px;
    background: #1e88e5;
    color: white;
    text-decoration: none;
    border-radius: 6px;
}
.after-lesson-btn:hover {
    background: #1565c0;
}
/*----------باکس  تبلیغات کلاس خصوصی بعد تست----------------*/
.after-test-content {
	max-width:320px;
    margin-top: 30px;
    padding: 20px;
    background: #fff8e1;
    border-right: 5px solid #ffb300;
    border-radius: 8px;
}
.after-test-content h3 {
    margin: 0 0 10px;
    color: #ff6f00;
}
.after-test-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 16px;
    background: #ff8f00;
    color: white;

    text-decoration: none;
    border-radius: 6px;
}
.after-test-btn:hover {
    background: #e65100;
}