/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*
    font-family: 'Nunito', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: "Inter", sans-serif;
*/
}

body {
    background: #f5faff;
}

/* banner */

.banner {
    background: #162E5F;
    background: linear-gradient(120deg, rgba(22, 46, 95, 1) 0%, rgba(22, 46, 95, 1) 50%, rgba(17, 28, 44, 1) 90%);
}

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

.banner .contentBx h1 {
    font-size: 60px;
    line-height: 65px;
    font-weight: bold;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin-bottom: 15px;
    max-width: 568px;
}

.banner .contentBx p {
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin-bottom: 25px;
}

.banner .contentBx .btn_wrap {
    display: flex;
    gap: 10px;
}

.banner .contentBx .btn_wrap a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5C78B2;
    border-radius: 16px;
    text-decoration: none;
    width: 224px;
    height: 56px;
    background: #233D73;
    transition: 0.5s all;
}

.banner .contentBx .btn_wrap a:hover {
    background: #FF4E4E;
    transition: 0.5s all;
    border: 1px solid #FF4E4E;
}

.banner .imgBx {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

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

/* banner end */

/* why-choose */

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

.heading_wrap {
    max-width: 858px;
    margin: 0 auto 40px;
}

.heading_wrap h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #1D2530;
    margin-bottom: 20px;
    text-align: center;
}

.heading_wrap p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #65758B;
    margin-bottom: 0px;
    text-align: center;
}

.why-choose-wrapper .content_wrap {
    background: #fff;
    border: 1px solid #F5FAFF;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    transition: 0.5s all;
}

.why-choose-wrapper .content_wrap:hover {
    box-shadow: 6px 19px 37.4px rgba(0, 0, 0, 0.12);
}

.why-choose-wrapper .content_wrap .iconBx {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8F6FE;
    margin-bottom: 15px;
}

.why-choose-wrapper .content_wrap .contentBx h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #1D2530;
    margin-bottom: 10px;
}

.why-choose-wrapper .content_wrap .contentBx p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #65758B;
    margin-bottom: 0px;
}

.why-choose-wrapper .note {
    margin-top: 45px;
}

.why-choose-wrapper .note p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #65758B;
    text-align: center;
    margin-bottom: 0;
    font-style: italic;
}

.subject_curricula {
    padding-bottom: 130px;
}

.subject_curricula .heading_wrap {
    max-width: 638px;
    margin: 0 auto 40px;
}

.heading_wrap h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #1D2530;
    margin-bottom: 20px;
    text-align: center;
}

.heading_wrap p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #65758B;
    margin-bottom: 0px;
    text-align: center;
}

.subject_curricula .content_wrap {
    background: #fff;
    border: 1px solid #E1E7EF;
    border-radius: 12px;
    padding: 22px;
    height: 100%;
}

.subject_curricula .content_wrap .top_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.subject_curricula .content_wrap .top_wrap .iconBx {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subject_curricula .content_wrap .top_wrap .iconBx.language {
    background: rgba(240, 114, 76, .1);
}

.subject_curricula .content_wrap .top_wrap .iconBx.stem {
    background: rgba(10, 205, 235, .1);
}

.subject_curricula .content_wrap .top_wrap .iconBx.support {
    background: rgba(17, 28, 44, .1);
}

.subject_curricula .content_wrap .top_wrap .iconBx img {
    max-width: 20px;
}

.subject_curricula .content_wrap .top_wrap .title h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #1D2530;
    margin-bottom: 0px;
}

.subject_curricula .content_wrap .chips_wrap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.subject_curricula .content_wrap .chips_wrap ul li {
    background: #F0724C;
    color: #fff;
    border-radius: 9999px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    padding: 3px 12px;
    text-align: center;
}

.tailored {
    padding-bottom: 130px;
}

.tailored .tailored_wrapper {
    background: #FFFFFF;
    border: 1px solid #E1E7EF;
    padding: 30px;
    border-radius: 12px;
}

.tailored .tailored_wrapper .heading_wrap h2 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #1D2530;
    text-align: center;
    margin-bottom: 35px;
}

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

.tailored .tailored_wrapper .lession_board .top_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.tailored .tailored_wrapper .lession_board .top_wrap .iconBx img {
    max-width: 20px;
}

.tailored .tailored_wrapper .lession_board .top_wrap .title h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #1D2530;
    margin-bottom: 0px;
}

.tailored .tailored_wrapper .lession_board ul {
    padding-left: 0;
    margin-bottom: 0;
}

