@media (min-width:1500px) {
    .container {
        max-width: 1350px;
    }
}

@media (max-width:1499px) {
    .banner .contentBx h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .banner .contentBx p {
        font-size: 18px;
        line-height: 24px;
    }

    .banner {
        padding: 170px 0 200px 0;
    }

    .banner .contentBx .btn_wrap a {
        font-size: 17px;
    }

    .heading_wrap h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .heading_wrap p {
        font-size: 17px;
        line-height: 26px;
    }

    .why-choose-wrapper .content_wrap .contentBx h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .why-choose-wrapper {
        padding: 80px 0 100px 0;
    }

    .subject_curricula .content_wrap .top_wrap .title h3 {
        font-size: 18px;
    }

    .subject_curricula,
    .tailored,
    .how_it_work_wrapper {
        padding-bottom: 100px;
    }

    .how_it_work_wrapper .steps_item .iconBx {
        width: 50px;
        height: 50px;
    }

    .how_it_work_wrapper .steps_item .iconBx img {
        max-width: 24px;
    }

    .how_it_work_wrapper .work_steps {
        gap: 20px;
    }

    .how_it_work_wrapper .steps_item .contentBx h3 {
        font-size: 17px;
    }

    .how_it_work_wrapper .steps_item .stapesBack {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width:1370px) {
    .how_it_work_wrapper .steps_item {
        padding: 15px;
    }

    .heading_wrap h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .banner .contentBx h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner {
        padding: 70px 0 70px 0;
    }
}

@media (max-width:1023px) {
    .banner .banner_wrap {
        flex-direction: column-reverse;
    }

    .banner .imgBx img {
        max-width: 100%;
    }

    .banner .imgBx {
        margin-bottom: 30px;
    }

    .banner .contentBx h1 {
        font-size: 35px;
        line-height: 46px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .why-choose-wrapper .content_wrap {
        margin-bottom: 20px;
    }

    .heading_wrap {
        max-width: 100%;
    }

    .subject_curricula,
    .tailored,
    .how_it_work_wrapper {
        padding-bottom: 70px;
    }

    .tailored .tailored_wrapper .lession_board {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .how_it_work_wrapper .work_steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-bottom: 40px;
    }

    .priceing_package .trial_session_wrap {
        padding: 20px;
        max-width: 100%;
    }

    .priceing_package .trial_session_wrap .contentBx .content_details {
        width: 50%;
    }

    .priceing_package .trial_session_wrap .contentBx .content_list {
        width: 50%;
    }

    .banner .contentBx .btn_wrap a {
        width: 100%;
    }

    .banner .contentBx .btn_wrap {
        gap: 15px;
    }
}

@media (max-width:767px) {
    .banner .contentBx h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .banner {
        padding: 120px 0 120px 0;
    }

    .banner .contentBx .btn_wrap {
        gap: 20px;
        flex-direction: column;
    }

    .why-choose-wrapper {
        padding: 60px 0 70px 0;
    }

    .heading_wrap h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .subject_curricula,
    .tailored,
    .how_it_work_wrapper {
        padding-bottom: 50px;
    }

    .tailored .tailored_wrapper .lession_board {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .tailored .tailored_wrapper {
        padding: 20px;
    }

    .tailored .tailored_wrapper .heading_wrap h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .how_it_work_wrapper .work_steps {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .priceing_package .trial_session_wrap .btnWrap a {
        width: 100%;
    }

    .priceing_package .trial_session_wrap .contentBx {
        flex-direction: column;
    }

    .priceing_package .trial_session_wrap .contentBx .content_details {
        width: 100%;
        margin-bottom: 20px;
    }

    .priceing_package .trial_session_wrap .contentBx .content_list {
        width: 100%;
    }

    .priceing_package .note p {
        font-size: 16px;
        line-height: 26px;
    }

    .priceing_package .trial_session_wrap {
        margin: 0 auto 40px;
    }

    .tailored .tailored_wrapper .lession_board ul li {
        font-size: 15px;
    }
}