/* ====== RESPONSIVE CSS ====== */
@media only screen and (max-width: 1880px) {}

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
    .main-student {
        width: 100%;
    }

    .pt_choose_content h2 span {
        position: relative;
    }

    .pt_choose_content span .curve_red {
        right: 0;
    }
}

@media only screen and (max-width: 1080px) {
    .pt_choose_left {
        width: 100%;
    }

    .pt_choose_content {
        padding-left: 0;
    }

    .pt_main_img {
        width: 100%;
    }

    .pt_icon_1 {
        top: -42px;
        right: 50px;
    }

    .pt_curve_img {
        bottom: 0;
        right: 0px;
        width: 213px;
        height: 376px;
        border-radius: 180px 180px 62px 100px;
    }
}

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

@media only screen and (max-width: 991px) {
    .hero-row-wrapper {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .hero-content h1 {
        font-size: 60px;
    }

    .bold-text {
        display: inline;
    }

    .center-div {
        display: flex;
        justify-content: center;
    }

    .pt_choose_content h2 {
        width: 70%;
    }

    .pt_course_card .course_img img {
        height: 240px;
    }

    .pt_course_card .course_title {
        font-size: 22px;
    }

    .pt_course_card .price {
        font-size: 24px;
        font-weight: 600;
    }

    .pt_learning_section .row {
        flex-direction: column-reverse;
    }

    .pt_main_image {
        width: 70%;
        height: 400px;
        margin-bottom: 30px;
    }

    .pt_tools_section .row {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 0px;
    }

    .tool-bx {
        width: 100%;
    }

    .pt_contact_right {
        padding: 0px 30px;
    }

    .pt_contact_left {
        padding: 50px 30px;
    }

    .pt_action_box {
        border-radius: 12px;
        padding: 30px 40px;
    }

    .pt_action_box_sec1 {
        margin-top: -20px;
    }

    .pt_choose_content {
        padding-left: 0;
    }

    .navbar-toggler {
        background: var(--secondary-color);
    }

    .pt_image_border {
        width: 700px;
        height: 400px;
    }
}

@media only screen and (max-width: 800px) {
    .blue-big {
        display: inline;
    }

    .pt_title_curve_line {
        left: 90px;
    }

    .hero-content h1 {
        font-size: 52px;
        margin-bottom: 30px;
    }

    .pt_title_curve_line {
        left: 0;
    }

    .pt_title_curve_line img {
        width: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .pt_choose_content h2 {
        width: 90%;
    }

    .main-student {
        height: 365px;
    }

    .floating-card {
        top: 170px;
        right: 0;
        width: 260px;
        padding: 10px;
    }

    .hero-content h1 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .pt_choose_content h2 {
        font-size: 36px;
    }

    .pt_course_card {
        max-width: 100%;
    }

    .pt_action_box1 .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .pt_choose_content .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .pt_section_title h2 {
        font-size: 36px;
    }

    .pt_subtl {
        font-size: 16px;
        font-weight: 500;
    }

    .pt_titl_wrapper h2 {
        font-size: 36px;
    }

    .pt_contact_right {
        padding: 0px 30px;
        margin-bottom: 30px;
    }

    .pt_action_btn_wrap {
        justify-content: center;
        margin-top: 20px;
    }

    .pt_action_content {
        text-align: center;
    }

    .pt_main_img {
        height: 350px;
    }

    .pt_curve_img {
        width: 210px;
        height: 210px;
        border-radius: 50%;
    }

    .pt_course_card .course_img img {
        height: 360px;
    }

    .tool-bx {
        padding: 4px;
        margin: 0px;
    }

    .pt_footer_bottom_wrapper {
        justify-content: center;
        gap: 5px;
    }

    .pt_image_border {
        width: 428px;
        height: 395px;
    }

    .pt_feature_card {
        border-radius: 7px;
        padding: 15px 20px;
    }

    .pt_feature_title {
        font-size: 17px;
    }

    .pt_list_item {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .pt_section_title {
        font-weight: 600;
        margin: 40px 0 10px;
    }
}

@media only screen and (max-width: 600px) {
    div#mainNavbar {
        position: absolute;
        width: 100%;
        top: 60px;
        right: 5px;
    }

    .pt_action_box1 {
        padding: 30px 20px;
    }

    .pt_form_control {
        padding: 12px 10px;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .register-btn {
        padding: 12px 12px;
    }
}

@media only screen and (max-width: 580px) {
    .header-right {
        display: none;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0 15px;
    }

    a.navbar-brand.logo.col-lg-2.col-md-2.col-sm-4.col-5 {
        display: flex;
        align-items: center;
    }

}

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

    .pt_action_box1 .row,
    .pt_choose_content .row {
        grid-template-columns: 1fr;
    }

    .pt_main_image img {
        height: 100%;
    }

    .pt_main_image {
        height: 363px;
    }

    .pt_image_border {
        width: 330px;
        height: 350px;
    }

    .pt_list_item {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .pt_contact_btns {
        right: 15px;
    }

    table th:nth-child(1),
    table td:nth-child(1) {
        width: 20%;
    }

    table th:nth-child(2),
    table td:nth-child(2) {
        width: 35%;
    }

    table th:nth-child(3),
    table td:nth-child(3) {
        width: 45%;
    }

    .floating-card {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    .hero-content h1 {
        font-size: 37px;
        margin-bottom: 25px;
    }

    .hero-content p {
        color: var(--text-color);
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .pt-btn {
        padding: 12px 25px;
        border-radius: 60px;
        font-size: 16px;
    }

    .pt_feature_text1 h4 {
        font-size: 20px;
    }

    .pt_action_btn_wrap1 {
        margin-top: 20px;
    }

    .pt_choose_content h2 {
        font-size: 32px;
    }

    .pt_feature_text h4 {
        font-size: 20px;
    }

    .pt_courses {
        margin: 30px 0px 10px;
    }

    .pt_titl_wrapper h2 {
        font-size: 32px;
    }

    .pt_module_section {
        padding: 40px 0 10px;
    }

    .pt_section_title h2 {
        font-size: 32px;
    }

    .pt_learning_section {
        margin: 40px 0px 10px;
    }

    .pt_main_image {
        width: 100%;
    }

    .pt_image_border {
        width: 103%;
        height: 90%;
    }

    .pt_course_item h4 {
        font-size: 16px;
        font-weight: 500;
    }

    .pt_tools_subtitle h3 {
        font-size: 18px;
    }

    .pt_tools_subtitle span {
        width: 100px;
    }

    .pt_tools_section .row {
        grid-template-columns: repeat(4, 1fr);
    }

    .pt_tools_section {
        padding: 40px 0px 10px;
    }

    .pt_certification_sec {
        margin: 40px 0px 10px;
    }

    .pt_contact_left {
        padding: 30px 20px;
    }

    .pt_contact_section {
        padding: 40px 0px 10px;
    }

    .pt_contact_icon {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        font-size: 20px;
    }

    .pt_contact_box {
        gap: 13px;
        padding: 13px;
        border-radius: 10px;
    }

    .pt_contact_text h5 {
        font-size: 16px;
        font-weight: 500;
    }

    .pt_contact_box p {
        font-size: 18px;
        line-height: 1.3;
    }

    .pt_contact_right {
        padding: 0px 20px;
        margin-top: 30px;
    }

    .pt_action_box_sec {
        padding: 40px 0px 10px;
    }

    .pt_action_content h2 {
        margin-bottom: 10px;
    }

    .pt_footer_copy {
        text-align: center;
    }
}

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

@media only screen and (max-width: 371px) and (min-width: 330px) {
    .pt_choose_content span .curve_red {
        display: none;
    }
}

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