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

:root {
    --poppins_font: "Poppins", sans-serif;
    --grey_color: #5B5B5B;
    --dark_grey_color: #464646;
    --blue_color: #267DF4;
    --black_color: #2C2D2D;
}

body {
    font-family: var(--poppins_font);
}

P:empty {
    margin-bottom: 0 !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

P:last-child,
li:last-child {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
    transition: 1s;
}

/*-----Header CSS------*/
.header_main_section {
    padding: 24px 0;
}

.same_1280_container {
    max-width: 1280px;
    width: 90%;
    margin: auto;
}

.header_main_sec_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta_btn_default {
    font-family: var(--poppins_font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: rgb(255, 255, 255);
    display: inline-block;
    background: #267DF4;
    border-radius: 50px;
    padding: 16px 26px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: 0.4s;
    text-decoration: none !important;
}

.cta_btn_default:hover {
    background: transparent;
    color: #267DF4;
    border-color: #267DF4;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .header_logo_img img {
        max-width: 130px;
        width: 100%;
    }

    .header_cta_btn a.cta_btn_default {
        padding: 14px 16px;
    }
}

@media only screen and (max-width: 575px) {}

/*-----Header CSS------*/
/*-----Banner CSS------*/
.banner_main_section {
    background-color: rgba(38, 125, 244, 0.08);
}

.banner_main_sec_col {
    padding: 48px 0;
}

.banner_content_details_module {
    max-width: 985px;
    width: 90%;
    margin: auto;
    text-align: center;
}

.banner_content_details_txt span {
    font-size: 16px;
    font-weight: 400;
    color: var(--grey_color);
    margin-bottom: 6px;
    display: block;
}

.banner_content_details_txt h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 12px;
}

.banner_content_details_txt h1 font {
    color: var(--blue_color);
}

.para_txt p {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark_grey_color);
}

