@media screen and (min-width: 1601px) {
    .container{max-width:1504px}
    .hero-home .container{max-width: 1544px;}
    .collaboration-section .container {max-width: 1544px;}
    .featured-course-section .container,.resources-section .container,.cta-section .container,.additional-sec .container,.consult-sec .container,.event-sec .container,.book-sec .container,.publication-subbanner-sec .container,.single-blog .container,.podcast-section .container {max-width: 1254px;}
    .hero-home .hero-feature-wrp .hero-item,.collaboration-section .collaboration-feature-wrp .collaboration-item {width: auto;}
    .intro-sec .intro-wrapper .intro-images .img-main,.about-home .abh-images .img-main,.inner-hero .inner-images .img-main,.contact-section .contact-images .img-main,.consulting-section .consulting-images .img-main {margin-right: 138px;}
    .intro-sec .intro-wrapper .intro-images .img-secondary,.about-home .abh-images .img-secondary,.inner-hero .inner-images .img-secondary,.contact-section .contact-images .img-secondary,.consulting-section .consulting-images .img-secondary {margin-left: 250px;}
    .testimonials-sec .testimonials-wrp {max-width: 1354px;}
    .testimonials-sec .testimonials-wrp .testimonials-img{margin-top: 20px;}
    .publication-sec .pub-wrp,.blog-media-page .blog-wrp{max-width: 1230px;margin-inline: auto;}
}

@media screen and (min-width: 768px) {
    /* body.home:not(.fixnav) header{background-color: transparent; box-shadow: none; }
    body.home:not(.fixnav) header .lines, body.home:not(.fixnav) header .lines::before, body.home:not(.fixnav) header .lines::after {background: var(--White); } */
    body:not(.fixnav) header{background-color: transparent; box-shadow: none; }
    body:not(.fixnav) header .lines, body:not(.fixnav) header .lines::before, body:not(.fixnav) header .lines::after {background: var(--White); }
    /* .slick-counter {display: none; } */
    .amenities-marker.mobile {display: none; }
    /* header .right .lines-button .lines{display: none;}
    header .right .lines-button.menu-toggle.active .lines {display: block;} */
}

@media screen and (min-width: 992px) {
    .tabs-section .tabs-nav {margin-bottom: 0px;position: absolute;z-index: 2;}
    .tabs-section .tab-left{margin-top: 87px;}
    .tabs-section .tab-right .img-wrp{height: 100%;}
    .tabs-section .tab-inner{align-items: unset;min-height: 490px;}
    body.single-post{overflow-x: visible;}
    .single-blog .single-wrp .single-right {position: sticky;top: 120px;height: 100%;}
}

@media screen and (min-width: 1200px) {
    .tabs-section .tab-inner{min-height: 450px;}
}

@media screen and (max-width: 1499px) {
    h1, .h1 {
        font-size: 68px;
        line-height: 76px;
    }
    h2, .h2 {
        font-size: 54px;
    }
    h3, .h3 {
        font-size: 38px;
    }
    h4, .h4 {
        font-size: 20px;
        line-height: 28px;
    }    
    /* home page */
    header .hamburger-menu-wrapper {padding: 35px 40px 35px 100px; }
    .hamburger-inner ul li.menu-item {padding-block: 25px;}
    header .hamburger-inner ul li::before {font-size: 16px;line-height: 24px;}
    .hamburger-inner ul li.menu-item a {font-size: 38px;line-height: 100%;}
    .hero-home {
        min-height: 900px;
    }
    .hero-home .hero-home-wrp h1 {
        margin-bottom: 40px;
    }
    .hero-home .hero-feature-wrp {
        margin-top: 100px;
        column-gap: 40px;
    }
    .hero-home .hero-feature-wrp .hero-item {
        width: calc((100% - (40px * 4))/5);
    }
    .cta {
        padding: 130px 0 72px;
    }
    .collaboration-section .collaboration-feature-wrp .collaboration-item {
        width: calc((100% - (40px * 4))/5);
    }
    .collaboration-section .collaboration-feature-wrp {
        column-gap: 40px;
    }

}

