/* Desktop 1920px */

@media (max-width: 1920px) {}

/* Desktop 1536px */

@media (max-width: 1640px) {

    /*  Header css start ========================================== */
    /* .bottom-bar ul {
        justify-content: space-between;
    } */

    header .navbar-nav li {
        width: auto;
    }

    .top-bar-link {
        gap: 18px;
    }

    /* .top-bar {
        padding-left: 40px;
    } */

    .logo-left-inner a {
        padding: 50px 20px 50px 20px;
    }

    /*  Header css end ========================================== */
}




/* Desktop 1536px */

@media (min-width: 1280px) {

    .video-inner,
    .image_banner {
        height: 500px;
        overflow: hidden;
        position: relative;
    }

    .image_banner {
        display: flex;
        align-items: center;
        /* vertical center */
        justify-content: center;
    }

    .image_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* fills area, crops from center */
        object-position: top;
    }

    .video-inner {
        overflow: hidden;
        vertical-align: bottom;
        position: relative;
    }

    .banner .fullwidthvideo video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
}

@media (min-width: 1440px) {

    .video-inner,
    .image_banner {
        height: 659px;
        overflow: hidden;
        position: relative;
    }

    .image_banner {
        display: flex;
        align-items: center;
        /* vertical center */
        justify-content: center;
    }

    .image_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* fills area, crops from center */
        object-position: top;
    }

    .video-inner {
        overflow: hidden;
        vertical-align: bottom;
        position: relative;
    }

    .banner .fullwidthvideo video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
}

@media (max-width:1420px) {
    .student_testimonial_text {
        max-width: 600px;
        margin-right: 100px;
        z-index: 2;
    }

    .media-showcase-block-image {
        width: 60%;
    }

    .media-showcase-block-content {
        width: 40%;
    }
}

@media (min-width: 1536px) {

    .video-inner,
    .image_banner {
        height: 700px;
        overflow: hidden;
        position: relative;
    }

    .image_banner {
        display: flex;
        align-items: center;
        /* vertical center */
        justify-content: center;
    }

    .image_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* fills area, crops from center */
        object-position: top;
    }

    .video-inner {
        overflow: hidden;
        vertical-align: bottom;
        position: relative;
    }

    .banner .fullwidthvideo video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
}

@media (max-width: 1440px) {
    .program-section .program-right .item .program-content {
        /* margin-top: 318px; */
    }

    /* .program-section .program-right .item a {
        min-height: 548px;
    } */

}

@media (max-width: 1439px) {
    .logo-left-inner a {
        padding: 50px 20px 50px 20px;
    }

    .top-bar .link-text {
        font-size: 24px;
    }

    .top-bar-link {
        gap: 17px;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1400px) {
    .top-bar .link-text {
        font-size: 23px;
    }

    .top-bar-link {
        gap: 16px;
    }
}

@media (min-width: 1366px) {
    .feature-section .feature-title {
        font-size: 60px;
    }

    .large-text-callout-banner-section-inner .heading_h2 h2 {
        font-size: 70px;
    }
}


/* Desktop 1366px */

@media (max-width: 1366px) {

    /*  Global css start ========================================== */
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 55px;
    }

    h3 {
        font-size: 45px;
    }

    h4 {
        font-size: 35px;
    }

    /*  Global css end ========================================== */
    /*  Header css start ========================================== */
    header .navbar-nav li a span {
        font-size: 30px;
    }

    .top-bar-link {
        gap: 15px;
    }

    /* .top-bar {
        padding-left: 40px;
    } */

    .top-bar .link-text {
        font-size: 21px;
    }

    .get-started a {
        font-size: 22px;
    }

    .program-section .program-right .item .program-content {
        padding: 20px 20px 18px;
    }

    .program-section .program-right .item .program-content .title {
        font-size: 24px;
    }

    /*  Header css end ========================================== */
    /*showcase block*/
    .media-showcase-block-image {
        flex: 0 0 auto;
        width: 55%;
        max-width: 100%;
    }

    .media-showcase-block-content {
        flex: 0 0 auto;
        width: 45%;
        max-width: 100%;
    }

    .control_wrap {
        bottom: 30px;
    }

    .info-cards-section .cart-list ul li .info-card .card-inner .card-title {
        font-size: 40px;
    }

    /* .info-cards-section .cart-list {
        margin-top: 20px;
    } */

    .search-icon {
        right: 166px;
    }



    #header table.gsc-search-box td {
        padding-right: 0 !important;
    }

    /*
    .search-wrapper.active {
        width: calc(100% + 40px);
        left: -40px;
    }

    .right_menu.active a.search_close {
        right: 0;
    }*/

    .tabs_with_accordion_wrapper .accordion-body .card-list .card>img {
        height: 250px;
        object-fit: cover;
    }
}