.common_cta_btn {
    margin-top: 32px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {}

@media only screen and (max-width: 575px) {
    .banner_content_details_txt h1 {
        font-size: 30px;
    }

    .cta_btn_default {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner_content_details_txt h1 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 767px) {
    .para_txt p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner_content_details_txt h1 {
        font-size: 41px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .banner_content_details_txt h1 {
        font-size: 43px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .banner_content_details_txt h1 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .banner_content_details_txt h1 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (min-width: 992px) {}

/*-----Banner CSS------*/
/*-----First Section CSS------*/
.section_padding {
    padding: 100px 0;
}

.same_1400_container {
    max-width: 1400px;
    width: 90%;
    margin: auto;
}

.first_aligner_sec_row {
    background-color: rgba(38, 125, 244, 0.08);
    padding: 42px 0;
    border-radius: 12px;
    border: 1px solid rgba(38, 125, 244, 0.2);
}

.first_aligner_content_module {
    text-align: center;
    max-width: 1120px;
    width: 90%;
    margin: auto;
}

.htag_txt h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {}

@media only screen and (max-width: 575px) {
    .htag_txt h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (max-width: 767px) {
    .section_padding {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .htag_txt h2 {
        font-size: 27px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_padding {
        padding: 60px 0;
    }

    .htag_txt h2 {
        font-size: 29px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .htag_txt h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .htag_txt h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (min-width: 992px) {}

/*-----First Section CSS------*/
/*-----Second Section CSS------*/

.second_course_investment_content_blk h2 {
    margin-bottom: 32px;
}

.second_course_investment_content_module {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

.price_box_module {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 48px;
}

.htag_txt h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--blue_color);
}

.second_course_investment_price_title h3 {
    margin-bottom: 16px;
}

.price_details_subheading_txt {
    margin-bottom: 16px;
}

.price_details_subheading_txt p {
    font-weight: 500;
}

ul.price_details_list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 16px;
}

ul.price_details_list li:before {
    content: "";
    background-image: url(/asset/images/check_icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {}

@media only screen and (max-width: 575px) {
    .price_box_module {
        padding: 30px 20px;
    }

    .htag_txt h3 {
        font-size: 21px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .price_box_module {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 576px) and (max-width: 991px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .htag_txt h3 {
        font-size: 23px;
    }
}

@media only screen and (max-width: 991px) {
    .second_course_investment_content_module {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .htag_txt h3 {
        font-size: 23px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .htag_txt h3 {
        font-size: 23px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (min-width: 992px) {}


/*-----Second Section CSS------*/
/*-----Third Section CSS------*/

.third_course_schedule_section {
    background-color: rgba(38, 125, 244, 0.08);
}

.third_course_schedule_container {
    max-width: 960px;
    width: 90%;
    margin: auto;
}

.third_course_schedule_content_blk h2 {
    margin-bottom: 32px;
}

.third_course_schedule_table_list {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.third_course_schedule_table_list:last-child {
    margin-bottom: 0 !important;
}

.third_course_schedule_img {
    background-color: #267DF4;
    display: flex;
    align-items: center;
    padding: 40px 24px;
    border-radius: 12px;
    width: 100%;
    max-width: 80px;
}

.third_course_schedule_img img {
    width: 100%;
    height: 100%;
    max-width: 32px;
    max-height: 32px;
}

.third_course_schedule_details {
    width: 100%;
    padding: 24px;
    background-color: #ffff;
    border-radius: 12px;
}

.third_course_schedule_details h3 {
    font-size: 22px;
    color: var(--blue_color);
    margin-bottom: 8px;
    line-height: 1.4;
}

.third_course_schedule_details p {
    color: var(--black_color);
    font-weight: 500;
    line-height: 1.4;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {}

@media only screen and (max-width: 575px) {}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 576px) and (max-width: 991px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (min-width: 992px) {}

/*-----Third Section CSS------*/
/*-----Fourth Section CSS------*/

.fourth_lecture_topics_content_blk h2 {
    margin-bottom: 48px;
}

.same_lecture_topics_col {
    margin-bottom: 32px;
}

.same_lecture_topics_col:last-child {
    margin-bottom: 0;
}

.fourth_lecture_topics_content_module {
    display: flex;
    gap: 48px;
    align-items: center;
}

.fourth_lecture_topics_img img {
    border-radius: 12px;
}

.same_lecture_topics_col:nth-child(odd) {
    border: 2px solid #EEF5FE;
    border-radius: 12px;
    padding: 32px;
}

.same_lecture_topics_col:nth-child(even) {
    padding: 32px;
    background: #EEF5FE;
    border-radius: 12px;
}

.fourth_course_heading_details {
    margin-bottom: 14px;
}

.fourth_course_heading_details h3 {
    margin-bottom: 0;
}

.break_line {
    background: var(--blue_color);
    width: 100px;
    display: block;
    height: 2px;
    margin: 24px 0;
}

.fourth_course_heading_details p {
    font-weight: 700;
    color: var(--black_color);
}




@media only screen and (min-width: 320px) and (max-width: 480px) {}

@media only screen and (max-width: 575px) {

    .same_lecture_topics_col:nth-child(odd),
    .same_lecture_topics_col:nth-child(even) {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 576px) and (max-width: 991px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 991px) {
    .fourth_lecture_topics_content_module {
        flex-wrap: wrap;
    }

    .fourth_lecture_topics_img,
    .fourth_lecture_topics_details {
        width: 100%;
    }

    .fourth_lecture_topics_img img {
        width: 100%;
        max-width: fit-content;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {

    .fourth_lecture_topics_img,
    .fourth_lecture_topics_details {
        width: 50%;
    }

    .fourth_lecture_topics_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (min-width: 992px) {

    .same_lecture_topics_col:nth-child(even) .fourth_lecture_topics_content_module {
        flex-direction: row-reverse;
    }
}

/*-----Fourth Section CSS------*/
/*-----Fifth Section CSS------*/

.registration_form_heading_col p {
    font-size: 16px;
    color: var(--black_color);
}

.registration_form_heading_col span {
    font-size: 16px;
    font-weight: 500;
    color: var(--blue_color);
}

.registration_form_table {
    padding: 60px;
    background-color: #fff;
    border-radius: 12px;
}

.registration_form_heading_row {
    margin-bottom: 48px;
}

.registration_form_section {
    background-color: rgba(38, 125, 244, 0.08);
}

.same_1120_container {
    max-width: 1120px;
    width: 90%;
    margin: auto;
}

.registration_form_inner_row input,
.registration_form_inner_row textarea {
    height: 50px;
    padding: 14px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    font-weight: 600;
    color: var(--black_color);
    outline: none;
    border: 1px solid #E4E8ED !important;
    width: 100%;
}

.registration_form_inner_row input::placeholder,
.registration_form_inner_row textarea::placeholder {
    font-weight: 400;
    color: #9A9D9D;
}

.registration_form_inner_row {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 24px;
    justify-content: space-between;
}

.registration_form_inner_row label {
    width: 100%;
    margin-bottom: 0 !important;
}

.registration_form_half_col1 {
    width: 100%;
    max-width: 48%;
}

.registration_form_full_row {
    width: 100%;
}

.registration_form_subhalf_row {
    width: 100%;
    max-width: 31.20%;
}

.registration_form_btn_row {
    margin-top: 48px;
}

.registration_form_btn_col button {
    outline: none;
}

.registration_form_inner_row label.label1 {
    color: red;
    font-size: 13px;
    font-weight: 500;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {}

@media only screen and (max-width: 575px) {
    .registration_form_table {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .registration_form_table {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 576px) and (max-width: 991px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .registration_form_table {
        padding: 50px 40px;
    }
}

@media only screen and (max-width: 991px) {

    .registration_form_half_col1,
    .registration_form_subhalf_row {
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (min-width: 992px) {}

/*-----Fifth Section CSS------*/
/*-----Sixth Section CSS------*/
.six_information_content_module {
    max-width: 529px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.six_information_sec_col {
    padding: 60px;
    background-color: rgba(38, 125, 244, 0.08);
    border-radius: 12px;
}

.six_information_content_blk h2 {
    font-size: 28px;
    margin-bottom: 32px;
}

.six_information_details_blk {
    margin-bottom: 14px;
}

.six_social_information_blk {
    max-width: fit-content;
    margin: auto;
}

.six_social_information_blk a {
    margin-bottom: 12px;
    display: block;
    position: relative;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.six_social_information_blk a:before {
    content: "";
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
}

.six_social_information_blk a.mail_icon:before {
    background-image: url(/asset/images/mail_icon.svg);
}

.six_social_information_blk a.call_icon:before {
    background-image: url(/asset/images/call_icon.svg);
}

.six_social_information_blk a p {
    font-weight: 500;
    transition: 1s;
}

.six_social_information_blk a:hover p {
    color: var(--blue_color);
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    .six_social_information_blk a {
        padding-left: 23px;
        overflow-wrap: anywhere;
    }

    .six_social_information_blk a p {
        font-size: 15px;
    }

    .six_social_information_blk a:before {
        background-size: cover;
        width: 20px;
        height: 20px;
    }

}

@media only screen and (max-width: 575px) {
    .six_information_sec_col {
        padding: 30px 20px;
    }

    .six_information_content_blk h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .six_information_sec_col {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .six_information_content_blk h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .six_information_sec_col {
        padding: 50px 40px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (min-width: 992px) {}

/*-----Sixth Section CSS------*/
/*-----Footer Section CSS------*/
footer.footer_main_section {
    background-color: var(--blue_color);
    padding: 32px 0;
}

.same_1680_container {
    max-width: 1680px;
    width: 90%;
    margin: auto;
}

.footer_main_sec_col {
    display: flex;
    justify-content: space-between;
}

.copyright_txt p,
.copyright_txt p a {
    color: #fff;
}

.copyright_txt p {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.copyright_txt a:hover {
    color: var(--black_color) !important;
}

.copyright_txt span {
    color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 320px) and (max-width: 480px) {}

@media only screen and (max-width: 575px) {
    footer.footer_main_section {
        padding: 25px 0;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 576px) and (max-width: 991px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 991px) {
    .footer_main_sec_col {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }
}



/*-----Footer Section CSS------*/