#branding_home_main_content {
    padding: 40px 0px;
}

#branding_home_main_content .branding_item {
    text-align: center;
}

#branding_home_main_content .branding_item img {
    height: 140px;
    width: 175px;
}

.branding_title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .005em;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000;
    font-family: Poppins;
    font-style: normal
}


#why_you_should_pick_content {
    padding: 40px 0px;
    background-color: #F9F8FC;
    padding-top: 45px;
}

.why_you_should_pick_content {
    position: relative;
}

.why_you_should_pick_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 45px;
    text-align: center;
    color: #000 !important;
    margin-bottom: 20px;
}

.why_you_should_pick_posts {
    padding: 20px;

}

.why_you_should_pick_posts_card {
    height: 278px;
    background: #fff;
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 22px;
    margin: 10px;
}

.why_to_pick_us_icon {
    width: 78px !important;
    height: 78px !important;
}

.why_to_pick_us_title {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    margin-top: 10px;
    color: #000;
    font-family: Poppins;
    font-style: normal;
    text-align: center
}


#upcoming_courses_section_slider {
    background-image: url('/wp-content/uploads/2023/09/bg-image-10-1-1-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}


.upcoming_courses_section_slider {
    position: relative;
}

.course_page_upcoming_courses_title {
    color: #000;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .course_page_upcoming_courses_title {
        font-size: 40px;
        text-align: left;
    }
}

.Trending_Courses_card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_course_page_item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 7px rgba(0, 0, 0, 0.02);
    width: 251px;
    color: #FFFFFF;
    padding: 15px;
}

.single_course_page_item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.single_course_page_item_imgg {
    position: relative;
}

.single_course_page_item_imgg .img-fluid {
    border-radius: 10px;
}

.bestseller_course_image {
    position: absolute;
    top: -6px;
    right: 5px;
}

.single_course_page_item_duration_level {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.upcoming_course_title_name {
    margin-bottom: 0px !important;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

.course_s_levels {
    margin-bottom: 0px !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    width: fit-content;
    color: #323232;
    background: rgba(0, 146, 218, 0.11);
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

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

.single_course_page_item_duration_level p {
    color: #848282;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 10px;
}

.single_course_page_item_duration_level p img {
    margin-right: 2px;
}

.single_course_page_item_duration_level p img {
    width: 17px;
    height: 17px;
}

.layout_main_title {
    font-weight: 600;
}

.single_course_page_item_rating_total_students {
    display: flex;
}

.single_course_page_item_rating_total_students p {
    display: none;
}

.single_course_page_item_rating_total_students p {
    margin-bottom: 0px;
    align-self: flex-start;
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.course_ratings_single_course {
    margin-left: 0px !important;
}

.course_ratings_single_course {
    margin: 8px;
    font-size: 13px;
    align-self: flex-start;
    margin-top: 0px;
}

.course_ratings_single_course .fa-star {
    color: #F4700E !important;
}

.course_ratings_single_course .fa-star-o {
    color: #F4700E !important;
}

.single_course_page_item_content {
    margin-top: 12px;
}

.single_course_page_item_content .course-button_enroll_single {
    border-radius: 4px;
    background: #0092DA;
    text-transform: capitalize;
    padding: 5px 20px !important;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}





#mentor_content_main {
    background-color: #F9F8FC;
    padding: 40px 0px;
    padding-top: 50px;
}

.mentor_content_main {
    position: relative;
}

.mentor_title_main {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.mentor_data {
    background-color: rgba(26, 144, 211, 1);
}

.mentor_data>img {
    /* border: 2px solid #ffffff !important; */
    /* background-color: #eeedf2 !important; */
}

.mentor_data .mentor_name,
.mentor_data .our_mentor_designation,
.mentor_data .our_mentor_description {
    /* color: white; */
}

.our_mentor_designation {
    font-family: Poppins;
    font-style: normal;
    line-height: 21px;
    padding: 5px 15px 15px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #0092da
}

.mentor_data {
    height: 431px;
    border-radius: 5px;
    background-color: hsla(197, 64%, 98%, 1);
    border: 1px solid rgba(246, 251, 253, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: background-color 0.3s ease;
    box-shadow: 3px 8px 14px 2px rgba(198, 217, 225, 0.73);
    padding: 20px;
    max-width: 350px;
    margin: 0 auto;
}

.mentor_data:hover {
    background-color: #1a90d3;
}

.mentor_data:hover .mentor_name,
.mentor_data:hover .our_mentor_designation,
.mentor_data:hover .mentor_description {
    color: white;
}

.mentor_data:hover img {
    border: 2px solid #ffffff;
}

.mentor_data img {
    width: 145px;
    height: 142px;
    border-radius: 50%;
    border: 2px solid #0092DA;
    min-height: 142px;
}

.mentor_data .mentor_name {
    /* height: 17px; */
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
    color: black;
    transition: color 0.3s ease;
}

.mentor_data .our_mentor_designation {
    /* height: 13px; */
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
    color: rgba(26, 144, 211, 1);

}



@media screen and (max-width:1024px) {
    .mentor_data .our_mentor_description {
        margin-top: 10px;
    }
}

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

    .our_mentors_ele_main_sec_a #menotor_content_main,
    .our_mentors_ele_main_sec_a #menotor_content_main .mentor_title_main h2 {
        margin-top: 0px;
    }

    .mentor_data .our_mentor_designation {
        /* margin-bottom: 10px; */
    }
}

.our_mentor_designation {
    padding: 0px !important;
}

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

    #menotor_content_main .mentor_title_main h2,
    #menotor_content_main .our_mentor_description p {
        text-align: center;
    }
}

.our_mentor_description {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #444;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.mentor_description {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #626262;
    overflow: auto;
    padding-right: 10px;
}

.our_mentor_card {
    padding: 20px;
}

.page-id-20044 #mentor_content_main {
    background-color: transparent;
}