@media (max-width:1300px) {
    .student_testimonial_text {
        max-width: 550px;
        margin-right: 70px;
        z-index: 2;
    }

    .student_testimonial_btnWrap a:first-child {
        margin: 0 15px 0 0;
    }

    .get-started a {
        font-size: 22px;
    }

    .top-bar .link-text {
        font-size: 20px;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list .card>img {
        height: 240px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1800px) {
    .media-showcase-block-content-inner .heading_h2 h2 {
        font-size: 50px;
    }
}

@media (min-width: 1280px) {
    .feature-header-cover .heading_h2 h2 {
        font-size: 50px;
    }

    .banner .cta-box {
        padding-inline: 20px;
        max-width: 370px;
        min-width: 370px;
    }
}


/* Desktop 1280px */

@media (max-width: 1280px) {

    /*  Global css start ========================================== */
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 30px;
    }

    p,
    ul li,
    ol li {
        font-size: 16px;
    }

    .common-button {
        font-size: 18px;
        padding: 18px;
    }

    /*  Global css end ========================================== */
    /*  Header css start ========================================== */
    header .navbar-nav li a span {
        font-size: 27px;
        line-height: normal;
    }

    header .navbar-nav li a small {
        font-size: 18px;
    }

    .top-bar .link-text {
        font-size: 18px
    }

    .logo-left-inner {
        max-width: 280px;
    }

    .logo-left-inner a {
        padding: 50px 30px 50px 30px;
    }

    .bottom-bar ul {
        /* padding-inline: 20px; */
    }

    .get-started a {
        font-size: 20px;
    }

    .search-icon {
        right: 155px;
    }

    .search-wrapper.active {
        /* width: calc(100% + 40px);
        right: 0;
        bottom: 25px;
        left: -40px; */
    }

    /*  Header css end ========================================== */
    /*  main start ========================================== */
    .gap-equal,
    .wp-block-custom-container {
        margin-block: 35px;
    }

    .wp-block-custom-container+.wp-block-custom-container {
        margin-top: 70px;
    }

    ul:has(+.border_left_to_right),
    ol:has(+.border_left_to_right),
    p:has(+.border_left_to_right) {
        margin-bottom: 70px;
    }

    iframe:has(+.border_left_to_right),
    iframe:has(+.border_center),
    iframe:has(+.border_right_to_left) {
        margin-bottom: 70px;
    }

    figure:has(+.border_left_to_right),
    figure:has(+.border_center),
    figure:has(+.border_right_to_left) {
        margin-bottom: 70px;
    }

    ul:has(+.border_center),
    ol:has(+.border_center),
    p:has(+.border_center) {
        margin-bottom: 70px;
    }

    .wp-video {
        margin-top: 70px;
    }

    ul:has(+.border_left_to_right),
    ol:has(+.border_left_to_right),
    p:has(+.border_left_to_right) {
        margin-bottom: 70px;
    }

    .gb-block-container+.border_left_to_right,
    .gb-block-container+.border_center,
    .gb-block-container+.border_right_to_left {
        margin-top: 70px;
    }

    .wp-block-buttons:has(+.border_left_to_right),
    .wp-block-buttons:has(+.border_right_to_left),
    .wp-block-buttons:has(+.border_center) {
        margin-bottom: 70px;
    }

    .breadcrumb_row,
    .accordion_row,
    .rcon-table-wrapper,
    .showcase_block,
    .student_testimonial {
        margin-bottom: 35px;
    }

    .results-speak-main-dark-blue {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .accordion_row,
    .rcon-table-wrapper,
    .showcase_block,
    .student_testimonial {
        margin-top: 35px;
    }

    .border_left_to_right,
    .border_center,
    .border_right_to_left {
        margin-bottom: 40px;
    }

    /* .heading_h1,
    .heading_h2 {
        margin-top: 50px;
    } */

    .heading_h1 h1,
    .heading_h2 h2 {
        font-size: 45px;
    }

    /* .accordion_row .accordion-button,
    .accordion_row .accordion-body p {
        font-size: 16px;
    } */
    .accordion-button::after {
        width: 18px;
        height: 9px;
        background-size: contain;
    }

    .accordion_row .accordion-button {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 60px;
    }

    .accordion_row .accordion-body {
        padding: 10px 0 15px 60px;
    }

    .heading_h2 .highlight_bar_yellow,
    .highlight_bar_yellow,
    .heading_h2 .highlight_bar_purple,
    .highlight_bar_purple {
        height: 8px;
    }

    /* .highlight_bar_yellow::before,
    .highlight_bar_purple::before {

        border-width: 8px 10px 0 0;
    } */
    .highlight_bar_yellow::after,
    .highlight_bar_purple::after {
        border-width: 0 0 8px 10px;
    }

    .breadcrumbs_section ol li {
        font-size: 16px;
    }

    .breadcrumbs_section ol li:after {
        top: 0
    }

    .section_Nav_Inner button {
        font-size: 22px;
    }

    /*banner*/
    .banner .fullwidthvideo {
        max-height: 500px;
        overflow: hidden;
    }

    .banner .slide-box {
        min-width: 650px;
        max-width: 650px;
        bottom: 80px;
    }

    .banner #overlay-title {
        min-height: 150px;
        padding: 13px 50px 13px 50px;
        font-size: 80px;
    }

    .banner #overlay-title {
        line-height: normal
    }

    .banner #overlay-title strong {
        top: -6px;
    }

    .banner .cta-box {
        bottom: 50px;
        padding: 30px 50px 30px 50px;
    }

    .banner a .cta-big {
        font-size: 30px;
    }

    .banner .small-text {
        font-size: 18px;
    }

    .banner .video_cover {
        left: 60px;
        bottom: 10px;
    }

    /*result to speak*/
    .results-speak-main .count-item .count-up,
    .percent {
        font-size: 82px;
    }

    .results-speak-main-inner .count-item .upper-text span {
        font-size: 82px;
    }

    .results-speak-main-inner .demo-container {
        margin-top: 00px;
    }

    /*showcase block*/
    .media-showcase-block-image,
    .media-showcase-block-content {
        flex: 0 0 auto;
        width: 50%;
        max-width: 100%;
    }

    .connect-with-us .social-icons a {
        margin-inline: 20px;
        width: 90px;
        height: 90px;
    }

    /*event calendar*/
    .event-calendar {
        padding-top: 50px;
        padding-bottom: 120px;
    }

    .events-section {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .events-section .right-panel .read-more {
        bottom: -60px;
    }

    .events-carousel .owl-nav {
        bottom: -60px;
    }

    .events-section .right-panel {
        padding-left: 40px;
    }

    .events-section .left-panel {
        padding-right: 40px;
    }

    .events-section .common-button {
        max-width: 100%;
        min-width: 264px;
        margin-top: 22px;
    }

    .events-section .right-panel .event-date .day {
        font-size: 40px;
    }

    .events-section .right-panel .event-date .month {
        font-size: 30px;
    }

    .events-section .right-panel .event-date {
        min-width: 150px;
        min-height: 122px;
    }

    /* .feature-header .border_center {
        margin-bottom: 0;
    } */
    /*tabs with accordion*/
    .tabs_with_accordion_wrapper .accordion-body .card-list li {
        padding-inline: 15px;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .tabs_with_accordion_wrapper .nav-tabs .nav-link {
        font-size: 26px;
    }

    .events-section .right-panel .read-more,
    .feature-section .read-more {
        font-size: 16px;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list li .card-body .content-title {
        font-size: 23px;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-body .content-date {
        font-size: 16px;
    }

    .tabs_with_accordion_wrapper .nav-tabs li {
        margin-right: 20px;
    }

    .program-section .program-left {
        width: 300px;
    }

    .program-section .program-left {
        padding-right: 40px !important;
    }

    .program-section .program-right {
        flex: 0 0 auto;
        width: calc(100% - 300px);
    }

    /* .program-section .common-button {
        margin-top: 0;
    } */
    .program-section .program-left .border_left_to_right {
        margin-bottom: 20px;
    }

    .program-section {
        padding-bottom: 100px;
    }

    .program-section .owl-nav {
        bottom: -70px;
    }

    .program-section .program-right .item {
        min-height: 400px;
    }

    .program-section .program-right .item .program-content .read-more {
        font-size: 16px;
    }

    .program-section .program-right .item .program-content .read-more img {
        top: 0px;
    }

    .program-section .program-right .item .program-content .title {
        font-size: 22px;
    }

    .interior-banner .banner-content-inner {
        padding: 80px 50px;
    }

    ul+h1,
    ol+h1,
    p+h1 {
        margin-top: 70px;
    }

    iframe+h1 {
        margin-top: 50px;
    }

    ul+h2,
    ol+h2,
    p+h2 {
        margin-top: 70px;
    }

    iframe+h2 {
        margin-top: 50px;
    }

    ul+h3,
    ol+h3,
    p+h3 {
        margin-top: 50px;
    }

    iframe+h3 {
        margin-top: 30px;
    }

    .info-cards-section .cart-list ul li .info-card .card-inner .card-title {
        font-size: 35px;
    }

    .info-cards-section .cart-list ul li .cart-list-inner {
        min-height: 300px;
    }

    .info-cards-section .cart-list ul li {
        padding-inline: 10px;
    }

    .info-cards-section .cart-list ul li {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .info-cards-section.gap-equal {
        margin-bottom: 15px;
    }

    .info-cards-section .cart-list ul {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    /* .info-cards-section .cart-list {
        margin-top: 30px;
    } */

    /* .program-section .program-right .item .program-content {
        margin-top: 360px;
    } */

    .large-text-callout-banner-section-inner .feature-header {
        padding-block: 60px 60px;
    }

    .contact-block-second .contact-block-left {
        width: 50%;
    }
    .contact-block-second .contact-block-right {
        width: 50%;
    }
    .contact-block .contact-block-left, 
    .contact-block .contact-block-right  {
       width: 50%;
    }
    .contact-block-right .info-text p a {
        display: block;
    }
    .contact-block-right .info-text p a img {
        margin-right: .3rem;
        margin-bottom: 5px;
    }

    .events-section .right-panel .event-info {
        padding-left: 30px
    }

    .events-section .right-panel .event-card a {
        margin-right: 0;
    }

    .events-section .right-panel .event-date .month {
        margin-top: -2px;
    }

    .student_testimonial_text {
        margin-right: 50px;
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    #contactForm button[type="submit"] {
        font-size: 18px !important;
        padding: 18px !important;
        min-height: 60px !important;
    }

    /*  main end========================================== */
    /*  Footer start ========================================== */
    footer {
        margin-top: 65px;
    }

    #main:has(> .dark-background-global:last-child)+footer,
    #main:has(> .gap-equal:last-child)+footer {
        margin-top: 35px;
    }

    footer .footer-left .footer-title {
        font-size: 40px;
    }

    footer .footer-right .footer-menu-heading {
        font-size: 30px;
    }

    .footer-col .nav li a,
    .footer-phone,
    .footer-address p,
    .footer-utility ul li a {
        font-size: 16px;
    }

    .copyright p {
        font-size: 15px;
    }

    .footer-col .social-icons a {
        margin-right: 10px;
    }

    /*  Footer end ========================================== */
}

@media (max-width: 1200px) {

    /*  Header css start ========================================== */
    .logo-left-inner {
        max-width: 300px;
    }

    header .navbar-nav li a span {
        font-size: 28px;
        line-height: normal;
    }


    .top-bar-link {
        gap: 15px;
    }

    /* .top-bar {
        padding-left: 40px;
    } */

    /*  Header css end ========================================== */
    /*  main start ========================================== */
    .banner .slide-box {
        min-width: 630px;
        max-width: 630px;
        bottom: 80px;
    }

    .connect-with-us .social-icons {
        margin-top: 0;
    }

    .events-section .right-panel .event-info {
        padding-left: 30px;
    }

    .events-section .section-title {
        font-size: 35px;
    }

    .events-section .right-panel .event-info {
        padding-left: 20px;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list .card>img {
        height: 220px;
        object-fit: cover;
    }

    /*  main end ========================================== */
}


/* Tablet 1180px */
@media (max-width:1199px) {
    .student_testimonial_text h2 {
        font-size: 40px;
    }

    .student_testimonial_text {
        max-width: 500px;
        margin-right: 30px;
    }

    .student_testimonial_btnWrap a:first-child {
        margin: 0 15px 15px 0;
    }
}

@media (max-width: 1180px) {

    /*  Global css start ========================================== */
    h1 {
        font-size: 50px;
        margin-top: 70px;
    }

    h2 {
        font-size: 40px;
        margin-top: 60px;
    }

    h3 {
        font-size: 34px;
        margin-top: 50px;
    }

    h4 {
        font-size: 24px;
        margin-top: 30px;
    }

    .container-fluid {
        padding-inline: 60px;
    }

    .heading_h1 h1,
    .heading_h2 h2 {
        font-size: 40px;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 100%;
        padding-inline: 60px;
    }

    .common-button,
    .wp-block-button__link {
        font-size: 16px;
        padding: 16px;
    }

    .info-cards-section .feature-header:has(p) {
        margin-bottom: 50px;
    }

    /*  Global css end ========================================== */
    /*  Header css start ========================================== */

    .logo-left-inner a {
        padding: 40px 31px 40px 31px;
    }

    header .navbar-nav li a span {
        font-size: 22px;
    }

    .bottom-bar ul {
        /* padding-inline: 30px; */
    }

    .top-bar-link {
        gap: 12px;
    }

    /* .top-bar {
        padding-left: 40px;
    } */

    .top-bar .link-text {
        font-size: 16px;
    }

    .showcase_block:has(.showcase_block-left) .control_wrap.control-button-right {
        right: 60px;
        left: inherit;
    }

    .events-section .right-panel .event-date {
        min-width: 130px;
        min-height: 110px;
    }

    .events-carousel .owl-nav {
        right: 60px;
    }

    .logo-left-inner {
        max-width: 240px;
    }

    /*  Header css end ========================================== */
    /*  main start ========================================== */
    .media-showcase-block-content-inner {
        padding-inline: 60px;
    }

    .control_wrap {
        right: 60px;
        bottom: 30px;
    }

    .banner .slide-box {
        min-width: 630px;
        max-width: 630px;
        bottom: 80px;
    }

    .showcase_block:has(.showcase_block-left) .control_wrap {
        left: 60px;
        right: inherit;
    }

    .border-box {
        padding-left: 80px;
    }

    .showcase_block:has(.showcase_block-left) .control_wrap.control-button-right {
        right: 60px;
        left: inherit;
    }

    .events-section .right-panel {
        margin-right: -48px;
        width: calc(66.66666667% + 48px);
    }

    .event-calendar {
        padding-bottom: 100px;
    }

    .events-section {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .events-section .right-panel .read-more {
        bottom: -40px;
    }

    .events-carousel .owl-nav {
        bottom: -40px;
    }

    .program-section .program-right .item a {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: 100%;
        /* min-height: 400px; */
    }

    .program-section .program-right .item a>img {
        /* min-height: 400px; */
        object-fit: cover;
    }

    .info-cards-section .cart-list ul li .info-card .read-more {
        font-size: 16px;
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    #contactForm button[type="submit"] {
        font-size: 16px !important;
        padding: 16px !important;
        min-height: 55px !important;
    }

    .gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        font-size: 16px !important;
    }

    .gform_heading .gform_required_legend {
        font-size: 16px !important;
    }

    /*  main end ========================================== */
    /*  Footer start ========================================== */
    .footer-left {
        padding: 60px;
    }

    .footer-right {
        padding: 60px;
        padding-left: 20px;
    }

    .footer-col .social-icons a {
        margin-right: 10px;
    }

    .footer-col .social-icons a svg {
        width: 20px;
    }

    .footer-address p:last-child {
        margin-bottom: 40px;
    }

    /*  footer end ========================================== */
}

@media (max-width:1024px) {
    .logo-left-inner {
        max-width: 211px;
    }

    .logo-left-inner a {
        padding: 40px 20px 40px 20px;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list .card>img {
        height: 190px;
        object-fit: cover;
    }
}

/* Tablet 992px */

@media (max-width:991px) {

    /*  Header css start ========================================== */
    /* Hamhamburger ========================================== */
    .hamburger {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 18px;
        right: 20px;
        border-radius: 4px;
        z-index: 999;
    }

    /* .info-cards-section .intro-content+.cart-list {
        margin-top: 50px;
    } */

    #header table.gsc-search-box td.gsib_a .gsc-input {
        color: #fff;
        height: 100%;
    }

    #header table.gsc-search-box td.gsib_a {
        filter: brightness(0) invert(1);
    }

    #header table.gsc-search-box td.gsib_a input.gsc-input {
        color: #fff !important;
    }

    .wp-block-columns {
        margin-bottom: 30px;
    }

    .wp-block-custom-container .border_left_to_right,
    .wp-block-custom-container .border_center,
    .wp-block-custom-container .border_right_to_left {
        margin-top: 30px;
    }

    .wp-block-custom-container+.wp-block-custom-container {
        margin-top: 50px;
    }

    .hamburger a {
        display: inline-block;
        width: 50px;
        height: 50px;
        position: relative;
        top: 0;
    }

    .hamburger.clicked a {
        top: 0;
    }

    .hamburger.clicked {
        top: 27px;
    }

    .hamburger.clicked {
        position: fixed;
        background: #072033;
        width: 50px;
        height: 50px;
        margin-top: 0;
        right: 25px;
    }

    .hamburger span {
        position: relative;
        margin-top: 9px;
        margin-bottom: 9px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -1.5px;
    }

    .hamburger span,
    .hamburger span::before,
    .hamburger span::after {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #ffffff;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .hamburger span::before,
    .hamburger span::after {
        position: absolute;
        content: "";
    }

    .hamburger span::before {
        top: -9px;
    }

    .hamburger span::after {
        top: 9px;
    }

    .hamburger.clicked span {
        background-color: transparent;
    }

    .hamburger.clicked span::before {
        -webkit-transform: translateY(9px) rotate(45deg);
        -moz-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .hamburger.clicked span::after {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -moz-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        -o-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

    .hamburger.clicked span:before,
    .hamburger.clicked span:after {
        background-color: #ffffff;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    /* Hamhamburger ========================================== */
    .navbar-collapse {
        background-color: rgba(0, 74, 129, 1);
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        height: 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
        overflow-y: auto;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .navbar-collapse.show {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

    .logo-left-inner {
        max-width: 250px;
    }

    .logo-left-inner a {
        padding: 22px 31px 22px 31px;
    }

    .nav-right-main .navbar {
        position: relative;
    }

    .top-bar .link-text {
        display: none;
    }

    body.overflow {
        position: fixed;
    }

    header .navbar-nav li.divider {
        display: none;
    }

    .top-bar {
        background: rgba(7, 32, 51, 1);
        min-height: 109px;
    }

    .top-bar-link {
        flex-direction: row-reverse;
        justify-content: flex-end !important;
        margin-right: 99px;
        border-right: 1px solid rgba(255, 255, 255, 0.34);
        height: 100%;
    }

    #secNav {
        top: 47px;
    }

    .get-started a {
        font-size: 25px;
        color: rgba(255, 255, 255, 1);
        background: transparent;
        padding: 0 80px 0 80px;
        border: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .search_icon svg path {
        fill: #ffffff !important;
    }

    .search-icon {
        position: relative;
        border-left: 1px solid rgba(255, 255, 255, 0.34);
        height: auto;
        padding: 0 32px 0 34px;
        margin-left: auto;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .get-started {
        height: 100%;
    }

    .top-bar-link {
        gap: 0;
    }

    header .navbar-nav li {
        width: 100%;
        height: auto;
    }

    header .navbar-nav li a {
        height: auto;
    }

    .bottom-bar ul {
        justify-content: flex-start;
        padding: 59px 56px 95px 37px;
        height: auto !important;
    }

    header .navbar-nav li .nav-link {
        padding-inline: 45px !important;
    }

    header .navbar-nav li a {
        height: auto;
        align-items: flex-start;
        padding-block: 0;
        padding: 0 45px !important;
        padding-bottom: 35px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.34);
        padding-top: 35px !important;
    }

    header .navbar-nav li:first-child a {
        padding-top: 0 !important;
    }

    header .navbar-nav li:last-child a {
        padding-bottom: 0 !important;
        border-bottom: 0;
    }

    header .navbar-nav li a small {
        font-weight: 400;
        font-size: 30px;
        line-height: 134%;
    }

    header .navbar-nav li a span {
        font-weight: 400;
        font-size: 50px;
        line-height: 120%;
        text-align: left;
    }

    header .navbar-nav li.mobile-hidden a {
        border-bottom: 0;
        padding-bottom: 0 !important;
        padding-top: 15px !important;
    }

    header .navbar-nav li.mobile-hidden:last-child a {
        padding-top: 15px !important;
    }

    #header table.gsc-search-box td.gsib_a {
        background-position-y: 55% !important;
        padding: 0px 40px 0 40px !important;
    }

    .right_menu.active a.search_close {
        top: 0;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .desktop_cross {
        display: none;
    }

    .right_menu.active {
        border: none;
        position: absolute;
        right: 18px;
        left: 41px;
        z-index: 9;
        top: 0;
        bottom: 0;
        padding-block: 0;
    }

    .search-wrapper.active {
        bottom: 0;
        top: 0;
        padding-right: 0;
        width: 100%;
        left: 0;
        height: 88%;
    }

    form.gsc-search-box {
        margin-bottom: 0;
        height: 100%;
    }

    table.gsc-search-box {
        margin-bottom: 0;
        height: 100%;
    }

    .gsc-input-box {
        border-bottom: 1px solid rgb(255 255 255) !important;
        background: #072033 !important;
        height: 100%;
    }

    .gsc-search-button-v2 svg {
        fill: rgb(255 255 255) !important;
        width: 24px !important;
        height: 28px !important;
    }

    .right_menu .gsc-search-button-v2 {
        left: 0;
    }

    .search-wrapper.active div {
        height: 100%;
    }

    table.gsc-search-box td {
        vertical-align: bottom;
    }

    input.gsc-input {
        background: transparent !important;
        font-size: 25px;
        color: #fff;
    }

    .gsib_a {
        padding: 0 35px 0 40px !important;
    }

    .gsib_b {
        display: none;
    }

    #header table.gsc-search-box td.gsib_a>.gsc-input {
        padding-right: 0 !important;
        margin-bottom: 5px !important;
    }

    .mobile_cross {
        display: block;
    }

    .right_menu .gsc-search-button-v2 {
        bottom: 17px;
    }

    .get-started a:hover,
    .get-started a:focus {
        background: rgba(7, 32, 51, 1);
        box-shadow: none;
    }

    .form-wrapper {
        width: 100%;
        top: 110px;
    }

    #header {
        position: relative;
        z-index: 99;
    }

    .top-bar {
        padding-left: 0;
    }

    #header .form-wrapper {
        width: calc(100% + 100px);
        max-width: calc(100% + 100px);
        left: 0px !important;
    }

    .search-icon {
        position: relative;
        right: 0;
    }

    .get-started {
        margin-left: 0;
    }

    /* .right_menu.active a.search_close {
        right: 30px;
    } */

    .right_menu.active {
        right: 0px;
    }

    input.gsc-input {
        margin-top: -5px !important
    }

    .gssb_a,
    .gssb_a td {
        white-space: normal !important;
    }

    header .navbar-nav li a span:after {
        display: none
    }

    .get-started a:hover,
    .get-started a:focus {
        box-shadow: none;
    }

    .hamburger .hamburger-link {
        font-size: 0
    }

    .info-cards-section .cart-list ul li .info-card .card-inner .card-title {
        font-size: 30px;
    }

    .search-wrapper.active {
        width: 100%;
        left: 0;
    }

    .gb-block-container+.border_left_to_right,
    .gb-block-container+.border_center,
    .gb-block-container+.border_right_to_left {
        margin-top: 50px;
    }

    .wp-block-buttons:has(+.border_left_to_right),
    .wp-block-buttons:has(+.border_right_to_left),
    .wp-block-buttons:has(+.border_center) {
        margin-bottom: 50px;
    }

    /*  header end ========================================== */
    /*  main start ========================================== */
    #secNav {
        top: 47px;
    }

    .section_Nav_Inner button {
        font-size: 20px;
        padding-left: 15px;
    }

    #secNav ul {
        padding: 15px;
        min-width: auto;
        max-width: 100%;
    }

    .section_Nav_Inner button[aria-expanded="true"] span::before {
        top: 11px;
        background-size: contain;
        width: 20px;
        height: 20px;
    }

    #secNav ul li a {
        font-size: 16px;
    }

    .section_Nav_Inner button img {
        margin: 0 0 0 10px;
        max-width: 20px;
        position: relative;
        top: -1px;
    }

    .section_Nav_Inner button[aria-expanded="true"] span::before {
        top: 11px;
        background-size: contain;
        width: 20px;
        height: 20px;
    }

    .breadcrumb_inner {
        flex-wrap: wrap;
    }

    .breadcrumb_sec,
    .sec_nav {
        width: 100%;
    }

    .section_Nav {
        justify-content: flex-start;
    }

    .section_Nav_Inner button {
        padding-left: 0;
        padding-right: 50px;
    }

    .breadcrumb_row,
    .accordion_row,
    .rcon-table-wrapper,
    .showcase_block,
    .student_testimonial {
        margin-bottom: 30px;
    }

    .wp-video {
        margin-top: 50px;
    }

    ul:has(+.border_left_to_right),
    ol:has(+.border_left_to_right),
    p:has(+.border_left_to_right) {
        margin-bottom: 50px;
    }

    .gap-equal,
    .wp-block-custom-container {
        margin-block: 30px;
    }

    .accordion_row,
    .rcon-table-wrapper,
    .showcase_block,
    .student_testimonial {
        margin-top: 30px;
    }

    .media-showcase-block-content-inner {
        padding-block: 50px;
        padding-bottom: 100px;
    }

    .results-speak-main-dark-blue {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .border_left_to_right,
    .border_center,
    .border_right_to_left {
        margin-bottom: 30px;
    }

    .breadcrumb_inner {
        align-items: flex-start;
    }

    /*table*/
    .rcon-table-wrapper .wp-block-table thead tr th,
    .rcon-table-wrapper .wp-block-table thead tr td,
    .rcon-table-wrapper .wp-block-table tr th:first-child,
    .rcon-table-wrapper .wp-block-table tbody tr td {
        font-size: 16px;
    }

    .banner .hero-bg-banner {
        position: relative !important;
    }

    .banner .banner_action {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        width: 100%;
    }

    .banner_action_text {
        width: 100%;
    }

    .banner .fullwidthvideo {
        max-height: max-content;
        overflow: hidden;
    }

    .banner .video-inner {
        position: relative;
    }

    .banner .video_cover {
        position: absolute;
        left: 30px;
        bottom: 14px;
    }

    .banner .slide-box {
        min-width: 100%;
        max-width: 100%;
        bottom: 0;
        position: relative;
        background: #072033;
    }

    .banner .cta-box {
        bottom: 0;
        padding: 20px 30px 20px 30px;
        background: #004A81;
    }

    .banner #overlay-title {
        min-height: 100%;
        padding: 15px 30px 15px 39px;
        font-size: 50px;
        justify-content: center;
        text-align: center;
    }

    .banner .cta-item {
        padding-bottom: 0;
        padding-inline: 15px;
        width: 100%;
        max-width: 100%;
    }

    .banner .cta-item:first-child {
        padding-left: 0;
    }

    .banner .cta-item:last-child {
        padding-right: 0;
    }

    .banner .video_cover {
        position: absolute;
        left: inherit;
        bottom: 30px;
        right: 30px;
        top: auto;
        display: flex;
        align-items: center;
        left: calc(100% - 80px) !important;
    }

    .banner .cta-line {
        position: absolute;
        height: 100%;
        top: 10%;
        bottom: 0;
        height: 80%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        width: 1px;
    }

    .banner .cta-box {
        border-left: 0;
        border-top: 7px solid #02AFE8;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        justify-content: center;
    }

    .hero-bg-banner-inner {
        flex-direction: column;
    }

    .banner .banner_imgDesktop {
        display: none;
    }

    .banner .banner_imgMobile,
    .banner .mobile_bannerVideo {
        display: block;
        width: 100%;
    }

    .banner #overlay-title strong {
        top: -2px;
    }

    .banner .small-text {
        font-size: 18px;
        line-height: 24px;
    }

    .banner .slide-box {
        left: 0 !important
    }

    .banner .cta-box {
        right: 0 !important
    }

    .get-started a {
        text-align: left;
    }

    .top-bar-link {
        position: relative;
    }

    input.gsc-input {
        position: relative;
        top: 4px;
    }

    /*result to speak*/
    .results-speak-main .count-item .count-up,
    .percent {
        font-size: 50px;
        line-height: normal;
    }

    .digit {
        height: 57px;
    }

    .results-speak-main-inner .count-item .normal-digit {
        min-height: 68px;
        display: flex;
        align-items: center;
    }

    .results-speak-main-inner .count-item .upper-text span {
        font-size: 50px;
    }

    .results-speak-main-inner .demo-container {
        margin-top: 0;
    }

    /*showcase block*/
    .media-showcase-block-image,
    .media-showcase-block-content {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .showcase_block .row {
        justify-content: flex-end;
        max-height: 100%;
    }

    .media-showcase-block-image img,
    .media-showcase-block {
        max-height: 100%;
    }

    .showcase_block .play_btn {
        bottom: 30px;
        top: auto;
        display: flex;
        align-items: center;
        right: 30px;
    }

    .slider_video_box .modal-dialog.modal-dialog-centered {
        width: 90%;
        max-width: 100%;
        margin: 0px auto 0;
    }

    .slider_video_box button.btn-close {
        right: 0;
        top: -50px;
    }

    .showcase_block video.video_url {
        display: none;
    }

    .slider_video_box .modal-body.testimonial_video_model {
        width: 100%;
        height: 425px;
    }

    .showcase_block .play_btn a.video_play img {
        width: 40px;
        height: 40px;
    }

    .showcase_block-left {
        flex-direction: column-reverse;
    }

    .border-box {
        padding-left: 0;
    }

    .student_testimonial_inner .control_wrap {
        bottom: 20px;
        left: 30px;
    }

    .showcase_block:has(.control-button-right) .heading_h2 {
        float: right;
    }

    .student_testimonial_img img {
        z-index: 9;
        position: relative;
    }

    /*more to explore*/
    .more-to-explore .button-group {
        margin-block: 5px;
    }

    /*connect with us*/
    .connect-with-us .social-icons a {
        margin-inline: 15px;
        width: 80px;
        height: 80px;
    }

    .media-showcase-block-content-inner {
        text-align: center;
    }

    .showcase_block .control_wrap.control-button-right,
    .showcase_block .control_wrap {
        right: 0 !important;
        left: 0 !important;
        margin: 0 auto;
    }

    .showcase_block .border_right_to_left .highlight_bar_yellow {
        float: none !important;
        margin: 0 auto !important;
    }

    .showcase_block .media-showcase-block-content-inner {
        text-align: center !important;
    }

    .showcase_block .media-showcase-block-content-inner .heading_h2 {
        width: 100%;
    }

    .showcase_block .heading_h2 {
        float: none;
    }

    .showcase_block .highlight_bar_yellow {
        float: none;
        margin: 0 auto;
    }

    .showcase_block .animation-element.animation-element.in-view {
        transform: translate3d(0, 0, 0);
        transition: width 0.8s ease-in-out;
        width: 100%;
        transform: scaleX(1);
    }

    .showcase_block .animation-element.slide-left {
        width: 100%;
        float: none;
        transition: width 0.8s ease-in-out;
        width: 100%;
        transform: scaleX(1);
    }

    .showcase_block .animation-element.slide-left {
        transform: none;
    }

    input.gsc-input {
        margin-top: -5px !important;
    }

    /*event*/
    .events-section .right-panel {
        padding-left: 0;
        width: calc(100% + 68px);
    }

    .events-section .left-panel {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 50px;
    }

    .events-section .left-panel {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 50px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 1);
        margin-right: 60px;
        margin-bottom: 40px;
        width: calc(100% - 60px);
    }

    .events-section>.row {
        margin: 0 !important;
    }

    .event-calendar>.container-fluid {
        padding-right: 0;
    }

    .events-section .right-panel .read-more,
    .events-carousel .owl-nav {
        bottom: -40px;
    }

    .events-section .section-title {
        font-size: 30px;
    }

    .event-calendar .feature-header {
        padding-right: 60px;
    }

    /* .feature-header .border_center {
        margin-bottom: 0;
    } */
    .events-section .right-panel {
        padding-bottom: 40px;
    }

    /*tab sec*/
    .tabs_with_accordion_wrapper .nav-tabs {
        display: none !important;
    }

    .tabs_with_accordion_wrapper .accordion-item .accordion-header {
        display: block;
    }

    .tabs_with_accordion_wrapper .tab-content {
        width: 100%;
    }

    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }

    .tabs_with_accordion_wrapper .accordion-button {
        border-radius: 0 !important;
        font-family: 'Avenir', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 134%;
        vertical-align: middle;
        color: #000000;
        padding-left: 60px;
        box-shadow: none;
    }

    .feature-section .read-more {
        top: -35px;
    }

    .feature-section .tab_wrapper {
        position: relative;
    }

    .tabs_with_accordion_wrapper .accordion-body {
        padding-top: 10px;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list li .card-body .content-title {
        font-size: 20px;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list li {
        width: 50%;
    }

    .tab-content>.tab-pane:nth-child(odd) .accordion-button {
        background-color: #F5F5F5;
    }

    .tabs_with_accordion_wrapper .accordion-button:focus-visible {
        outline-color: rgb(16, 16, 16);
        outline-offset: 1px;
        outline-style: auto;
        outline-width: 1px;
        text-decoration-color: rgb(21, 30, 59);
        text-decoration-line: none;
        text-decoration-style: solid;
        text-decoration-thickness: auto;
        box-shadow: none !important;
    }

    .tabs_with_accordion_wrapper .accordion-button:hover,
    .tabs_with_accordion_wrapper .accordion-button:focus {
        background-color: #E9ECEF;
    }

    .tab-content>.tab-pane .accordion-button:hover,
    .tab-content>.tab-pane .accordion-button:focus {
        background-color: #E9ECEF;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list li {
        padding-inline: 10px;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .program-section .program-left {
        width: 100%;
        margin-bottom: 0;
    }

    .program-section .program-left:has(p),
    .program-section .program-left:has(btn) {
        margin-bottom: 50px;
    }

    .program-section .program-left .border_left_to_right {
        margin-bottom: 50px;
    }

    .program-section .program-left:has(p) .border_left_to_right,
    .program-section .program-left:has(btn) .border_left_to_right {
        margin-bottom: 20px;
    }

    .program-section .program-right {
        flex: 0 0 auto;
        width: 100%;
    }

    .program-section .program-left {
        padding-right: 60px !important;
    }

    .program-section {
        padding-top: 50px;
    }

    .banner-image,
    .banner-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .interior-banner .banner-content-inner {
        padding: 70px 60px;
    }

    .interior-banner .banner-content-inner .heading_h1 {
        max-width: 100%
    }

    .media-showcase-block-content-inner-header .border_right_to_left {
        text-align: center;
    }

    ul+h1,
    ol+h1,
    p+h1 {
        margin-top: 50px;
    }

    iframe+h1 {
        margin-top: 30px;
    }

    ul+h2,
    ol+h2,
    p+h2 {
        margin-top: 50px;
    }

    iframe+h2 {
        margin-top: 30px;
    }

    ul+h3,
    ol+h3,
    p+h3 {
        margin-top: 30px;
    }

    iframe+h3 {
        margin-top: 10px;
    }

    .wp-block-buttons:has(+h2),
    .wp-block-buttons:has(+h3),
    .wp-block-buttons:has(+h4) {
        margin-bottom: 50px;
        margin-top: 15px;
    }

    .wp-block-buttons:has(+.border_left_to_right),
    .wp-block-buttons:has(+.border_right_to_left),
    .wp-block-buttons:has(+.border_center) {
        margin-bottom: 50px;
    }

    p:has(+.wp-block-image) {
        margin-bottom: 50px;
    }

    p:has(+h4) {
        margin-bottom: 50px;
    }

    ul:has(+.border_left_to_right),
    ol:has(+.border_left_to_right),
    p:has(+.border_left_to_right) {
        margin-bottom: 50px;
    }

    iframe:has(+.border_left_to_right),
    iframe:has(+.border_center),
    iframe:has(+.border_right_to_left) {
        margin-bottom: 50px;
    }

    ul:has(+.border_right_to_left),
    ol:has(+.border_right_to_left),
    p:has(+.border_right_to_left) {
        margin-bottom: 50px;
    }

    ul:has(+.border_center),
    ol:has(+.border_center),
    p:has(+.border_center) {
        margin-bottom: 50px;
    }

    figure:has(+.border_left_to_right),
    figure:has(+.border_center),
    figure:has(+.border_right_to_left) {
        margin-bottom: 50px;
    }

    .info-cards-section .cart-list ul li {
        width: 100%;
    }

    .info-cards-section .cart-list ul li .info-card::before {
        max-width: 120px;
    }

    .info-cards-section .cart-list.yellow_border_card ul li {
        width: 50%;
        max-width: 390px;
    }

    .rcon-table-wrapper .wp-block-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100%;
    }

    .rcon-table-wrapper table+figcaption {
        margin-bottom: 15px;
    }

    .rcon-table-wrapper .wp-block-table table {
        width: auto;
        min-width: 100%;
        border-collapse: collapse;
    }

    .rcon-table-wrapper .wp-block-table thead tr th,
    .rcon-table-wrapper .wp-block-table thead tr td,
    .rcon-table-wrapper .wp-block-table tr th:first-child,
    .rcon-table-wrapper .wp-block-table tbody tr td {
        white-space: nowrap;
    }

    .banner .slide-box {
        min-height: auto;
    }

    .tabs_with_accordion_wrapper .accordion-body .read-more {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 10px;
        text-decoration: none;
        float: right;
    }

    .large-text-callout-banner-section-inner {
        transform: none;
        background: #074D82;
    }

    .large-text-callout-banner-section-inner .feature-header {
        transform: none;
        padding-block: 50px;
    }

    .large-text-callout-banner-section {
        padding-inline: 0;
    }

    .contact-block-left,
    .contact-block-right {
        width: 100%;
    }

    .contact-block-left {
        padding-block: 50px;
    }

    .contact-block .heading_h2 h2 {
        margin-bottom: 0;
    }

    .contact-block-right {
        padding: 50px 60px;
    }

    .contact-block-left h2 {
        max-width: 100%;
    }

    .contact-block-left {
        padding-inline: 60px;
    }

    .contact-block-second .contact-block-left {
        width: 100%;
    }

    .contact-block-second .contact-block-right {
        width: 100%;
        padding: 0 60px;
        padding-bottom: 60px;
    }

    .contact-block .contact-block-left, 
    .contact-block .contact-block-right {
       width: 100%;
    }
    .contact-block .contact-block-right {
        padding: 50px 60px;
        padding-bottom: 60px;
    }

    .contact-block-second .contact-block-right ul {
        border-top: 1px solid rgb(255 255 255 / 70%);
        padding-top: 50px;
    }

    .contact-block-second:before,
    .contact-block-second::after {
        display: none;
    }

    .large-text-callout-banner-section::before,
    .large-text-callout-banner-section::after {
        display: none;
    }

    .info-cards-section .cart-list ul li .info-card .read-more {
        max-width: 100%;
    }

    .info-cards-section .cart-list ul li .info-card::before {
        max-width: 100px;
        max-height: 300px;
        width: 100%;
        top: calc(100% - 299px);
        clip-path: polygon(100% 26%, 0% 100%, 100% 100%);
    }

    .info-cards-section .cart-list ul li .info-card .card-inner {
        padding: 30px;
    }

    .student_testimonial_box {
        display: table;
        width: 100%;
        float: left;
        padding: 0;
    }

    .student_testimonial_img {
        display: table-header-group;
        position: relative;
    }

    .student_testimonial_img img {
        width: 100%;
        padding: 30px;
    }

    .student_testimonial_text {
        max-width: unset;
        margin: 0;
        position: relative;
        padding: 50px 30px 50px 30px;
        width: 100%;
    }

    .student_testimonial_text+.student_testimonial_img img {
        padding-bottom: 0;
    }

    .student_testimonial_text h2 {
        font-size: 32px;
    }

    .student_testimonial_text p {
        font-size: 16px;
    }

    .student_testimonial_inner .control_wrap {
        bottom: 20px;
        left: 30px;
    }

    .student_testimonial_btnWrap a {
        margin: 0 15px 15px 0;
    }

    .events-section .right-panel .section-title {
        margin-bottom: 30px;
    }

    .info-cards-section .feature-header:has(p) {
        margin-bottom: 30px;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list .card>img {
        height: 270px;
        object-fit: cover;
    }

    .info-cards-section.gap-equal {
        margin-bottom: 10px;
    }

    .wp-block-custom-container .border_left_to_right+.wp-block-heading,
    .wp-block-custom-container .border_center+.wp-block-heading,
    .wp-block-custom-container .border_right_to_left+.wp-block-heading {
        margin-top: 10px;
    }

    .wp-block-custom-container p+.wp-block-heading {
        margin-top: 50px;
    }

    .accordion_row .feature-header {
        margin-bottom: 30px;
    }

    #main .rcon-table-wrapper .feature-header:not(:has(p)) .border_left_to_right:last-child {
        margin-bottom: 30px;
    }

    .navbar-collapse:not(.show) {
        display: none;
        visibility: hidden;
    }

    /*  main end========================================== */
    /*  Global css start ========================================== */
    ul,
    ol {
        padding: 0 0 0 32px;
    }

    h1 {
        font-size: 40px;
        margin-top: 50px;
    }

    h2 {
        font-size: 35px;
        margin-top: 35px;
    }

    h3 {
        font-size: 32px;
        margin-top: 25px;
    }

    h4 {
        font-size: 22px;
        margin-top: 22px;
    }

    .wp-block-custom-container .border_left_to_right+.wp-block-heading,
    .wp-block-custom-container .border_center+.wp-block-heading,
    .wp-block-custom-container .border_right_to_left+.wp-block-heading {
        margin-top: 10px;
    }

    .heading_h1 h1,
    .heading_h2 h2 {
        font-size: 35px;
    }

    .mobile-hidden {
        display: block;
    }

    .alignleft {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .alignright {
        float: right;
        margin-left: 15px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    ol ol,
    ol ul,
    ul ol,
    ul ul,
    dl,
    ol,
    ul {
        margin-bottom: 20px;
    }

    /*  Global css end ========================================== */
    /*  Footer start ========================================== */
    footer {
        margin-top: 60px;
    }

    #header table.gsc-input,
    #header table.gsc-search-box td.gsib_a .gsc-input {
        height: 100% !important;
    }

    #main:has(> .dark-background-global:last-child)+footer,
    #main:has(> .gap-equal:last-child)+footer {
        margin-top: 30px;
    }

    .footer-main-left {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer-right {
        padding: 60px;
        padding-top: 30px;
    }

    .footer-left {
        clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
    }

    .footer-col .social-icons a {
        margin-right: 10px;
    }

    #main:has(> .dark-background-global:last-child)+footer {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .accordion_row .accordion-button:focus-visible {
        outline: auto;
    }

    .banner .cta-box {
        padding-inline: 20px;
        max-width: 350px;
        min-width: 350px;
    }

    .media-showcase-block {
        width: 100%;
    }

    .media-showcase-block-image img {
        max-height: 100vh;
    }

    .showcase_block,
    .showcase_block_inner,
    .showcase_block .carousel,
    .showcase_block .carousel-inner,
    .showcase_block .carousel-item {
        max-height: 100vh;
        width: 100%
    }

    .hamburger {
        display: none;
    }
}


/* Tablet 768px */

@media (max-width: 767px) {
    #header table.gsc-search-box td.gsib_a>.gsc-input {
        margin-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #header table.gsc-search-box td.gsib_a {
        background-position: left 0px center !important;
        background-position-y: 57% !important;
    }

    /*  main start ========================================== */
    .section_Nav_Inner button {
        font-size: 18px;
    }

    .wp-block-table {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* smooth iOS scroll */
    }

    .wp-block-table table {
        width: 100%;
        min-width: 650px;
        border-collapse: collapse;
        table-layout: fixed;
    }

    /*banner*/
    .banner .hero-bg-banner {
        position: relative !important;
    }

    .banner .banner_action {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        width: 100%;
    }

    .banner_action_text {
        width: 100%;
    }

    .banner .fullwidthvideo {
        max-height: max-content;
        overflow: hidden;
    }

    /* .banner .video_cover {
        position: absolute;
        left: 30px;
        bottom: 14px;
    } */
    .banner .slide-box {
        min-width: 100%;
        max-width: 100%;
        bottom: 0;
        position: relative;
        background: #072033;
    }

    .banner .cta-box {
        bottom: 0;
        padding: 20px 30px 20px 30px;
        background: #004A81;
    }

    .banner #overlay-title {
        min-height: 100%;
        padding: 15px 30px 15px 39px;
        font-size: 45px;
        justify-content: center;
        text-align: center;
    }

    .banner .cta-item {
        padding-bottom: 0;
        padding-inline: 15px;
        width: 100%;
    }

    .banner .cta-item:first-child {
        padding-left: 0;
    }

    .banner .cta-item:last-child {
        padding-right: 0;
    }

    .banner .cta-line {
        position: absolute;
        height: 100%;
        top: 10%;
        bottom: 0;
        height: 80%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        width: 1px;
    }

    .banner .cta-box {
        border-left: 0;
        border-top: 7px solid #02AFE8;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        justify-content: center;
    }

    .hero-bg-banner-inner {
        flex-direction: column;
    }

    .banner .slide-box {
        left: 0 !important
    }

    .banner .cta-box {
        right: 0 !important
    }

    /*result to speak*/
    .results-speak-main .count-item .count-up,
    .percent {
        font-size: 45px;
    }

    .results-speak-main-inner .count-item .upper-text span {
        font-size: 45px;
    }

    .results-speak-main-inner .demo-container {
        flex-direction: column;
    }

    .results-speak-main-inner .count-item-seperator img {
        display: none;
    }

    .results-speak-main-inner .count-item-seperator {
        border-bottom: 2px solid #B673A9;
        width: 300px;
        margin: 0 auto;
        margin-block: 30px;
        max-width: 100%;
    }

    .results-speak-main-dark-blue .results-speak-main-inner .count-item-seperator {
        border-bottom: 2px solid #F0B863;
        width: 300px;
        margin: 0 auto;
        margin-block: 30px;
        max-width: 100%;
    }

    .feature-header-cover .heading_h2 h2 {
        padding-inline: 15px;
    }

    /*tab sec*/
    .tabs_with_accordion_wrapper .accordion-body .card-list li {
        width: 100%;
    }

    /*
    .program-section .container-fluid {
        padding-right: 60px;
    }

    .program-section .program-left {
        padding-right: 0 !important;
    } */

    .program-section .owl-nav {
        right: 0;
    }

    .results-speak-main-inner .count-item {
        width: 100%;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list .card>img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .right_menu.active a.search_close {
        margin-top: 5px;
    }

    .info-cards-section .cart-list.yellow_border_card ul li {
        width: 100%;
        max-width: 390px;
    }

    /*  main end ========================================== */
    /*  Footer start ========================================== */
    .footer-col-social:last-child {
        margin-top: 25px;
        border-top: 1px solid rgb(255 255 255 / 34%);
        padding-top: 25px;
    }

    /*  Footer end ========================================== */
}


/* Mobile 580px */
@media (max-width:580px) {
    .student_testimonial_btnWrap a {
        max-width: unset;
        min-width: unset;
        margin: 0 0 15px 0;
        /* width: 100%; */
    }

    .student_testimonial_btnWrap a:first-child {
        margin: 0 0 15px 0;
    }

    .student_testimonial_btnWrap {
        margin: 0 0 0 0;
    }
}

@media (max-width: 575px) {

    /*  Global css start ========================================== */
    .container-fluid {
        padding-inline: 30px;
    }

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 100%;
        padding-inline: 30px;
    }

    .alignleft {
        width: 100% !important;
        margin-right: 0;
    }

    .alignright {
        width: 100% !important;
        margin-left: 0;
    }

    .aligncenter {
        width: 100% !important;
        margin-inline: 0;
    }

    .alignnone {
        width: 100%
    }

    .alignleft img {
        width: 100%
    }

    /*  Global css end ========================================== */
    /*  Header css start ========================================== */
    .search-icon {
        padding: 44px 20px 45px 20px;
    }

    .hamburger {
        width: 50px;
        height: auto;
        top: 18px;
        right: 8px;
    }

    header .navbar-nav li .nav-link {
        padding-inline: 35px !important;

    }

    header .navbar-nav li a {
        padding: 0 35px !important;
        padding-bottom: 35px !important;
        padding-top: 35px !important;
        padding-right: 0 !important;
    }

    .right_menu.active {
        right: 10px;
    }

    #secNav {
        left: 0;
        right: inherit;
    }

    #contactForm .form-group:has(button[type="submit"]) .col-sm-12 {
        width: 100%;
    }

    #contactForm button[type="submit"] {
        max-width: 100%;
        min-width: 100%;
    }

    .showcase_block:has(.showcase_block-left) .control_wrap.control-button-right {
        right: 30px;
        left: inherit;
    }

    /*  Header css end ========================================== */
    /*  main start========================================== */
    .media-showcase-block-content-inner {
        padding-inline: 30px;
    }

    .showcase_block:has(.showcase_block-left) .control_wrap {
        left: 30px;
        right: inherit;
    }

    #contactForm .control-label {
        width: 100%;
        margin-bottom: 10px;
    }

    #contactForm .col-sm-8 {
        width: 100%;
    }

    #contactForm .form-group .help-block {
        padding-left: 0;
    }

    .connect-with-us .social-icons a {
        margin-inline: 10px;
        width: 70px;
        height: 70px;
    }

    .events-section .left-panel {
        width: calc(100% - 30px);
        margin-right: 30px;
    }

    .events-section .right-panel .event-date {
        min-width: 120px;
        min-height: 102px;
    }

    .events-section .right-panel .event-info {
        padding-left: 20px;
    }

    .events-section .right-panel .event-date .day {
        font-size: 35px;
    }

    .events-section .right-panel .event-date .month {
        font-size: 25px;
    }

    .events-carousel .owl-nav {
        right: 30px;
    }

    .event-calendar .feature-header {
        padding-right: 30px;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list li {
        width: 100%;
        padding-inline: 0;
    }

    .tabs_with_accordion_wrapper .accordion-body .card-list {
        width: 100%;
        margin-left: 0;
    }



    .program-section .owl-nav {
        right: 30px;
    }

    .interior-banner .banner-content-inner {
        padding: 50px 30px;
    }

    .contact-block-right {
        padding: 50px 30px;
    }

    .contact-block-left {
        padding-inline: 30px;
    }

    .contact-block-second .contact-block-right {
        padding-inline: 30px;
    }

    p:has(+.wp-block-image) {
        margin-bottom: 30px;
    }

    /*  main end========================================== */
    /*  Footer start ========================================== */
    .footer-right,
    .footer-left {
        padding-inline: 30px;
    }

    .footer-col {
        margin-top: 25px;
        border-top: 1px solid rgb(255 255 255 / 23%);
        padding-top: 25px;
    }

    .footer-col-link {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }

    .copyright p {
        font-size: 14px;
    }

    .footer-bottom-link-area {
        padding-top: 25px;
        padding-bottom: 24px;
    }

    /*  Footer end ========================================== */
}


