@media only screen and (max-width: 1920px) and (min-width: 1400px) {
    .container {
        max-width: 1460px;
    }
}

@media only screen and ( min-width:1180px ) and ( max-width:1399px ){
    
}

@media only screen and (max-width: 1500px) {
   
}

@media only screen and (min-width: 1550px) {
    
}

@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 1180px) {
    
}

@media only screen and (max-width: 1024px) {
    .my_custom_menu {
        gap: 14px;
        margin: 20px 0px 0px;
        padding-left: 0px;
    }
   
}


@media only screen and (max-width: 768px) {
    .top_banner_tites h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .top_slider_sec .top_banner_tites {
        left: 2em;
        top: 30%;
    }
    .video_section_main {
        padding: 3em 0px 0em;
    }
    .video_section_main iframe {
        height: 400px !important;
    }
    .home_three_cols {
        padding: 3em 0px;
    }
    .tabs_section_home {
        padding: 0em 0px 0em;
    }
    .tab_right_img {
        border-radius: 10px;
        margin-top: 35px;
    }
    .tabs_title h2 br
    {
        display:none;
    }
    .testimonials_section {
        padding: 5em 0px 0px;
    }
    .course_section {
        padding: 3em 0px;
    }
    .img_testi_block {
        margin: 0px 0px 35px;
    }
    .testi_single_box {
        padding: 30px;
    }
    .add_sp_btn_top {
        margin: 0em 0px 0px;
    }
    .add_blue_shade {
        padding: 3em;
    }
    .section_title_txt h2 {
        font-size: 40px;
        line-height:40px;
    }
    .section_title_txt h3 {
        font-size: 35px;
        line-height: 35px;
    }
    .section_title_txt h3 br,.section_title_txt h2 br,.top_banner_tites h2 br,
    .section_txt br
    {
        display:none;
    }
    .top_footer_row {
        padding: 4em 0px 2em;
    }
    ul.course_list li {
        flex: 0 0 45%;
    }
    .inner_page_sticky_menu
    {
        display:none;
    }
    .inner_course_top_section {
        padding: 5em 0px;
    }
    .invert_on_mob {
        flex-flow: column-reverse;
    }
    .overview_section {
        padding: 2em 0px;
    }
    .overview_section img {
        margin-bottom: 25px;
    }
    .overview_section .inner_row_btm_sp {
        margin-bottom: 0px;
    }
    .three_col_section {
        padding: 0em 0px 2em;
    }
    .inner_info_slider .owl-nav button {
        width: 35px;
        height: 35px;
        margin: 15px 6px 0px;
        line-height: 45px !important;
        font-size: 18px !important;
    }
    .who_for_section {
        padding: 3em 0px;
    }
    .section_titles h1 {
        font-size: 50px;
        line-height: 45px;
    }
    .price_section {
        padding: 4em 0px 2em;
    }
    .en_box h4 {
        font-size: 18px;
        margin: 25px 0px;
    }
    .header_inner_box {
        padding: 2em;
    }
    .header_box_title h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .price_course {
        font-size: 30px;
        font-weight: 400;
        margin: 20px 0px 10px;
        line-height: 30px;
    }
    .header_box_content p,.header_box_bullets ul li, .en_box ul li, .txt_list li
    {
        font-size: 20px;
    }
    .section_titles h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .story_top_section {
        padding: 10em 0px 10em;
    }
    .inner_page_blue_sec {
        padding: 5em 0px 5em;
    }
    .inner_story_page_sec {
        margin-top: 0em;
        padding: 3em 0px !important;
    }
    .inner_page_blue_sec {
        padding: 3em 0px;
    }
    .inner_page_blue_sec .add_blue_shade {
        padding: 0px;
    }
    .our_mission_sec {
        padding: 4em 0px;
    }
    .section_titles h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .story_top_section .section_title_txt h2 {
        font-size: 70px;
        line-height: 70px;
    }
    .course_img_btn_box .my_btn {
        position: absolute;
        top: 0px;
        left: 0px;
    }
}

@media only screen and (max-width: 568px) {
    .main_banner_full_img img {
        height: 350px;
        object-fit: cover;
    }
    .section_titles h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .inner_info_slider .item_info {
        padding: 12px 12px;
    }
    .inner_info_slider .item_info h3 {
        font-size: 18px;
    }
    .site_logo img {
        width: 85% !important;
    }
}

@media only screen and (max-width: 480px) {
   .top_banner_tites h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .top_slider_sec .top_banner_tites {
        left: 1.5em;
        top: 30%;
    }
    .add_blue_shade {
        padding: 2em 0em;
    }
    .inner_course_top_section {
        padding: 5em 0px;
    }
}

@media only screen and (max-width: 375px) {
    
}