/* =========== Extra Extra Large Device Css Start =========== */
@media (min-width: 1400px) {
    #publication_and_branch .publication_slider_wrapper {
        margin-bottom: 0;
    }
    .connected_companies_image img {
        max-height: 70px;
    }
}
/* =========== Extra Extra Large Device Css End =========== */

/* =========== Extra Large Device Css Start =========== */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    #publication_and_branch .publication_slider_wrapper {
        margin-bottom: 0;
    }
    .connected_companies_image img {
        max-height: 65px;
    }
}
/* =========== Extra Large Device Css End =========== */

/* =========== Large Device Css Start =========== */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #publication_and_branch .publication_slider_wrapper {
        margin-bottom: 0;
    }
    .connected_companies_image img {
        max-height: 60px;
    }
}
/* =========== Large Device Css End =========== */

/* =========== Medium Device Css Start =========== */
@media (min-width: 768px) and (max-width: 991.98px) {
    #popularCoursesSlider .owl-stage-outer,
    .course_departments_wrapper .owl-stage-outer {
        padding: 0 20px;
        margin: 0 -20px;
    }
    #hero_slider .hero_slider_wrapper .owl-dots {
        padding: 5px 0;
    }
    .section_header .section_title {
        font-size: 35px;
    }
    #course .section_header {
        margin-bottom: 25px;
    }
    #publication_and_branch .branch {
        transform: translateY(0%);
    }
    footer .footer_widget {
        margin-bottom: 20px;
    }
    footer .footer_widget:first-child {
        border-bottom: 1px solid rgba(202, 33, 41, 0.2);
        padding-bottom: 10px;
    }
    .footer_top .footer_widget ul.social_links {
        justify-content: center;
    }
    .connected_companies_image img {
        max-height: 55px;
    }
}
/* =========== Medium Device Css End =========== */

/* =========== Small Device Css Start =========== */
@media (min-width: 576px) and (max-width: 767.98px) {
    #popularCoursesSlider .owl-stage-outer,
    .course_departments_wrapper .owl-stage-outer {
        padding: 0 20px;
        margin: 0 -20px;
    }
    .section_header .section_title {
        font-size: 25px;
    }
    #hero_slider .hero_slider_inner {
        padding: 5px;
    }
    #hero_slider .hero_slider_wrapper .owl-dots {
        padding: 0;
    }
    #hero_slider .hero_slider_wrapper .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
    #course {
        margin-top: 30px;
    }
    #course .course_wrapper_card h3 {
        font-size: 16px;
    }
    #course .course_slider_item {
        padding: 5px;
        border-radius: 8px;
        border-top: 3px solid #5c548c;
        border-bottom: 3px solid #5c548c;
    }

    #publication_and_branch {
        margin-top: 80px;
        padding-bottom: 20px;
    }
    #publication_and_branch .section_header {
        margin-bottom: 0;
    }

    #publication_and_branch .section_header .section_title {
        font-size: 20px;
    }
    #publication_and_branch .branch {
        transform: translateY(0);
    }
    #publication_and_branch .branch .branch_item {
        margin-bottom: 15px;
    }
    footer .footer_widget {
        margin-bottom: 20px;
    }
    footer .footer_widget:first-child {
        border-bottom: 1px solid rgba(202, 33, 41, 0.2);
        padding-bottom: 10px;
    }
    .footer_top .footer_widget ul.social_links {
        justify-content: center;
    }
    .connected_companies_image img {
        max-height: 45px;
    }
}
/* =========== Small Device Css End =========== */
/* For responsive adjustments */