@media (min-width: 992px) {
    .mentor_title_main {
        text-align: left;
    }

    .our_mentor_description {
        max-width: 75%;
        text-align: left;
    }
}


@media (min-width: 1200px) {


    .mentor_title_main {
        text-align: left;
    }
}




/* Frontpage Hero Section CSS Start ---> */
#hero_section {
    background-image: url("/wp-content/uploads/2023/12/BG.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 18px;
}

#hero_section .hero-content-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #000000;
    margin: 0;
}

#hero_section .hero-content-heading-blue {
    color: #0092DA;
}

#hero_section .hero-content-subheading {

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    padding-top: 5px;
}

#hero_section .hero-content-enrolBtn {
    margin: 30px 0;
}

#hero_section .hero-content-enrolBtn a {
    background: #0092da;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}

#hero_section .hero-img img {
    width: 100%;
}

@media (min-width: 768px) {
    #hero_section .hero-img {
        padding: 0 100px;
    }

    #hero_section .hero-img img {
        width: 100%;
        height: auto;
    }

    #hero_section .hero-content-heading {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (min-width: 992px) {
    #hero_section .hero_section {
        display: flex;
    }

    #hero_section .hero-content {
        width: 60%;
        align-self: center;
    }

    #hero_section .hero-img {
        width: 40%;
    }

    #hero_section .hero-img {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    #hero_section .hero-content {
        width: 50%;
        align-self: start;
    }

    #hero_section .hero-img {
        width: 50%;
    }

    #hero_section .hero-img {
        padding: 0 100px;
    }
}

/* Frontpage Hero Section CSS End ---> */
/* Count Section CSS Start ---> */
#counts {
    background-color: #0092DA;
}

#counts .counts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    padding: 40px 0;
}

#counts .counts-card {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;

}

#counts .card-count {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

#counts .card-count-name {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    ;
}

@media (min-width: 768px) {
    #counts .counts {
        flex-wrap: nowrap;

    }
}

#industry_ready_content {
    padding: 40px 0;
    padding-bottom: 50px;
}

.industry_ready_main_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.industry_ready_wrapper_div_container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.industry_ready_image_div {
    display: flex;
    justify-content: center;
    display: none;
}

.industry_ready_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin: 0 auto;
    color: #000 !important;
    margin-bottom: 20px;
    text-align: center;
}

