@media  screen and (max-width: 768px){
    .mobile-header {
        display: block;
    }
    .header-navbar {
        display: none;
    }  
    .sidebarMenuContainer .closeMenu {
        background: #a89168;
    }
    .banner {
        padding-top: 20px;
    }
    .banner-text h1, .banner-text h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .banner-text h3 {
        font-size: 25px;
        margin: 5px 0;
        color: #462a2a;
    }
    p {
        font-size: 18px;
        line-height: 25px;
    }
    .banner-text p {
        font-weight: 400;
    }
    .banner-img {
        display: none;
    }
    .brand {
        gap: 0;
        margin-left: 28px;
        margin-top: 10px;
    }
    header {
        padding: 20px 0 20px 0;
    }
    .tutor1-text {
        text-align: center;
        padding-top: 40px;
    }
    .tutor1-text h2, .tutor2-text h2 {
        font-size: 40px;
    }
    .tutor1, .tutor2 {
        padding: 40px 0 0 0;
        border-bottom: 1px solid #ddd;
    }
    .tutor2-text {
        text-align: center;
    }
    .sub-container {
        gap: 0;
    }
    .get-box {
        margin: 20px 10px;
    }
    .get-box p {
        font-size: 24px;
    }

}


@media  screen and (max-width: 767px){
    .tutor1-text h2, .tutor2-text h2 {
        font-size: 30px;
    }
    .sub .icon {
        width: 100%;
    }
    .sub {
        width: 150px;
        height: 200px;
    }
    .pricing-box {
        margin-bottom: 30px;
    }
    .single-answer {
        margin-bottom: 10px !important;
    }
    .trial-body-inner {
        max-width: 100%;
        margin: 50px 20px;
    }
}

@media  screen and (max-width: 575px){
    .get-started-header h2 {
        font-size: 32px;
    }
    .faq::before {
        display: none;
    }
    .footer-branding.text-right {
        text-align: center !important;
    }
    .footer-copyright {
        text-align: center;
        margin-bottom: 10px;
    }
    .tutor1::before, .tutor2::before {
        display: none;
    }
    .banner {
        padding-bottom: 20px;
    }
    .brand {
        display: none;
    }
    .subjects {
        padding: 70px 10px;
    }
    .get-started-footer h2 {
        font-size: 22px;
    }
    .faq h1 {
        font-size: 30px;
    }
    #faq .card {
        border-radius: 20px;
    }
    .banner-section h4 {
        color: #222;
    }
}