.tailored .tailored_wrapper .lession_board ul li {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.tailored .tailored_wrapper .lession_board ul li:last-child {
    margin-bottom: 0;
}

.tailored .tailored_wrapper .lession_board ul li span {
    color: #65758B;
}

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

.tailored .tailored_wrapper .lession_board .international ul li i {
    color: #0ACDEB;
}

.tailored .tailored_wrapper .lession_board .regional ul li i {
    color: #F0724C;
}

.tailored .tailored_wrapper .lession_board .specialised ul li i {
    color: #111C2C;
}

.tailored .tailored_wrapper .note {
    margin-top: 45px;
}

.tailored .tailored_wrapper .note p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #65758B;
    text-align: center;
    margin-bottom: 0;
    font-style: italic;
}

.how_it_work_wrapper {
    padding-bottom: 130px;
}

.how_it_work_wrapper .heading_wrap {
    max-width: 638px;
    margin: 0 auto 40px;
}

.heading_wrap h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #1D2530;
    margin-bottom: 20px;
    text-align: center;
}

.heading_wrap p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #65758B;
    margin-bottom: 0px;
    text-align: center;
}

.how_it_work_wrapper .work_steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 25px;
    padding-bottom: 70px;
}

.how_it_work_wrapper .steps_item {
    position: relative;
    background: #fff;
    border: 1px solid #E1E7EF;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.how_it_work_wrapper .steps_item .stapesBack {
    font-family: "Inter", sans-serif;
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
    color: rgba(10, 205, 235, 0.08);
    position: absolute;
    top: 0;
    right: 6px;
}

.how_it_work_wrapper .steps_item .iconBx {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #0ACDEB;
    background: linear-gradient(120deg, rgba(10, 205, 235, 1) 0%, rgba(10, 205, 235, 1) 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
}

.how_it_work_wrapper .steps_item .contentBx h4 {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #0ACDEB;
    margin-bottom: 15px;
}

.how_it_work_wrapper .steps_item .contentBx h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #1D2530;
    margin-bottom: 15px;
}

.how_it_work_wrapper .steps_item .contentBx p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #65758B;
    margin-bottom: 0;
}

.how_it_work_wrapper .note {
    max-width: 690px;
    margin: 0 auto;
}

.how_it_work_wrapper .note p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #65758B;
    text-align: center;
    margin-bottom: 0;
    font-style: italic;
}

.priceing_package {
    padding-bottom: 130px;
}

.priceing_package .priceing_package_wrapper {
    max-width: 868px;
    width: 100%;
    margin: 0 auto;
}

.heading_wrap {
    max-width: 660px;
    margin: 0 auto 40px;
}

.heading_wrap h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #1D2530;
    margin-bottom: 20px;
    text-align: center;
}

.heading_wrap p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #65758B;
    margin-bottom: 0px;
    text-align: center;
}

.priceing_package .trial_session_wrap {
    background: #fff;
    border: 1px solid #E1E7EF;
    border-radius: 15px;
    box-shadow: 0 4px 20.7px 0 rgba(159, 159, 159, .17);
    padding: 50px;
    max-width: 868px;
    margin: 0 auto 50px;
}

.priceing_package .trial_session_wrap .btnWrap a {
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0ACDEB;
    text-decoration: none;
    transition: 0.5s;
    width: 366px;
    height: 44px;
    border-radius: 10px;
    box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.10),
        0 10px 15px -3px rgba(0, 0, 0, 0.10);
    ;
}

.priceing_package .trial_session_wrap .trial_head_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.priceing_package .trial_session_wrap .trial_head_wrap .iconBx {
    background: rgba(10, 205, 235, .1);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.priceing_package .trial_session_wrap .trial_head_wrap h3 {
    font-weight: bold;
    font-family: "Inter", sans-serif;
    color: #1D2530;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

.priceing_package .trial_session_wrap .contentBx {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

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

.priceing_package .trial_session_wrap .contentBx .content_details p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #65758B;
    margin-bottom: 0;
    max-width: 366px;
}

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

.priceing_package .trial_session_wrap .contentBx .content_list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.priceing_package .trial_session_wrap .contentBx .content_list ul li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    list-style: none;
    color: #1D2530;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.priceing_package .trial_session_wrap .contentBx .content_list ul li:last-child {
    margin-bottom: 0;
}

.priceing_package .trial_session_wrap .btnWrap a:hover {
    background: #01bad7;
}

.priceing_package .note {
    max-width: 583px;
    margin: 0 auto;
}

.priceing_package .note p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #1D2530;
    text-align: center;
    margin-bottom: 0;
    font-style: italic;
}