.branding_home_content,
.industry_ready_div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.industry_ready_name {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

.accelerate_course_name,
.industry_ready_name {
    font-family: Poppins;
    font-style: normal;
    color: #000;
}

.industry_ready_description {
    font-weight: 400;
    color: #444;
}

.industry_ready_button,
.industry_ready_description {
    font-size: 14px;
    line-height: 21px;
    font-family: Poppins;
    font-style: normal;
}

.industry_ready_button {
    font-weight: 700;
    padding: 9px 18px;
    background-color: #0092da !important;
    color: white !important;
}


@media screen and (max-width: 721px) {
    .industry_ready_heading_description {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        height: auto !important;
    }

    .industry_ready_description {
        padding-top: 10px;
    }

    .industry_ready_name {
        padding-top: 20px;
    }
}

@media (min-width: 576px) {
    .industry_ready_div {
        gap: 20px;
    }

    .industry_ready_image {
        width: 15%;
        text-align: center;
    }

    .industry_ready_heading_description {
        width: 55%;
    }
}

@media (min-width: 768px) {
    .industry_ready_title {
        text-align: center;
        margin-bottom: 30px;
    }

    .industry_ready_div {
        justify-content: space-between;
        width: 100%;
        gap: 0;
    }

    .industry_ready_wrapper_div_container {
        align-items: center;
        padding: 0 30px;
    }

    .industry_ready_image {
        width: 15%;
    }

    .industry_ready_heading_description {
        width: 55%;
    }

    .industry_ready_button_div {
        width: 25%;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .industry_ready_main_wrapper {
        flex-direction: row;
    }

    .industry_ready_image_div {
        width: 40%;
        align-items: flex-end;
    }

    .industry_ready_wrapper_div_container {
        padding: 0 130px;
    }
}

@media (min-width: 1200px) {
    #industry_ready_content {
        padding: 30px 0 0 0;
    }

    .industry_ready_title {
        text-align: left;
    }

    .industry_ready_wrapper_div_container {
        align-items: flex-start;
        padding: 0;
    }

    .industry_ready_image_div img {
        height: auto;
    }

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

    .industry_ready_divs {
        width: 55%;
        padding-bottom: 40px;
    }

    .industry_ready_main_wrapper {
        justify-content: space-between;
    }
}

/* Unlock Your Potential With Expertly Curated Programs End  */

/* Transform Your Learning Experience With the Most Sought-After Skills Start */
#transform_your_learning_experience {
    padding: 40px 0;
    background-color: #F9F8FC;
    position: relative;
    padding-top: 30px;
}

.accelerate_your_learning_title {
    font-weight: 600;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
    text-align: center;

}

.accelerate_divs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 30px;
}

.accelerate_div {
    padding: 30px 15px;
    width: 168px;
    height: 225px;
    background: #fff;
    box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.accelerate_your_learning_para {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #444;
    padding-bottom: 30px;

}

.accelerate_course_category_image {
    text-align: center;
    margin-bottom: 5px;
}

.accelerate_course_category_image img {
    width: 80px;
    height: 80px;
}

.accelerate_course_name {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.accelerate_count_courses {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0092da;
}

.browese_all_categories {
    text-align: center;
    /* margin-top: 25px; */
    /* margin-bottom: 42px; */
}

.browse_all_cat_button {
    background: #0092da !important;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border: none;
    outline: 0;
    color: #fff;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .accelerate_your_learning_title {
        text-align: center;
    }

    .accelerate_your_learning_para {
        text-align: center;
    }

}

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

@media (min-width: 1200px) {}

/* Transform Your Learning Experience With the Most Sought-After Skills End */


/* Our Recent Blog Posts Start */
#our_recent_blog_posts {
    padding: 40px 0;
    position: relative;
}

.our_recent_blogposts_new_title {
    color: #000;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 0;
}

.home_recent_posts_content_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.blog_post_sections {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.blog_post_upcoming_image {
    width: 20%;
    text-align: center;
}

.blog_post_upcoming_content {
    text-align: left;
    width: 79%;
}

.blog_post_home_title {
    color: #000;
    height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
    width: 100%;
}

.blog_post_home_title,
.blog_post_home_title a {
    font-family: Poppins;
    font-style: normal;
    font-size: 14px;
    line-height: initial;
    font-weight: 500;
}

.blog_post_home_title a {
    color: #000 !important;
    cursor: pointer;
    display: block;
    height: 20px;
    overflow: hidden;
}

.blog_post_home_desc,
.blog_post_home_readmore a {
    line-height: 21px;
    font-family: Poppins;
    font-style: normal;
    font-size: 13px;
}

.blog_post_home_readmore {
    height: 20px;
    overflow: hidden;
}

.blog_post_home_desc {
    font-weight: 400;
    color: #444;
    height: 20px;
    overflow: hidden;
    margin-bottom: 2px;
}

.blog_post_upcoming_image img {
    width: 100px;
    height: 60px !important;
}

.blog_post_home_readmore a {
    font-weight: 500;
    height: 20px;
    overflow: hidden;
    display: block;
    color: #0092da;
}

.blog_post_home_readmore a:hover {
    color: #23527c;
}

@media (min-width: 576px) {
    .blog_post_sections {
        gap: 0px;
    }
}

@media (min-width: 768px) {
    .blog_post_sections {
        width: 49%;
        gap: 15px;
    }


    .home_recent_posts_content_new {
        justify-content: space-between;
        gap: 0;
        row-gap: 20px;
    }

}

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

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

/* Our Recent Blog Posts End */
/* Student Spotlights Start */
.student_spotlight {
    position: relative;
}

.testimonials_section_heading {
    font-weight: 700 !important;
    font-size: 35px;
    color: #000 !important;
    padding-bottom: 20px;
    text-align: center;
    line-height: 45px;
}

#student_spotlight {
    padding: 40px 0;
    background-color: #F9F8FC;
}