@media screen and (max-width: 1399px) {
    h1, .h1 {
        font-size: 66px;
        line-height: 74px;
    }
    h2, .h2 {
        font-size: 52px;
    }

    /* home-page */
    .intro-sec .intro-wrapper .intro-content h2, .intro-sec .intro-wrapper .intro-content h4 {
        margin-bottom: 25px;
    }
    .testimonials-sec .testimonials-wrp .testimonials-img {
        flex: 0 0 44.987%;
        max-width: 44.987%;
    }
    .cta {
        padding: 120px 0 72px;
    }
    footer .footer-inner .right-col {
        gap: 100px;
    }
    .resources-section .resources-content-in .resources-cnt {
        padding: 20px;
    }
    .testimonials-sec {
        margin-bottom: 84px;
    }
    .resources-section .resources-content-in .resources-label span {
        margin-left: 0px;
    }
    .inner-hero .inner-images .badges-img {
        width: 13.42vw;
        left: -100px;
    }
    .lirc-section .lirc-wrp .lirc-content h2, .lcri-section .lcri-wrp .lcri-content h2,.featured-course-section .fc-content h2 {
        line-height: 114%;
    }
    .single-blog {
        padding: 100px 0 80px;
    }
    .publication-sec h1 {
        margin-bottom: 70px;
    }
    .publication-subbanner-sec {
        padding: 40px 0 100px;
    }
}

@media screen and (max-width: 1299px) {
    h1, .h1 {
        font-size: 64px;
        line-height: 72px;
    }
    h2, .h2 {
        font-size: 50px;
    }
    /* home page */
    .hamburger-inner ul li.menu-item {padding-block: 22px;}
    body.menu-open .hamburger-menu-wrapper a.lines-button {padding: 21px 14px;}
    .hero-home {
        min-height: 850px;
    }
    .hero-home .hero-feature-wrp {
        margin-top: 80px;
        column-gap: 20px;
    }
    .hero-home .hero-feature-wrp .hero-item {
        width: calc((100% - (20px * 4))/5);
    }
    .testimonials-sec {
        padding: 80px 0 60px;
        margin-bottom: 70px;
    }
    .resources-section {
        padding: 70px 0;
    }
    .cta-section {
        padding-bottom: 70px;
    }
    .about-home .abh-content .abh-features {
        gap: 25px;
    }
    .single-blog {
        padding: 80px 0;
    }
    .topic-sec .topic-wrp .topic-cnt-wrp {
        margin: 40px 0;
    }
    .topic-sec .topic-wrp .topic-video::before {
        width: 100px;
        height: 100px;
    }
    .event-sec .event-content-in .event-cnt {
        padding: 20px 30px 30px;
    }
}
/* 1299px end */