/* Mobile 480px */

@media (max-width: 480px) {

    /*  Header css  start ========================================== */
    header .navbar-nav li a span {
        font-size: 40px;
        line-height: normal;
    }

    header .navbar-nav li a small {
        font-size: 20px;
        line-height: normal;
    }

    header .navbar-nav li a {
        padding: 0 !important;
        padding-bottom: 10px !important;
        padding-top: 20px !important;
    }

    header .navbar-nav li a small {
        margin-bottom: 0;
    }

    .get-started a {
        font-size: 22px;
        padding: 40px 30px 39px 30px;
    }

    .bottom-bar ul {
        padding: 30px 30px 50px 30px;
    }

    .right_menu.active {
        left: 25px;
    }

    .gsc-search-button-v2 svg {
        width: 25px !important;
        height: 25px !important;
    }

    input.gsc-input {
        font-size: 20px;
    }

    .right_menu .gsc-search-button-v2 {
        bottom: 15px;
    }

    .right_menu.active a.search_close {
        right: 13px;
        top: 0;
    }

    .form-wrapper {
        padding: 49px 30px 35px 30px;
    }

    .search-wrapper.active {
        padding-right: 0;
    }

    header .navbar-nav li .nav-link {
        padding-inline: 0 !important;
    }

    /*  Header css end ========================================== */
    /*  main start ========================================== */
    .banner .cta-item {
        padding-inline: 10px;
    }

    .banner .cta-item:first-child {
        padding-left: 0;
    }

    .banner .cta-item:last-child {
        padding-right: 0;
    }

    .banner #overlay-title {
        padding: 12px 30px 12px 39px;
        font-size: 40px;
    }

    .banner a .cta-big {
        font-size: 22px;
        margin-top: 5px;
    }

    /*result to speak*/
    .results-speak-main .count-item .count-up,
    .percent {
        font-size: 40px;
    }

    .results-speak-main-inner .count-item .upper-text span {
        font-size: 40px;
    }

    .connect-with-us .social-icons {
        margin-top: 0;
    }

    .connect-with-us .social-icons a {
        width: 60px;
        margin-inline: 5px;
        height: 60px;
    }

    .event-calendar {
        padding-bottom: 150px;
    }

    .events-carousel .owl-nav {
        bottom: -30px;
        left: 0;
        right: 30px;
    }

    .events-section .right-panel .read-more {
        bottom: -80px;
        left: 0;
        right: 30px;
        margin: 0 auto;
        text-align: center;
    }

    .feature-header-cover .heading_h2 h2 {
        padding-inline: 10px;
    }

    .contact-block-right ul li {
        margin-bottom: 50px;
    }

    .contact-block-right .info-image {
        width: 100%;
        position: relative;
        height: auto;
        padding: 0;
        overflow: visible;
        max-width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        padding-right: 6px;
    }

    .contact-block-right .info-image img {
        position: relative;
        z-index: 1;
        left: 7px;
        top: 6px;
        width: 100%;
        height: auto;
    }

    .contact-block-right .info-image:after {
        width: 80%;
        height: 80%;
    }

    .contact-block-right .info-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .contact-block-right ul li .info-section {
        display: flex;
        flex-direction: column;
    }

    .info-cards-section .cart-list ul li .info-card::before {
        max-width: 60px;
    }

    .program-section .program-left {
        padding-right: 0 !important;
    }

    .program-section .container-fluid {
        padding-right: 30px !important;
    }

    .program-section .program-right .item {
        width: 100% !important;
        height: 548px !important;
        min-width: 100% !important;
    }

    /*  main end ========================================== */
    /*  Global css start ========================================== */
    h1 {
        font-size: 37px;
    }

    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 30px;
    }

    /* h4 {
        font-size: 20px;
    } */

    .heading_h1 h1,
    .heading_h2 h2 {
        font-size: 33px;
    }

    /*  Global css end ========================================== */
}


/* Mobile 412px */

@media (max-width: 412px) {

    /*  Header css start ========================================== */
    header .navbar-nav li a span {
        font-size: 30px;
        line-height: normal;
    }

    header .navbar-nav li a small {
        font-size: 18px;
        line-height: normal;
    }

    .get-started a {
        font-size: 20px;
    }

    /*  Header css end ========================================== */
}


/* Mobile 393px */

@media (max-width: 393px) {}


/* Mobile 390px */

@media (max-width: 390px) {}


/* Mobile 360px */

@media (max-width:360px) {}