.show_lg {
    display: block !important;
}

.show_xs {
    display: none !important;
}

.show_cta_flex {
    display: none;
    justify-content: center;
}

.show_cta_lg {
    display: flex;
    justify-content: end;
}

.section-pb-50 {
    padding-bottom: 25px;
}


/* ========================================
   Large Screens: 3000px - 7000px
======================================== */
@media (min-width: 3000px) and (max-width: 7000px) {
    .default-container2 {
        padding-left: 350px !important;
        padding-right: 350px !important;
    }
}


/* ========================================
   Desktop: 1600px - 3000px
======================================== */
@media (min-width: 1600px) and (max-width: 3000px) {
    .default-container2 {
        padding-left: 350px !important;
        padding-right: 350px !important;
    }

    .default-container {
        padding-left: 230px;
        padding-right: 230px;
    }

    .service-bg .default-container {
        padding-left: 200px;
        padding-right: 200px;
    }

    .footer .default-container {
        padding-left: 200px;
        padding-right: 200px;
    }
}


/* ========================================
   Tablet: Max 1024px
======================================== */
@media only screen and (max-width: 1024px) {
    .default-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .show_lg {
        display: none !important;
    }

    .show_xs {
        display: block !important;
    }

    .header {
        display: none;
    }

    .mobile-header {
        display: flex !important;
    }
}


/* ========================================
   Tablet: Max 1020px
======================================== */
@media only screen and (max-width: 1020px) {
}


/* ========================================
   Tablet / Small Laptop: Max 860px
======================================== */
@media only screen and (max-width: 860px) {
    .header {
        display: none;
    }

    .mobile-header {
        display: flex;
    }
}


/* ========================================
   Tablet: Max 820px
======================================== */
@media only screen and (max-width: 820px) {
}