@media screen and (max-width:1199px){
    h1, .h1 {
        font-size: 60px;
        line-height: 66px;
    }
    h2, .h2 {
        font-size: 44px;
    }   
    h3, .h3 {
        font-size: 34px;
    }
    /* home page */
    header {padding: 28px 24px;}
    .hamburger-menu-wrapper .menu-top-wrp {gap: 40px; }
    header .right .lines-button {padding: 9px 20px;}
    header .right .lines-button span.menu-text {font-size: 14px;line-height: 22px;}
    .hamburger-inner ul li.menu-item {padding-block: 15px;}

    .hero-home .hero-home-wrp h1 {
        margin-bottom: 30px;
    }
    .hero-home .hero-home-wrp h4 {
        margin-bottom: 25px;
    }
    .intro-sec .intro-wrapper .intro-images {
        flex: 0 0 42.879%;
        max-width: 42.879%;
    }
    .intro-sec .intro-wrapper .intro-content {
        flex: 0 0 50.311%;
        max-width: 50.311%;
    }
    .intro-sec,.tabs-section {
        padding: 70px 0;
    }
    .tabs-section .tab-link {
        font-size: 16px;
        line-height: 22px;
    }
    .tabs-section .tabs-nav {
        margin-bottom: 50px;
    }
    .tabs-section .tab-left .tab-cnt h2 {
        margin-bottom: 25px;
    }
    .tabs-section .tab-right {
        flex: 0 0 47.163%;
        max-width: 47.163%;
    }
    .testimonials-sec .testimonials-wrp .testimonials-img {
        flex: 0 0 46.987%;
        max-width: 46.987%;
    }
    .testimonials-sec .testimonials-wrp .testimonials-content-wrp {
        flex: 0 0 44.879%;
        max-width: 44.879%;
    }
    .cta {
        padding: 100px 0 70px;
    }
    .cta .cta-wrp h2, .cta .cta-wrp h4 {
        margin-bottom: 25px;
    }
    footer {
        padding: 60px 0 30px;
    }
    footer .footer-inner .left-col {
        gap: 25px;
    }
    footer .footer-inner .right-col {
        gap: 80px;
    }
    footer .footer-inner .right-col ul {
        gap: 25px;
    }
    .resources-section .resources-content-in {
        margin: 0 10px;
    }
    .resources-section .slick-list {
        margin: 0 -10px;
    }
    .testimonials-sec {
        margin-bottom: 50px;
    }
    .about-home {
        padding: 70px 0;
    }
    .collaboration-section {
        padding: 70px 0;
    }
    .collaboration-section .collaboration-feature-wrp {
        column-gap: 30px;
        margin-top: 50px;
    }
    .collaboration-section .collaboration-feature-wrp .collaboration-item {
        width: calc((100% - (30px * 4))/5);
    }
    .lirc-section {
        padding: 70px 0 35px;
    }
    .lirc-section .lirc-wrp .lirc-content, .lcri-section .lcri-wrp .lcri-content {
        flex: 0 0 52.582%;
        max-width: 52.582%;
    }
    .lcri-section {
        padding: 35px 0;
    }
    .media-highlights {
        padding-top: 35px;
    }
    .media-highlights .media-wrp {
        gap: 20px;
    }
    .media-highlights .media-wrp .media-in {
        width: calc((100% - (20px * 2))/3);
    }
    .inner-hero {
        padding: 70px 0;
    }
    .inner-hero .inner-content h1 {
        margin-bottom: 70px;
    }
    .featured-course-section {
        padding: 70px 0;
        margin-bottom: 70px;
    }
    .featured-course-section .fc-wrp .fc-content {
        flex: 0 0 55.106%;
        max-width: 55.106%;
    }
    .featured-course-section .fc-content h2, .featured-course-section .fc-content h4 {
        margin-bottom: 25px;
    }
    .additional-sec {
        padding: 70px 0 100px;
    }
    .additional-sec .additional-wrp {
        gap: 40px 30px;
    }
    .additional-sec .additional-wrp .additional-content-in {
        width: calc((100% - (30px * 2))/3);
    }
    .enroll-section {
        padding: 70px 0;
    }
    .modal .featured-course-section .fc-wrp .fc-content {
        flex: 0 0 61.98%;
        max-width: 61.98%;
    }
    .modal .featured-course-section .fc-wrp .fc-img {
        margin-left: -50px;
    }
    .contact-section, .consulting-section {
        padding-top: 70px;
    }
    .consulting-section h1 {
        margin-bottom: 70px;
    }
    .consult-sec ,.single-blog {
        padding: 70px 0;
    }
    .single-blog .single-top span,.single-blog .single-top h2 {
        margin-bottom: 20px;
    }
    .single-blog .single-wrp {
        gap: 30px;
    }
    .topic-sec .topic-wrp .topic-cnt-wrp {
        margin: 30px 0;
    }
    .event-sec {
        padding: 70px 0 100px;
    }
    .event-sec .slick-list {
        margin: 0 -10px;
    }
    .event-sec .event-content-in {
        margin: 0 10px;
    }
    .feature-sec,.book-sec {
        padding: 70px 0;
    }
    .feature-sec .feature-wrp {
        gap: 30px;
    }
    .book-sec .book-wrp .book-btn h3 {
        margin-top: 50px;
    }
    .book-sec .book-wrp .book-content h2 {
        margin-right: 10px;
    }
    .publication-sec {
        padding-top: 70px;
    }
    .publication-sec h1 {
        margin-bottom: 60px;
    }
    .publication-subbanner-sec {
        padding: 40px 0 80px;
    }
    .publication-subbanner-sec .pubsub-wrp {
        gap: 25px;
    }
    .publication-subbanner-sec .pubsub-wrp .pubsub-item {
        width: calc((100% - (25px * 2))/3);
    }
    .podcast-section {
        padding: 70px 0;
    }
    .podcast-section .slick-list {
        margin: 0 -10px;
    }
    .podcast-section .podcast-in {
        margin: 0 10px;
    }
    /* blog media */
    .blog-media-page {
        padding: 70px 0 100px;
    }
    .blog-media-page h1 {
        margin-bottom: 70px;
    }
    .blog-media-page .featured-posts {
        gap: 30px;
    }
    .blog-media-page .featured-posts .featured-card .featured-cnt {
        padding: 30px 20px;
    }
    .blog-media-page .posts-grid {
        gap: 30px;
    }
    .blog-media-page .posts-grid .grid-card {
        width: calc((100% - (30px * 2))/3);
    }
}
/*1199px end*/