.testimonials_section .single-course {
    background-color: #fff;
    transition: .4s ease-in-out;
    padding: 15px;
    max-width: 270px;
    margin: 0 auto;
}

.testimonials_section .single-course:hover {
    /* transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3); */
}

.single-course {
    /* margin:30px auto; */
}

.student_spotlight_content_disc {
    overflow: scroll;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 1.6em;
    text-align: center;
    height: 120px;
    scrollbar-width: none;
}

.testimonials_section .single-course .imgg {
    display: flex;
    justify-content: center;
}

.testimonials_section .single-course .imgg img {
    width: 130px !important;
    height: 130px;
}

#student_spotlight .user_name_title {
    color: #0092da;
    font: 600 16px / 28px Poppins !important;
    text-align: center;
    margin-top: 10px;
}

#student_spotlight .user_name_designation {
    font: 12px / 28px Poppins !important;
    color: #807f80 !important;
    text-align: center;
    margin-top: -7px;
}

.coursess.slider-populrcrse .single-course .content .student_spotlight_content_disc {
    font-size: 12px;
    height: 94px;
    text-align: center;
    color: #000;
    font-weight: 500;
    line-height: 1.6em;
    overflow: hidden;
}

.student_rating {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.testimonials_section .checked,
.testimonials_section span.far.fa-star,
.woocommerce table.shop_table tfoot th {
    color: #0092da;
}

.testimonials_section .single-course .content .fa-star:before {
    margin-right: 5px !important;
}


@media (min-width: 768px) {
    .testimonials_section_heading {
        font-size: 40px;
        padding-bottom: 35px;
        text-align: center;
    }
}

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

@media (min-width: 1200px) {}

/* Student Spotlights End */

/* Splide Slider Arrow  */

.splide__arrows.splide__arrows--ltr {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
    bottom: 0px;
}

.splide {
    position: static !important;
}

.splide__arrow--prev {
    background-image: url('/wp-content/uploads/2024/02/unnamed-2024-02-09T131658.377.png') !important;
}


.splide__arrow--prev,
.splide__arrow--next {
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: 2px solid #0070f0 !important;
    background-color: white !important;
    opacity: 1 !important;
    height: 43px !important;
    width: 43px !important;
    position: static !important;
    transform: none !important;
    display: block !important;
}

.splide__arrow--next {
    background-image: url('/wp-content/uploads/2023/09/mentor_next.png') !important;
}


.splide__arrow--prev svg {
    display: none;
}

.splide__arrow--next svg {
    display: none;
}

#mentorSplide-list,
#studentSpotlightSlider-list,
#trendingCoursesSplide-list,
#why_pick_splide-list,
#blog_category_slider-list {
    margin-bottom: 60px !important;
}

#blog_category_slider-list {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .splide__arrows.splide__arrows--ltr {
        bottom: auto;
        top: 0px;
        justify-content: flex-end;
    }

    #mentorSplide-list,
    #studentSpotlightSlider-list,
    #trendingCoursesSplide-list,
    #why_pick_splide-list,
    #blog_category_slider-list {
        margin-bottom: 0px !important;
    }
}

/* HOME PAGE  POP UP CSS  */

#home_page_popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}


.home_page_popup-content {
    width: 90%;
    text-align: center;
    position: relative;
}

.home_page_bannerImg {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.4) !important;
    border-radius: 15px !important;
    display: none;
}

.home_page_bannerImg_mobile {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.4) !important;
    border-radius: 15px !important;
}

.home_page_close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: white;
    transition: color 0.3s ease;
    font-weight: 400;
    border-radius: 50%;
    padding: 1px 5px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .home_page_bannerImg {
        display: block;
    }

    .home_page_bannerImg_mobile {
        display: none;
    }

    .home_page_popup-content {
        width: 80%;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .home_page_bannerImg {
        display: none;
    }

    .home_page_bannerImg_mobile {
        display: block;
    }

    .home_page_popup-content {
        width: 65%;
    }
}

@media (min-width: 840px) {
    .home_page_bannerImg {
        display: block;
    }

    .home_page_bannerImg_mobile {
        display: none;
    }

    .home_page_popup-content {
        width: 80%;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .home_page_bannerImg {
        display: block;
    }

    .home_page_bannerImg_mobile {
        display: none;
    }

    .home_page_popup-content {
        width: 90%;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .home_page_bannerImg {
        display: block;
    }

    .home_page_bannerImg_mobile {
        display: none;
    }

    .home_page_popup-content {
        width: 70%;
    }
}

/* ends */ 