/* ========================================
   Tablet / Mobile: Max 768px
======================================== */
@media only screen and (max-width: 768px) {
    .btn_xs_my_account {
        display: flex;
        justify-content: center;
    }

    .my_account {
        display: none;
    }

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


/* ========================================
   Mobile: Max 720px
======================================== */
@media only screen and (max-width: 720px) {
    .pxlr-0 {
        padding-left: 0;
        padding-right: 0;
    }
}


/* ========================================
   Mobile: Max 600px
======================================== */
@media only screen and (max-width: 600px) {

    /* Top Bar */
    .topbar {
        height: auto;
        padding-top: 10px !important;
        padding-bottom: 10px;
    }

    .contact_addrss {
        display: none !important;
    }

    .topbar .row_topbar {
        justify-content: center;
    }

    .topbar_socialmedia {
        justify-content: center;
    }

    .topbar .topbar_contact_area {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        gap: 0;
    }


    /* Banner */
    .banner {
        height: 66vh;
        align-items: center;
        padding-top: 0;
    }
    
  

    .banner h2 {
        color: #fff;
        font-size: 26px;
    }

.banner-content-links{flex-wrap:wrap; display:flex;}

    .banner-carousel .owl-dots {
        position: absolute;
        width: 100%;
        margin-top: -52px !important;
    }


    /* Welcome Section */
    .welcome_photo {
        margin-left: 0;
        left: 0 !important;
        width: 100%;
        height: 300px;
        top: auto !important;
        margin-bottom: 25px !important;
    }

    .welcome_photo::before {
        content: none;
    }

    .welcome_session .heading1 {
        font-size: 23px;
        line-height: 30px;
    }


    /* CTA */
    .cta_photo_1 {
        display: none;
    }


    /* Why Choose Us */
    .why_choose_us_images {
        left: 0;
        height: 327px;
        width: 87%;
    }

    .why_choose_us_images::before {
        width: 87%;
        height: 331px;
        border: 8px solid var(--bg_primary);
        border-radius: 2px;
        position: absolute;
        content: "";
        right: -34px;
        top: -38px;
        z-index: -1;
    }

    .why_row_choose {
        gap: 10px;
    }

    .why_itms {
        padding: 10px;
        min-height: 240px;
        position: relative;
        width: 48%;
        overflow: hidden;
    }

    .why_itms .why_itms_content p {
        line-height: 21px;
        font-size: 12px;
    }


    /* Reviews */
    .review_content_sections .section-heading {
        text-align: center;
        margin-bottom: 25px;
    }

    .review_content_sections .section-content {
        text-align: center;
    }

    .review_content_sections .heading3 {
        font-size: 25px;
    }

    .review_content_sections .section-heading span {
        font-size: 26px;
        margin-top: 15px;
    }

    .review_footer {
        padding: 0;
        flex-wrap: wrap;
        width: 100%;
    }

    .review_google {
        border: none;
    }


    /* CTA Section */
    .cta-content {
        margin-bottom: 25px;
    }

    .cta-content h4 {
        font-size: 23px;
    }

    .cta_photo {
        width: 100%;
        height: 300px;
        background-size: cover !important;
        border-radius: 10px;
    }


    /* Team */
    .our_team_page_members .our_teams {
        width: 47%;
    }

    .our_teams .our_team_images {
        width: 100%;
        height: 215px;
    }


    /* Inner Page Banner */
    .innerpage-banner {
        height: 27vh;
    }

    .inner-heading h1 {
        font-size: 31px;
    }


    /* Course */
    .course-details-containers img {
        margin-bottom: 25px;
    }

    .course-imgs {
        margin-bottom: 25px;
    }

    .course-category-details h1 {
        margin-bottom: 25px;
        font-size: 21px;
        line-height: 31px;
    }

    .course_rows .course_containers {
        width: 100%;
    }

    .course_card_content {
        min-height: auto !important;
    }


    /* Counter */
    .count_container {
        display: flex;
        padding: 15px 0;
        flex-wrap: wrap;
    }

    .count_container .count_icon {
        width: 45px;
        height: 45px;
    }

    .count_container .count_icon i {
        font-size: 20px;
    }

    .count_cards {
        padding-left: 0;
        padding-right: 0;
    }

    .count_container .count_items {
        height: auto;
        display: flex;
        gap: 15px;
        align-items: center;
        width: 45%;
        color: #fff;
    }


    /* Headings */
    .heading2 {
        font-size: 23px;
    }

    .heading3 {
        font-size: 23px;
    }


    /* Modal */
    .modal_popup_content {
        width: 90%;
    }


    /* FAQ */
    .faq_contents_home .section-heading {
        text-align: center;
    }

    .faq_contents_home .section-content {
        text-align: center;
    }

    .faq_contents_home.show_xs {
        display: flex !important;
        justify-content: center !important;
    }

   .socialmedia-container{display:flex; justify-content: center;}
   .copy_desinger{text-align: center;}
   
   .our_teams{width:46%;}
}


/* ========================================
   Mobile: 500px - 600px
======================================== */
@media (min-width: 500px) and (max-width: 600px) {
}


/* ========================================
   Mobile: Max 430px
======================================== */
@media only screen and (max-width: 430px) {

    .count_container .count_items {
        height: auto;
        display: flex;
        gap: 10px;
        align-items: center;
        width: 45%;
        color: #fff;
    }

 
    
    .socialmedia-container{display:flex; justify-content: center;}
    .socialmedia-container ul{display:flex; justify-content: center;}
   .copy_desinger{text-align: center !important}
}


/* ========================================
   Mobile: Max 414px
======================================== */
@media only screen and (max-width: 414px) {
}


/* ========================================
   Mobile: Max 400px
======================================== */
@media only screen and (max-width: 400px) {
}


/* ========================================
   Mobile: Max 375px
======================================== */
@media only screen and (max-width: 375px) {
}


/* ========================================
   Small Mobile: Max 360px
======================================== */
@media only screen and (max-width: 360px) {

    .count_container .count_items {
        height: auto;
        display: flex;
        gap: 15px;
        align-items: center;
        width: 46%;
        color: #fff;
    }
}