@media screen and (max-width: 991px) {
    h3, .h3 {
        font-size: 30px;
    }
    .light-btn, .gform_button {padding: 10px 20px;min-width: 202px;min-height: 50px;font-size: 16px;line-height: 14px;}
    /* body.home::before {top: 0px;left: calc(50%);transform: rotate(0deg) translateX(-50%);} */
    /* body.home .svg-wrapper{top: 0px;left: calc(50%);transform: rotate(0deg) translateX(-50%);height: 100%;} */
    
    /* home page */
    header {padding: 23px 18px;}
    header .logo img {max-width: 230px; }
    header .right {gap: 25px; }
    .hamburger-menu-wrapper .menu-top-wrp {gap: 25px; }
    .hamburger-inner ul li.menu-item a {font-size: 35px; line-height: 46px; }
    header .hamburger-menu-wrapper {width: 500px; right: -500px; padding-left: 60px; }

    .hero-home .hero-home-wrp {
        max-width: 80vw;
        margin-left: 20px;
    }
    .hero-home .hero-feature-wrp {
        column-gap: 25px;
        row-gap: 25px;
    }
    .hero-home .hero-feature-wrp .hero-item {
        width: calc((100% - (25px * 2))/3);
    }
    .intro-sec {
        padding: 60px 0 40px;
    }
    .intro-sec .intro-wrapper {
        gap: 40px;
        flex-direction: column-reverse;
    }
    .intro-sec .intro-wrapper .intro-images,.intro-sec .intro-wrapper .intro-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .intro-sec .intro-wrapper .intro-images{
        max-width: 80%;
    }
    .intro-sec .intro-wrapper .intro-images .img-main{
        margin-right: 180px;
    }
    .intro-sec .intro-wrapper .intro-images .img-secondary{
        margin-left: 250px;
    }
    .tabs-section{
        padding: 40px 0 60px;
    }
    .tabs-section .tab-inner {
        gap: 0px;
        flex-direction: column;
    }
    .tabs-section .tab-left,.tabs-section .tab-right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tabs-section .tab-left .tab-cnt,.tabs-section .tab-right .img-wrp {
        max-width: 100%;
    }
    .tabs-section .img-wrp.desktop {
        display: none;
    }
    .tabs-section .img-wrp.mobile {
        display: block;
        margin-bottom: 30px;
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
    }
    .testimonials-sec {
        padding: 60px 0;
    }
    .testimonials-sec .testimonials-wrp{
        flex-direction: column-reverse;
        gap: 40px;
    }
    .testimonials-sec .testimonials-wrp .testimonials-img,.testimonials-sec .testimonials-wrp .testimonials-content-wrp{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .testimonials-sec .testimonials-wrp .testimonials-img{
        max-width: 75%;
        margin-inline: auto;
        margin-bottom: -100px;
    }
    .cta {
        padding: 140px 0 60px;
    }
    footer .footer-inner {
        flex-direction: column;
        gap: 40px;
    }
    footer .footer-inner .left-col {
        gap: 20px;
    }
    footer .footer-inner .right-col {
        gap: 60px;
    }
    footer .footer-inner .right-col .right-col-3 {
        position: absolute;
        top: 0;
        right: 0;
    }
    .cta-section .cta-inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 40px;
    }
    .cta-section .cta-inner .cta-inner-cnt {
        margin-left: auto;
        text-align: center;
    }
    .cta-section .cta-inner .cta-inner-btn {
        margin-right: auto;
    }
    .resources-section {
        padding: 60px 0;
    }
    .cta-section {
        padding-bottom: 60px;
    }
    .about-home {
        padding: 60px 0;
    }
    .about-home .abh-wrp {
        row-gap: 50px;
        flex-direction: column-reverse;
    }
    .about-home .abh-wrp .abh-content,.about-home .abh-wrp .abh-images{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-home .abh-wrp .abh-images{
        max-width: 80%;
        margin-inline: auto;
    }
    .about-home .abh-images .img-main {
        margin-right: 180px;
    }
    .about-home .abh-images .img-secondary {
        margin-left: 250px;
    }
    .collaboration-section {
        padding: 60px 0;
    }
    .collaboration-section .collaboration-feature-wrp {
        column-gap: 25px;
        row-gap: 25px;
        margin-top: 40px;
    }
    .collaboration-section .collaboration-feature-wrp .collaboration-item {
        width: calc((100% - (25px * 2))/3);
    }
    .lirc-section {
        padding: 60px 0 30px;
    }
    .lcri-section {
        padding: 30px 0;
    }
    .lirc-section .lirc-wrp {
        flex-direction: column;
    }
    .lcri-section .lcri-wrp{
        flex-direction: column-reverse;
    }
    .lirc-section .lirc-wrp .lirc-image, .lcri-section .lcri-wrp .lcri-image,.lirc-section .lirc-wrp .lirc-content, .lcri-section .lcri-wrp .lcri-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .media-highlights {
        padding-top: 30px;
    }
    .media-highlights .media-top {
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .media-highlights .media-wrp {
        row-gap: 30px;
    }
    .media-highlights .media-wrp .media-in {
        width: calc((100% - (20px * 1))/2);
    }
    .inner-hero {
        padding: 60px 0;
    }
    .inner-hero .inner-content h1 {
        margin-bottom: 50px;
    }
    .inner-hero .inner-wrp {
        flex-direction: column;
        row-gap: 50px;
    }
    .inner-hero .inner-wrp .inner-content,.inner-hero .inner-wrp .inner-images{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .inner-hero .inner-content .inner-cnt {
        max-width: 100%;
    }
    .inner-hero .inner-wrp .inner-images{
        max-width: 80%;
        margin-inline: auto;
    }
    .inner-hero .inner-images .img-main {
        margin-right: 180px;
    }
    .inner-hero .inner-images .img-secondary {
        margin-left: 250px;
    }
    .inner-hero .inner-images .badges-img {
        width: 140px;
        left: -60px;
        top: 40px;
    }
    .featured-course-section {
        padding: 60px 0;
        margin-bottom: 60px;
    }
    .featured-course-section .fc-wrp {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .featured-course-section .fc-wrp .fc-img {
        flex: 0 0 100%;
        max-width: 40%;
        margin-bottom: -120px;
    }
    .featured-course-section .fc-wrp .fc-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .additional-sec {
        padding: 60px 0 80px;
    }
    .additional-sec .additional-wrp .additional-content-in {
        width: calc((100% - (30px * 1))/2);
    }
    .enroll-section {
        padding: 60px 0;
    }
    .modal .modal-dialog {
        max-width: 90vw;
        margin-inline: auto;
    }
    .modal .featured-course-section .fc-wrp .fc-content {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .modal .modal-dialog {
        max-width: 75vw;
        margin-inline: auto;
    }
    .modal .featured-course-section .fc-content h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .modal .featured-course-section .fc-content span {
        margin-bottom: 10px;
    }
    .modal .featured-course-section .fc-wrp .fc-img {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: -120px;
    }
    .modal .featured-course-section .fc-wrp {
        flex-direction: column;
    }
    .contact-section, .consulting-section {
        padding-top: 60px;
    }
    .consulting-section h1 {
        margin-bottom: 60px;
    }
    .contact-section .contact-wrp {
        flex-direction: column;
        gap: 50px;
    }
    .contact-section .contact-wrp .contact-content,.contact-section .contact-wrp .contact-images,.consulting-section .consulting-wrp .consulting-images,.consulting-section .consulting-wrp .consulting-content {
        flex: 100%;
        max-width: 100%;
        width: 100%;
    }
    .contact-section .contact-wrp .contact-images,.consulting-section .consulting-wrp .consulting-images {
        max-width: 80%;
    }
    .contact-section .contact-wrp .contact-images .img-main,.consulting-section .consulting-images .img-main {
        margin-right: 180px;
    }
    .contact-section .contact-wrp .contact-images .img-secondary,.consulting-section .consulting-images .img-secondary {
        margin-left: 250px;
    }
    .consulting-section .consulting-wrp{
        flex-direction: column-reverse;
        gap: 50px;
    }
    .consult-sec {
        padding: 60px 0;
    }
    .consult-sec .consult-wrp {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 40px;
    }
    .consult-sec .consult-wrp .consult-btn {
        margin-right: auto;
    }
    .consult-sec .consult-wrp .consult-content {
        margin-left: auto;
    }
    .single-blog {
        padding: 60px 0;
    }
    .single-blog .single-wrp {
        flex-direction: column;
    }
    .single-blog .single-top {
        margin-bottom: 30px;
    }
    .single-blog .single-wrp .single-left,.single-blog .single-wrp .single-right {
        max-width: 100%;
    }
    .single-blog .single-wrp .single-left {
        gap: 30px;
    }
    .topic-sec .topic-wrp {
        gap: 40px;
        flex-direction: column;
    }
    .topic-sec .topic-wrp .topic-video,.topic-sec .topic-wrp .topic_content{
        flex: 100%;
        max-width: 100%;
        width: 100%;
    }
    .event-sec {
        padding: 60px 0 80px;
    }
    .feature-sec, .book-sec {
        padding: 60px 0;
    }
    .feature-sec .feature-wrp .feature-main {
        max-width: 100px;
    }
    .feature-sec .feature-wrp .feature-content-in img {
        max-width: 41px;
        margin-bottom: 15px;
    }
    .feature-sec .feature-wrp {
        gap: 10px;
    }
    .book-sec .book-wrp {
        flex-direction: column;
        gap: 50px;
    }
    .book-sec .book-wrp .book-btn {
        margin-right: auto;
    }
    .book-sec .book-wrp .book-content {
        max-width: 100%;
    }
    .book-sec .book-wrp .book-btn h3 {
        margin-top: 30px;
        text-align: center;
    }
    .publication-sec {
        padding-top: 60px;
    }
    .publication-sec h1 {
        margin-bottom: 50px;
    }
    .publication-sec .pub-card .card-cnt {
        padding: 30px;
    }
    .publication-sec .pub-card .card-img img {
        min-height: 500px;
    }
    .publication-subbanner-sec .pubsub-wrp {
        gap: 40px 25px;
        align-items: center;
        justify-content: center;
    }
    .publication-subbanner-sec .pubsub-wrp .pubsub-item {
        width: calc((100% - (25px * 1))/2);
    }
    .podcast-section {
        padding: 60px 0;
    }
    /* blog media */
    .blog-media-page {
        padding: 60px 0 80px;
    }
    .blog-media-page .featured-posts {
        grid-template-columns: 1.5fr 1fr;
    }
    .blog-media-page .posts-grid .grid-card {
        width: calc((100% - (30px * 1))/2);
    }
}
/*991px end*/

@media screen and (max-width: 782px) {
    .logged-in #main__header {top: 46px; }
    .logged-in header .hamburger-menu-wrapper{top: 46px; height: calc(100vh - 46px); }
}


 
@media screen and (max-width: 782px) {
  .logged-in #main__header {
    top: 46px;
  }
 
  html #wpadminbar {
    position: fixed;
  }
}
 

@media screen and (max-width: 767px) {
    .mobile{display:block}
    .desktop{display:none}
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {padding-right: 15px; padding-left: 15px; }
    header .logo img {max-width: 170px; }
    header .container {max-width: 100%; }
    header a.btn-text{display: none; }
    header {padding: 20px 0; }
    .lines, .lines:after, .lines:before {width: 20px; }
    /* body{margin-top: 75px; } */

    .light-btn, .gform_button {min-width: 100%;}
    /* span.menu-text {display: none;} */
    body.menu-open .menu-toggle .menu-text {display: none;}
    body.menu-open .menu-toggle .lines {display: block;}
    body.home:not(.fixnav) header .lines, body.home:not(.fixnav) header .lines::before, body.home:not(.fixnav) header .lines::after {background: var(--White); }
    body.menu-open header .right .lines-button {padding: 19px 10px;border-radius: 50%;display: flex;align-items: center;}
    body.menu-open header .right .lines-button span.menu-text {display: none;}
    .hamburger-menu-wrapper .menu-top-wrp {display: none;}

    .lines:before{top:8px}
	.lines:after{top:-8px}
	header .hamburger-menu-wrapper{position:absolute;top:100%;width:100vw;padding: 5px 49px 74.25px;;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;opacity:0;transition:opacity .33s linear;pointer-events:none;height:calc(100vh - 75px)}
    header .lines-button.x2.active .lines{background: none !important; }
    header .lines-button.x2.active .lines:before, header .lines-button.x2.active .lines:after{transform-origin: 50% 50% 0; top: 0; }
    header .lines-button.x2.active .lines:before {transform: rotate3d(0, 0, 1, -45deg) !important; }
    header .lines-button.x2.active .lines::after {transform: rotate3d(0, 0, 1, 45deg) !important; }
    header .hamburger-menu-wrapper .lines-button {display: none; }
    .hamburger-inner ul li.menu-item {padding-block: 12px;}
    .hamburger-inner ul li.menu-item a {font-size: 24px; line-height: 30px; }
    header .hamburger-inner ul li.menu-item a::after {bottom: -2px; }
    header .hamburger-menu-wrapper .footer-socials {gap: 5.61px; }

    .logged-in header .hamburger-menu-wrapper {top: 100%; height: calc(100vh - 84px); }

    h1, .h1 {
        font-size: 46px;
        line-height: 50px;
    }
    h2, .h2 {
        font-size: 34px;
    }
    h3, .h3 {
        font-size: 26px;
    }
    p {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-home {padding: 175px 0 50px;}
    .hero-home .bg-img img {
        object-position: 65%;
    }
    .hero-home .hero-home-wrp {
        max-width: 100%;
        margin-left: 0;
    }
    .hero-home .hero-home-wrp h1 {
        margin-bottom: 25px;
    }
    .hero-home .hero-feature-wrp {
        column-gap: 20px;
        row-gap: 30px;
        margin-top: 40px;
    }
    .hero-home .hero-feature-wrp .hero-item {
        width: calc((100% - (20px * 1))/2);
    }
    .hero-home .hero-btn-wrp {
        flex-direction: column;
        row-gap: 20px;
        width: 100%;
    }
    .hero-home .hero-feature-wrp .hero-item:nth-child(5) {
        width: 100%;
    }
    .intro-sec {
        padding: 50px 0 40px;
    }
    .intro-sec .intro-wrapper .intro-content h2, .intro-sec .intro-wrapper .intro-content h4 {
        margin-bottom: 20px;
    }
    .intro-sec .intro-wrapper {
        gap: 30px;
    }
    .intro-sec .intro-wrapper .intro-images .img-main {
        margin-right: 80px;
    }
    .intro-sec .intro-wrapper .intro-images .img-secondary {
        margin-left: 100px;
        margin-top: -50px;
    }
    .tabs-section {
        padding: 40px 0 50px;
    }
    .tabs-section .tabs-nav {
        gap: 16px;
        flex-wrap: wrap;
    }
    .testimonials-sec {
        padding: 50px 0;
    }
    .testimonials-sec .testimonials-wrp .testimonials-content-wrp h2 {
        margin-bottom: 25px;
    }
    .slick-counter {
        top: -54px;
    }
    .slick-slider .slick-next, .slick-slider .slick-prev {
        top: -40px;
    }
    .testimonials-sec .testimonials-wrp {
        gap: 20px;
    }
    .testimonials-sec .testimonials-wrp .testimonials-img {
        max-width: 90%;
    }
    .cta {
        padding: 120px 0 50px;
    }
    .cta .cta-wrp .cta-btn-wrp{
        flex-direction: column;
        row-gap: 20px;
        width: 100%;
    }
    footer .footer-inner .left-col img {
        max-width: 220px;
    }
    body.home .svg-wrapper{
        display: none;
    }
    .testimonials-sec {
        margin-bottom: 50px;
    }
    .resources-section {
        padding: 60px 0 50px;
    }
    .cta-section {
        padding-bottom: 50px;
    }
    .about-home {
        padding: 50px 0;
    }
    .about-home .abh-images .img-main {
        margin-right: 80px;
    }
    .about-home .abh-images .img-secondary {
        margin-left: 100px;
        margin-top: -50px;
    }
    .collaboration-section {
        padding: 50px 0;
    }
    .collaboration-section .collaboration-feature-wrp {
        column-gap: 20px;
        row-gap: 30px;
        margin-top: 40px;
    }
    .collaboration-section .collaboration-feature-wrp .collaboration-item {
        width: calc((100% - (20px * 1))/2);
    }
    .collaboration-section .collaboration-feature-wrp .collaboration-item:nth-child(5) {
        width: 100%;
    }
    .lirc-section {
        padding: 50px 0 25px;
    }
    .lirc-section .lirc-wrp {
        gap: 30px;
    }
    .lirc-section .lirc-wrp .lirc-content h2, .lcri-section .lcri-wrp .lcri-content h2 {
        margin-bottom: 20px;
    }
    .lcri-section {
        padding: 25px 0;
    }
    .media-highlights {
        padding-top: 25px;
    }
    .media-highlights .media-wrp .media-in {
        width: 100%;
        padding: 30px 20px;
    }
    .media-highlights .media-wrp {
        row-gap: 25px;
    }
    .inner-hero {
        padding: 50px 0;
    }
    .inner-hero .inner-content h1 {
        margin-bottom: 30px;
    }
    .inner-hero .inner-images .img-main {
        margin-right: 80px;
    }
    .inner-hero .inner-images .img-secondary {
        margin-left: 100px;
        margin-top: -50px;
    }
    .inner-hero .inner-images .badges-img {
        width: 100px;
        left: -40px;
        top: 20px;
    }
    .featured-course-section {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .featured-course-section .fc-content span {
        margin-bottom: 20px;
    }
    .featured-course-section .fc-wrp .fc-img {
        max-width: 70%;
    }
    .additional-sec {
        padding: 50px 0 60px;
    }
    .additional-sec .additional-wrp {
        gap: 30px;
    }
    .additional-sec .additional-wrp .additional-content-in {
        width: 100%;
    }
    .enroll-section {
        padding: 50px 0;
    }
    .featured-course-section .fc-content a,.enroll-section .enroll-wrp .light-btn {
        min-width: 100%;
    }
    .cta-section .cta-inner .cta-inner-btn {
        max-width: 100%;
        width: 100%;
    }
    .inner-hero .inner-content .inner-cnt .btn-wrp {
        gap: 20px;
        flex-direction: column;
    }
    .modal .modal-dialog {
        max-width: 90vw;
    }
    .modal .featured-course-section .fc-content h2 {
        font-size: 28px;
        line-height: 140%;
    }
    .modal .featured-course-section .fc-wrp .fc-img {
        flex: 100%;
        max-width: 60%;
    }
    .contact-section, .consulting-section {
        padding-top: 50px;
    }
    .contact-section .contact-wrp .contact-images .img-main, .consulting-section .consulting-images .img-main {
        margin-right: 80px;
    }
    .contact-section .contact-wrp .contact-images .img-secondary, .consulting-section .consulting-images .img-secondary {
        margin-left: 100px;
        margin-top: -50px;
    }
    .consulting-section h1 {
        margin-bottom: 50px;
    }
    .consulting-section .consulting-content .topic-wrp {
        margin-top: 30px;
    }
    .consult-sec {
        padding: 50px 0;
    }
    .consult-sec .consult-content .consult-form {
        margin-top: 30px;
    }
    .consult-sec .consult-wrp .consult-btn {
        max-width: 100%;
        width: 100%;
    }
    .single-blog {
        padding: 50px 0;
    }
    .single-blog .single-wrp .single-cnt ul {
        padding-left: 25px;
    }
    .single-blog .single-wrp .single-cnt ul li {
        margin-bottom: 2px;
        font-size: 16px;
        line-height: 24px;
    }
    .single-blog .toolbar{
        gap: 10px;
        margin-top: 10px;
    }
    .single-blog .related-posts ul li h5 {
        font-size: 18px;
        line-height: 30px;
    }
    body.single-post header{background: var(--Green);}
    body.menu-open header{background: var(--Light-Green);}
    .topic-sec .topic-wrp .topic_content>h4 {
        margin-top: 0;
    }
    .topic-sec .topic-wrp .topic-video::before {
        width: 75px;
        height: 75px;
    }
    .topic-sec .topic-wrp .topic_content .light-btn {
        min-width: 100%;
    }
    .event-sec {
        padding: 50px 0 70px;
    }
    .event-sec .event-content-in .event-cnt {
        padding: 20px;
    }
    .feature-sec, .book-sec {
        padding: 50px 0;
    }
    .feature-sec .feature-wrp {
        gap: 25px;
        flex-direction: column;
    }
    .feature-sec .feature-wrp .feature-main,.feature-sec .feature-wrp .feature-content-in{
        width: 100%;
    }
    .book-sec .book-wrp .book-content h2 {
        margin-right: 0;
    }
    .book-sec .book-content .book-form {
        margin-top: 30px;
    }
    .book-sec .book-wrp .book-btn {
        max-width: 100%;
        width: 100%;
    }
    .publication-sec {
        padding-top: 50px;
    }
    .publication-sec .pub-card .card-cnt {
        padding: 25px 20px;
    }
    .publication-sec .card-cnt .card-cnt-in p {
        max-width: 90%;
    }
    .publication-subbanner-sec {
        padding: 40px 0 60px;
    }
    .publication-subbanner-sec .pubsub-wrp {
        gap: 30px;
    }
    .publication-subbanner-sec .pubsub-wrp .pubsub-item {
        width: 100%;
    }
    .podcast-section {
        padding: 50px 0;
    }
    /* blog media */
    .blog-media-page {
        padding: 50px 0 60px;
    }
    .blog-media-page .featured-posts {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }
    .blog-media-page .posts-grid .grid-card {
        width: 100%;
    }
}
/*767px end*/

@media screen and (max-width: 389px){
    .tabs-section .tab-link {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Textbook section */
@media screen and (max-width: 991px) {
    .textbook-sec .textbook-wrp { gap: 48px; }
}
@media screen and (max-width: 767px) {
    .textbook-sec { padding-bottom: 64px; }
    .textbook-sec .textbook-divider { padding-top: 48px; }
    .textbook-sec .textbook-wrp {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    .textbook-sec .textbook-content { text-align: left; }
    .textbook-sec .textbook-cover-frame img { max-width: 240px; height: auto; }
    .textbook-sec .textbook-cover-placeholder { width: 240px; height: 360px; }
    .textbook-sec h2.textbook-title { font-size: 34px; }
    .textbook-sec .textbook-highlights { grid-template-columns: 1fr; }
}