/* =========== Extra Small Device Css Start =========== */
@media (max-width: 575.98px) {
    #popularCoursesSlider .owl-stage-outer,
    .course_departments_wrapper .owl-stage-outer {
        padding: 0 10px;
        margin: 0 -10px;
    }
    .section_header h2 span {
        font-size: 22px;
        line-height: 0;
    }
    .section_header p {
        font-size: 14px;
        line-height: 22px;
    }
    #course {
        margin-top: 30px;
    }
    #course .course_wrapper_card h3 {
        font-size: 16px;
    }
    #course .course_slider_item {
        padding: 5px;
        border-radius: 8px;
        border-top: 3px solid #5c548c;
        border-bottom: 3px solid #5c548c;
    }

    #publication_and_branch {
        margin-top: 80px;
        padding-bottom: 20px;
    }
    #publication_and_branch .section_header {
        margin-bottom: 0;
    }

    #publication_and_branch .section_header .section_title {
        font-size: 20px;
    }
    #publication_and_branch .branch {
        transform: translateY(0);
    }
    #publication_and_branch .branch .branch_item {
        margin-bottom: 15px;
    }
    footer .footer_widget {
        margin-bottom: 20px;
    }
    footer .footer_widget:first-child {
        border-bottom: 1px solid rgba(202, 33, 41, 0.2);
        padding-bottom: 10px;
    }
    .footer_top .footer_widget ul.social_links {
        justify-content: center;
    }
    .connected_companies_image img {
        max-height: 40px;
    }
    /***** banner *****/
    #banner .section_header_btn {
        display: flex;
        justify-content: center;
    }
    #banner .banner_content .banner_first_circle {
        top: -9px !important;
        left: -5px !important;
    }
    #banner .banner_img .banner_furth_circle {
        top: 78% !important;
        left: 92% !important;
    }
    #banner .banner_content .banner_text h1 {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }
    #banner .banner_content .banner_text p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    #banner .banner_content .banner_text .iuac_secondary_btn {
        display: flow;
    }
    #banner .banner_content .banner_text .iuac_secondary_white_btn {
        display: none;
    }
    /***** End banner *****/
    /***** single card *****/
    .single_card_box h3 {
        font-size: 18px;
        line-height: 6px;
    }
    .single_card_box p {
        font-size: 14px;
        line-height: 22px;
    }
    .single_card_box a {
        font-size: 14px;
    }
    /***** End single card *****/

    /***** notice *****/
    #notice {
        padding-bottom: 20px;
    }
    #notice .notice_wrapper .notice_card h3 {
        font-size: 18px !important;
    }
    #success_story .success_story_card_img img {
        width: 40px;
        height: 40px;
    }
    #success_story .success_story_card_info h2 {
        font-size: 18px;
    }
    #success_story .success_story_card_info p strong {
        font-size: 14px;
    }
    #success_story .success_story_card_review blockquote {
        font-size: 14px;
    }
    #connected_companie .company_menu button {
        font-size: 14px;
    }
    #connected_companie .nav {
        --bs-nav-link-padding-x: 12px;
    }
    /***** End notice *****/
    /* =========== About Us page Css Start =========== */
    #about_top {
        padding: 50px 0;
    }
    #our_story .our_story_text h2 {
        font-size: 28px;
        line-height: 30px;
    }
    #our_story .our_story_text p {
        font-size: 14px;
        line-height: 24px;
    }
    .custom_glass-card h3 {
        font-size: 16px;
    }
    .custom_card_box p {
        line-height: 20px;
    }
    .custom_padding {
        padding: 40px 0;
    }
    #our_journey .rounded-circle {
        width: 45px;
        height: 45px;
    }
    .our_journey-box span,
    .our_journey-box svg {
        font-size: 20px;
    }
    .our_journey-box p {
        font-size: 14px;
    }
    .story_apply_box h3 {
        font-size: 20px;
    }
    .story_apply_box p {
        font-size: 14px;
    }
    /* =========== About Us page Css End =========== */
    #course_details_banner .course_text_info h1 {
        font-size: 26px;
    }
    #course_details_banner .course_text_info p {
        margin: 16px 0px !important;
    }
    #course_details_banner .section_header_btn {
        margin: 0px;
    }
    #course_details_banner .course_text_info .counter_box {
        margin: 25px 0px 0px 0px !important;
    }
    #course_details_banner .course_text_info .course_pice {
        margin: -18px 0px 0px 0px !important;
    }
    .banner_video img {
        border: 2px solid #fff !important;
        border-radius: 20px !important;
    }
    #course_details .custom_card_box h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .custion_slider_arrow .thumb-prev,
    .custion_slider_arrow .dept-prev,
    .custion_slider_arrow .course-prev,
    .custion_slider_arrow .slider-prev {
        left: 0px;
    }

    .custion_slider_arrow .thumb-next,
    .custion_slider_arrow .dept-next,
    .custion_slider_arrow .course-next,
    .custion_slider_arrow .slider-next {
        right: 0px;
    }
}
/* =========== Extra Small Device Css End =========== */
