@media (max-width:1320px){
    .header-searchbar-toggle {
        display: flex;
        width: 40px;
        height: 40px;
        background: var(--light);
        border-radius: 8px;
        color: var(--dark);
        align-items: center;
        justify-content: center;
        padding: 0 12px;
    }
    .header-searchbar-toggle-wrap{
        position: relative;
    }
    .header-search-field-wrap {
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        padding: 10px;
        border: 1px solid #efefef;
        border-radius: 10px;
        transform: translateY(20px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
    }
    .header-search-field-wrap.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .header-search-autofill {
        max-height: calc(100vh - 140px);
        margin-top: -6px;
        border-top: 0;
    }
}
@media (max-width:1199px) {
    .title h2 {
        font-size: 45px;
    }
    html .btn {
        padding: 0px 28px;
    }
    .about_prism_wrap .content {
        padding: 60px 25px 60px 0px;
    }
    .sponsorship_section p {
        font-size: 20px;
    }
    .sponsorship_box h6 {
        font-size: 22px;
    }
    .sponsorship_box p{
        font-size: 16px;
    }
    .banner_wrap .title {
        margin-top: 60px;
    }
    .banner_wrap .title h2 {
        font-size: 40px;
    }
    .banner_wrap .title h5 {
        font-size: 24px;
        margin-bottom: 55px;
    }
    .date_box h6 {
        font-size: 20px;
    }
    .banner_wrap a.btn {
        margin-right: 10px;
        font-size: 14px;
        padding: 0px 12px;
    }
    .speakers_facilitator_section .title h2{
        font-size: 40px;
    }
    .keynote_speaker_wrap h3 {
        font-size: 60px;
    }
    .keynote_speaker_box .content {
        padding: 18px;
    }
    .keynote_speaker_box .content h4 {
        font-size: 26px;
    }
    .keynote_speaker_box .content p {
        font-size: 16px;
    }
    .keynote_speaker_section:after {
        height: 170px;
    }

}

@media (min-width:992px) and (max-width:1199px){
    
    .search-box.active{
        opacity: 1;
        visibility:visible;
    }
    .search-txt {
        width: 100%
    }
    .search-box {
        position: fixed;
        top: 61px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        margin: 0 15px;
        background: #ffffff;
        margin: 0;
        top: 135px;
        z-index: 99;
        padding: 15px 15px;
        transition: all 0.5s;
    }
    .search-box.active > .search-txt {
        width: 100%;
        max-width: 100%;
    }
    .search-box.active .search-btn {
        left: 26px;
    }
    .sticky .header-offer-added header {
        top: -64px;
    }
    html.sticky .search-box.active {
        top: 60px;
        box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.05);
    }
    .search-box .search-btn,.search-box.active .search-btn {
        left: 26px;
        position: absolute;
        border: none;
        padding: 0;
    }
    html.sticky .search-box.active {
        top: 56px;
        box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.05);
    }
}
@media (max-width:1024px){
    html.menu-show {
        overflow: hidden;
    }
    .header-logo a {
        max-width: 120px;
    }
    .header-menu-overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 99;
        transition: all 0.3s;
        visibility: hidden;
        opacity: 0;
    }
    .header-main-bar {
        align-items: center;
    }
    .menu-show .header-menu-overlay {
        visibility: visible;
        opacity: 1;
    }
    .navbar-toggle {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
    }
    .contact_us_btn {
        width: auto;
        text-align: right;
        margin-left: auto;
        margin-right: 14px;
    }
    .menu-show header nav > ul > li.active a {
        color: var(--primary);
    }
    .menu-show header nav > ul > li:hover  > a {
        opacity: 1 !important;
        color: var(--primary);
    }
    .submenu-toggle:after {
        content: "";
        display: block;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(45deg);
        width: 9px;
        height: 9px;
        vertical-align: top;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background-color: var(--primary);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition:all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
        background-color: var(--dark);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform:rotate(-45deg);
        background-color: var(--dark);
    }
    nav.header-navbar {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: #ffffff;
        top: 0;
        bottom: 0;
        width: 300px;
        height: 100vh;
        padding: 22px 35px;
        transform: translatex(100%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
        margin: 0;
    }
    .contact_us_btn .btn {
        border-radius: 50px;
        font-size: 13px;
        line-height: 36px;
        padding: 0 16px;
    }
    .menu-show nav.header-navbar {
        transform: translatex(0%);
        box-shadow: -1px 0px 10px 0 #0000001f;
    }
    .header-navbar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    header nav > ul {
        margin: 10px 0 0;
        display: block;
    }
    header nav > ul > li + li {
        margin-left: 0;
        margin-top: 14px;
    }
    header nav > ul > li > a {
        font-size: 18px;
        line-height: 130%;
        font-weight: 400;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        flex-grow: 1;
        color: #000000;
    }
    header nav > ul > li{
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.4s;
    }
    .menu-show header nav > ul > li{
        transform: translateY(0);
        opacity: 1;
    }
    .menu-show header nav > ul > li:nth-child(2){
        transition-delay:0.1s ;
    }
    .menu-show header nav > ul > li:nth-child(3){
        transition-delay:0.2s ;
    }
    .menu-show header nav > ul > li:nth-child(4){
        transition-delay:0.3s ;
    }
    .menu-show header nav > ul > li:nth-child(5){
        transition-delay:0.4s ;
    }
    .menu-show header nav > ul > li:nth-child(6){
        transition-delay:0.5s ;
    }
    .menu-show header nav > ul > li:nth-child(7){
        transition-delay:0.6s ;
    }
    .sub-menu.mega-menu {
        min-width: 100%;
        right: 0;
        left: 0;
    }
    .sub-menu {
        position: relative;
        left: 0;
        margin-top: 10px;
        border: 1px solid #eee;
        box-shadow: 0 0 0 transparent;
        border-radius: 5px;
        padding: 10px;
        display: none;
        transform:none;
        width:100%;
        opacity: 1;
        visibility: visible;
    }
    li:hover > .sub-menu {
        display: none;
    }
    li.submenu_active > .sub-menu {
        display: block;
        position: static;
    }
    header nav > ul > li.menu-parent > a:after {
        display: none;
    }
    .sub-menu.sub-menu-inner span.submenu-toggle {
        position: absolute;
        right: 3px;
        top: 3px;
    }
    .sub-menu.sub-menu-inner li.menu-parent > a:after {
        display: none;
    }
    header nav > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .submenu-toggle {
        display: flex;
        align-items: center;
        width: 24px;
        height: 24px;
        position: relative;
        justify-content: center;
        transition:all 0.3s;
    }
    li.submenu_active > .submenu-toggle {
        transform:rotate(180deg);
    }
    .sub-menu.mega-menu ul li {
        width: 100%;
    }
    html.menu-show .overlay {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: rgb(0 0 0 / 50%);
        z-index: 11;
    }
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    section.journey_section h4 {
        font-size: 20px;
    }
    .register_box  .modal-dialog {
        min-width: 900px;
    }
    .register_content {
        padding: 50px 20px 60px;
    }
    .register_content ul li .text a {
        font-size: 20px;
    }
    .scaner_wrap {
        padding: 20px 70px;
    }
    .register_logo {
        padding-left: 30px;
    }
    .register_logo .logo {
        margin-right: 0;
    }
    .register_content ul li {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .container-fluid {
        padding: 0 25px;
    }
    .banner_section {
        background-size: 300px;
    }
    .banner_wrap .date_box {
        gap: 22px;
        margin-right: 0;
        flex-direction: column;
    }
    .banner_wrap .content {
        padding-top: 40px;
    }

    .sponsor_count_box h2 {
        font-size: 60px;
        margin-bottom: 0;
        line-height: normal;
    }
    .sponsor_count_box h6 {
        font-size: 22px;
    }
    .sponsor_exhibitor_section .title {
        margin-bottom: 25px;
        text-align: center;
    }
    .sponsor_exhibitor_section .title p {
        margin: 0 auto;
    }
    .sponsor_exhibitor_section .wrapper .col-md-12:empty,
    .sponsor_exhibitor_section .wrapper .col-md-3:empty,
    .sponsor_exhibitor_section .wrapper .col-md-8:empty {
        display: none;
    }
    .banner-bt {
        margin-top: 0;
    }
    .banner-bt [class*="col-"]:has(.date_box) {
        align-items: center;
    }
    .banner-bt .image {
        width: 100px;
        height: 100px;
    }
    .sj-accordion:before {
        width: calc(100% - 50px);
    }
    .sj-accordion .accordion-button h2 {
        font-size: 48px;
        margin-bottom: 16px;
    }
    .sj-accordion .accordion-button p {
        font-size: 18px;
    }
    .sj-accordion .sj-btn {
        width: 120px;
        min-width: 120px;
        height: 120px;
        border-radius: 18px;
        font-size: 17px;
    }
    .org-s .g-4 {
        --bs-gutter-y: 24px;
        --bs-gutter-x: 24px;
    }
    :is(.org-s,.csponsors-s) .title {
        margin-bottom: 40px;
    }
    :is(.org-s,.csponsors-s) .title h2 {
        margin-bottom: 10px;
    }
    :is(.org-s,.csponsors-s) .title p {
        font-size: 16px;
        padding-inline: 100px;
    }
    .org-box .image {
        padding: 26px;
        height: 130px;
        border-radius: 14px;
        margin-bottom: 18px;
    }
    .org-box h3 {
        font-size: 22px;
    }
    .sponsors-wpr .badge {
        font-size: 16px;
    }
    .sponsors-wpr .item {
        padding: 24px;
        border-radius: 14px;
        margin-left: 31px;
    }
    .platinum-s > .g-4 {
        --bs-gutter-y: 24px;
        --bs-gutter-x: 24px;
    }
    .video-card img {
        height: 44px;
    }
    .video-card h4 {
        font-size: 24px;
        line-height: 110%;
        margin-top: 10px;
    }
    .video-card video {
        border-radius: 10px;
        margin-top: 20px;
    }
    .csponsors-box {
        padding: 22px;
        height: 140px;
        /* border-radius: 12px; */
    }
    section.venue_section {
        background-position: 10px 200px;
        background-size: 300px;
    }
}

@media (max-width:991px) {
    .title h2 {
        font-size: 38px;
    }
    .nc_text_image_box .image {
        height: 200px;
        border-radius: 10px;
    }

    .nc_text_image_box .icon{
        gap: 10px;
        padding: 10px;
    }
    .img_wrap .nc_text_image_box .icon img{
        max-width: 30px;
    }
    .track_record_section{
        padding-bottom: 50px;
    }
    .track_record_wrap .image_box{
        max-width: 100%;
    }
    .track_record_wrap .image{
        margin: 0px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .track_record_box h6 {
        font-size: 22px;
    }
    .track_record_wrap .track_record_box{
        padding: 16px;
    }
    .speakers_lineup .items:before {
        height: 40px;
        width: 40px;
        bottom: -20px;
        right: -20px;
    }
    .about_prism_wrap .title h2 {
        font-size: 30px;
    }
    .about_prism_wrap .content {
        padding: 30px 0px 30px 25px;
    }
    .about_prism_wrap p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .about_prism_wrap a.btn {
        margin-top: 15px;
    }
    .sponsorship_section .title-border h2:before{
        left: 0;
        right: 0;
        margin: auto;
    }
    .sponsorship_section p{
        max-width: 100%;
    }
    .sponsorship_wrap .sponsorship_box {
        max-width: 100%;
    }
    .speakers_facilitator_section .title {
        width: 50%;
        margin-bottom: -235px;
        min-height: 235px;
    }
    div#paymentgateway .modal-content .title h2 {
        font-size: 36px;
    }
    div#paymentgateway .modal-content {
        padding: 34px;
    }
    .speakers_facilitator_section .title h2 {
        font-size: 40px;
    }
    .speakers_box small {
        font-size: 12px;
    }
    .speakers_box p {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .speakers_facilitator_section .row .col:first-child {
        margin-left: 50%;
    }
    .speakers_box {
        min-height: 0;
        padding: 14px;
    }
    .col:last-child .speakers_box {
        border-right: 1px solid #B5B5C180;
    }
    .speakers_box .image {
        margin-bottom: 16px;
    }
    .speakers_box h6 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .year_apart_section .title_wrap {
        margin-top: 0px;
    }
    .year_apart_wrap img {
        border-radius: 12px;
        border: 3px solid var(--white);
    }
    .about_prism_section .about_prism_wrap {
        border-radius: 20px;
        background-size: 110% 100%;
    }

    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    section.journey_section .title h2 {
        font-size: 52px;
    }
    section.journey_section h4 {
        font-size: 18px;
    }
    section.journey_section p {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .journey_img {
        padding-top: 40px;
    }
    .journey_img img {
        height: 286px;
    }
    html .btn {
        padding: 0px 20px;
        line-height: 42px;
    }
    .banner_wrap .title {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .banner_wrap .logo_icon {
        gap: 40px;
    }
    .banner_wrap .title h2 {
        font-size: 30px;
    }
    .banner_wrap .title h5 {
        font-size: 18px;
        margin-bottom: 36px;
        margin-top: 0px;
    }
    .banner_wrap a.btn {
        margin: 20px 10px 0px 0px;
    }
    html .btn-lg {
        font-size: 15px;
    }
    .banner_section:before {
        height: 40px;
    }
    .date_box h6 {
        font-size: 18px;
    }
    .date_box h6 sup {
        top: -6px;
    }

    .register_box  .modal-dialog {
        min-width: 730px;
    }
    .register_content {
        padding: 40px 20px 60px;
    }
    .register_box  .close_button {
        right: 15px;
        top: 15px;
    }
    .register_content h5 {
        font-size: 16px;
    }
    .scaner_wrap {
        padding: 20px 50px;
    }
    .scaner_wrap .scaner_text {
        margin-left: 18px;
    }
    .scaner_img img {
        height: 100px;
        width: 100px;
        min-width: 100px;
    }
    .register_content ul li .text a {
        font-size: 17px;
    }
    .scaner_wrap .scaner_text h3 {
        font-size: 22px;
    }
    .register_logo .logo {
        max-width: 140px;
    }
    .register_logo {
        padding-left: 30px;
        padding-top: 20px;
    }
    .register_content ul li {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .register_content ul li .icon {
        height: 40px;
        width: 40px;
        min-width: 40px;
        margin-right: 12px;
        padding: 10px;
    }
    .register_box  .close_button svg {
        width: 20px;
        height: 20px;
    }
    .agenda_tab .items h5 {
        font-size: 18px;
        width: 120px;
    }
    .agenda_tab .items h6 {
        font-size: 18px;
    }
    .agenda_tab .items ~ hr {
        margin: 14px 0;
    }
    .speaker_profile {
        padding: 3px 12px 3px 3px;
        font-size: 13px;
    }
    html .nav-pills {
        gap: 20px;
        margin-top: 50px;
    }
    html .nav-pills .nav-link {
        height: 140px;
        width: 140px;
        font-size: 28px;
    }
    html .nav-pills .nav-link:after {
        height: 140px;
    }
    .agenda_tab .sessions_heading {
        padding: 12px 20px;
        font-size: 16px;
        letter-spacing: 0.1em;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .agenda_tab .items td, .agenda_tab .items th {
        padding: 10px 6px;
    }
    .agenda_tab .items td,
    .agenda_tab .items th {
        font-size: 11px;
    }
    .agenda_section .mt-5 {
        margin-top: 2rem!important;
    }
    section.conference_section .title {
        margin-bottom: 40px;
    }
    .pricing_box .discount_wrp h3 {
        font-size: 28px;
        margin-bottom: 19px;
    }
    .pricing_box .detail_wrp {
        min-height: 284px;
    }
    .pricing_section .pib {
        border-radius: 14px;
        padding: 18px;
        margin-top: 40px;
    }
    .pricing_section .pib p {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .pricing_section  .logo img {
        width: 150px;
    }
    .pricing_box .detail_wrp h4 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .venue_carousel_wrp {
        margin-right: 0;
    }
    .venue_carousel {
        margin-top: 30px;
    }
    .venue_carousel .item .image {
        height: 220px;
        border-radius: 6px;
    }
    html .venue_carousel .owl-nav button {
        left: 12px;
    }
    html .venue_carousel .owl-nav button.owl-next {
        left: auto;
        right: 14px;
    }
    .carousel-navigation .owl-nav button:before {
        height: 42px;
        width: 42px;
        background-size: 16px;
    }
    .sponsor_exhibitor_section .title h2 {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .sponsor_exhibitor_section .title p {
        font-size: 14px;
    }
    html .sponsor_exhibitor_section .btn {
        font-size: 13px;
    }
    .carousel-navigation .owl-nav {
        top: -40px;
    }
    .benifits-carousel .benifits_box {
        padding: 26px;
        border-radius: 14px;
        min-height: 300px;
    }
    .benifits-carousel .benifits_box h5 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .benifits-carousel .benifits_box p {
        font-size: 16px;
        line-height: 150%;
    }
    .who_will_there_box {
        padding: 50px 25px 50px;
        top: 40px;
    }
    .who_will_section .industry_box {
        padding: 24px;
        border-radius: 12px;
        margin: 0px 25px 50px;
    }
    .who_will_section .industry_box h6 {
        font-size: 18px;
    }
    .who_will_section .industry_box ul {
        gap: 6px;
    }
    .who_will_section .industry_box ul a {
        font-size: 14px;
        padding: 6px 18px;
    }
    .who_will_section .box_wrapper {
        padding: 50px 25px 50px;
    }
    .who_will_section .box {
        padding: 28px;
        border-radius: 12px;
        margin: 0 auto 26px;
    }
    .who_will_section .box .box_icon {
        height: 28px;
        width: 28px;
        margin-bottom: 20px;
    }
    .who_will_section .box h3 {
        font-size: 24px;
    }
    .who_will_there_box h2 {
        font-size: 56px;
        margin-bottom: 30px;
    }
    .who_will_there_box h2 br {
        display: none;
    }
    .who_will_there_box .person_attendees_box {
        padding: 26px;
        border-radius: 14px;
    }
    .who_will_there_box .person_attendees_box p {
        font-size: 24px;
        line-height: 130%;
    }
    .who_will_there_box .person_attendees_box h3 {
        font-size: 40px;
    }
    html .badge {
        padding: 6px 16px;
        font-size: 14px;
    }
    .sponsorship_packg_section .title {
        margin-bottom: 2.5rem!important;
    }
    .sponsorship_packg_section .title h2 {
        margin-bottom: 10px;
    }
    .sponsorship_packg_section .title p {
        font-size: 16px;
        padding: 0 100px;
    }
    .sponsorship_package_box table tr td {
        padding: 12px 0px;
        font-size: 16px;
    }
    .sponsorship_package_box table tr td:first-child {
        min-width: 220px;
        padding: 12px 0px 12px 20px;
    }
    .package_box {
        border-radius: 10px;
        padding: 22px;
        min-width: 224px;
    }
    .package_box h6 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .package_box h3 {
        font-size: 26px;
    }
    .package_box span {
        font-size: 14px;
        margin-bottom: 14px;
    }
    footer .footer-top {
        padding-bottom: 60px;
        background-size: 40%;
    }
    footer .footer-top h2 {
        font-size: 34px;
    }
    footer .footer-top p {
        font-size: 16px;
        margin: 10px 0 20px;
        padding: 0 120px;
    }
    footer .footer-top .btn {
        font-size: 14px;
    }
    .footer-bottom {
        padding: 12px
    }
    .footer-bottom p {
        font-size: 14px;
    }
    .menu_anchor {
        top: -30px;
    }
    html .venue_carousel .owl-nav button {
        height: 42px;
    }
    .keynote_speaker_wrap h3 {
        font-size: 42px;
    }
    .keynote_speaker_box .content {
        padding: 15px;
    }
    .keynote_speaker_box .content h4 {
        font-size: 20px;
    }
    .keynote_speaker_box .content p {
        font-size: 14px;
    }
    .keynote_speaker_section:after {
        height: 160px;
    }
    .hotel_register_box .modal-content {
        padding: 25px;
    }
    .hotel_register_box .register_content {
        padding: 30px 0px 0px 0px;
    }
    .hotel_register_box .modal-content h4 {
        font-size: 22px;
    }
    .hotel_register_content ul li {
        margin: 6px 0px !important;
        font-size: 15px;
    }
    .hotel_register_box .modal-content h5 {
        font-size: 18px;
    }
    .banner_wrap .date_box {
        width: 100%;
    }


    .header_menu {
        display: none;
    }
    html .btn.btn-dark.sign-in-btn {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="17" viewBox="0 0 14 17" fill="none"><path d="M13 15.25V13.75C13 12.9544 12.6839 12.1913 12.1213 11.6287C11.5587 11.0661 10.7956 10.75 10 10.75H4C3.20435 10.75 2.44129 11.0661 1.87868 11.6287C1.31607 12.1913 1 12.9544 1 13.75V15.25" stroke="%23000" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 7.75C8.65685 7.75 10 6.40685 10 4.75C10 3.09315 8.65685 1.75 7 1.75C5.34315 1.75 4 3.09315 4 4.75C4 6.40685 5.34315 7.75 7 7.75Z" stroke="%23000" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        font-size: 0;
        background-repeat: no-repeat;
        background-position: center;
        padding: 12px;
        line-height: 0;
        background-color: transparent;
    }
    .header_logo a {
        max-width: 158px;
    }
    .header-bottom {
        padding: 15px 0;
    }.header-top p {
         font-size: 13px;
         line-height: 22px;
     }
    .navbar-toggle {
        width: 34px;
        height: 34px;
        position: relative;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 20px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 20px;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background: var(--dark);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition: all 0.3s;
    }
    .spacing-0 {
        padding: 0 6px;
    }
    .search-btn {
        height: 38px;
        padding: 0 12px;
    }
    .menu-show .header_menu {
        transform: translatex(0%);
    }
    .header_menu > ul {
        flex-direction: column;
    }
    .header_menu {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: #ffffff;
        top: 0;
        bottom: 0;
        width: 320px;
        padding: 40px 20px 15px;
        transform: translatex(120%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
        margin: 0;
        box-shadow: -3px 0px 17px -2px #00000026;
    }
    html.menu-show {
        overflow: hidden;
    }
    .megamenu-wrap {
        position: relative;
        display: none;
        border: none;
        background: #fff;
        box-shadow: 0 0 0 transparent;
        margin-top:0;
    }
    .submenu_active .megamenu-wrap {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        border: 1px solid #efefef;
        padding: 8px;
        border-radius: 5px;
        left:0;
        width: 100%;
    }
    ul.mm-menu li a {
        font-size: 14px;
        padding:6px 10px;
    }

    .header_menu > ul > li.menu-parent > a:after {
        display: inline-block;
    }
    .megamenu-overlay.show {
        display: none;
    }
    .mmservice-box .img {
        display: none;
    }
    .header_menu > ul > li + li {
        margin-left: 0px;
    }
    .mmservice-box h3 {
        font-size: 14px;
    }
    .mmservice-box {
        border-right: 0px;
        padding: 6px;
        border-bottom: 1px solid #ccc;
    }
    .header_menu > ul > li > a {
        padding: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header_menu > ul > li.menu-parent.submenu_active > a:after {
        transform: rotate(225deg);
    }
    .header_menu > ul > li > a:hover, .header_menu > ul > li.active > a {
        background-color: #effbfc00;
        color: var(--primary);
    }
    .mmresourceboxwrap {
        padding: 0 !important;
    }
    .submenu_active .megamenu-wrap > .container {
        padding: 0;
    }
    h3.mm-title,.knowledge-area {
        display: none;
    }
    .mmresourcebox p {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: normal;
    }
    .mmresourceboxwrap:before {
        left: 0px;
    }
    .mmresourcebox h4 {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .training-menu-link {
        padding: 5px 4px;
        font-size: 12px;
        margin: 0px 8px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 20px;
        transform: rotate(45deg);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 20px;
        transform: rotate(-45deg);
    }
    .header_menu .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .service_menu .megamenu-wrap .col-lg-2:last-child .mmresourcebox{
        border-bottom: 0;
    }
    .header-menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #00000082;
        z-index: 9;
        top: 0;
        display: none;
    }
    .menu-show .header-menu-overlay {
        display: block;
    }
    ul.nav.nav-tabs.flex-column.nav-pills {
        display: none;
    }
    .tab-content>.tab-pane {
        opacity: 1;
        border-bottom: 1px solid #eee;
    }
    h3.tab_drawer_heading {
        font-size: 14px;
        color: var(--dark);
        margin: 0;
        padding: 10px 7px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .training-row {
        display: none;
        margin-bottom: 14px;
    }
    h3.tab_drawer_heading:after {
        content: "";
        display: inline-block;
        vertical-align: top;
        border-right: 2px solid var(--primary);
        border-bottom: 2px solid var(--primary);
        transform: rotate(45deg);
        width: 6px;
        height: 6px;
        margin: 0 0 0 6px;
        transition: all 0.4s;
        float: right;
    }
    .mmtab-style-1 .tab-content{
        min-height: auto;
        padding: 0px;
    }
    .header_menu > ul > li.menu-parent > a:after{
        float: right;
    }
    .search-box.active{
        opacity: 1;
        visibility:visible;
    }
    .search-txt {
        width: 100%
    }
    .search-box {
        position: fixed;
        top: 61px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        margin: 0 15px;
        background: #ffffff;
        margin: 0;
        top: 135px;
        z-index: 99;
        padding: 10px 15px;
        transition: all 0.5s;
    }
    .search-box.active > .search-txt {
        width: 100%;
        max-width: 100%;
    }
    .search-box .search-btn,.search-box.active .search-btn {
        left: 26px;
        position: absolute;
        border: none;
        padding: 0;
    }
    html.sticky .search-box.active {
        top: 56px;
        box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.05);
    }


    .header_menu > ul > li + li {
        margin-left: 0px;
    }
    .header_menu > ul > li > a {
        padding: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header_menu > ul > li.menu-parent.submenu_active > a:after {
        transform: rotate(225deg);
    }
    .header_menu > ul > li > a:hover, .header_menu > ul > li.active > a {
        background-color: #effbfc00;
        color: var(--primary);
    }

    .service_menu_row_wrap .col-lg-2 {
        width: 100%;
    }
    .service_menu .megamenu-wrap .mmresourcebox a {
        padding: 6px;
    }
    .megamenu-wrap.megamenu-2col-wrap .mm-menu {
        display: block;
    }
    .megamenu-wrap.megamenu-2col-wrap {
        width: 100%;
        left: 0;
    }
    .megamenu-wrap.megamenu-2col-wrap .mm-menu li {
        width: 100%;
    }
    .mmtab-style-1 .tab-content .tab_drawer_heading {
        display: block;
    }
    ul.mm-menu li {
        margin-bottom: 2px;
    }
    .solution-card h3 {
        font-size: 18px;
    }
    .solution-card {
        padding:30px;
    }




}

@media (min-width:768px) and (max-width:991px){

    .search-box{
        top: 115px;
    }
    .sticky .header-offer-added header {
        top: -56px;
    }
    .sticky header{
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    }
    .sticky .header-offer-added header {
        top: -82px;
    }
    .sticky header{
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    }
    .nav_academy_link {
        padding: 5px 8px;
        margin: 0;
        border: 0;
    }

    
}




@media (max-width:767px) {
    html .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sticky .header-logo a,
    .header-logo a {
        max-width: 80px;
    }
    .contact_us_btn {
        margin-right: 6px;
    }
    .contact_us_btn .btn {
        font-size: 12px;
    }
    .title h2 {
        font-size: 27px;
    }
    html .btn {
        padding: 0px 12px;
        font-size: 12px;
        line-height: 38px;
    }
    section{
        padding: 50px 0px;
    }
    .img_wrap .nc_text_image_box {
        padding: 0 3px;
    }
    .nc_text_image_box .icon {
        top: 10px;
        right: 10px;
        flex-direction: column;
    }
    .img_wrap .nc_text_image_box .icon img {
        max-width: 22px;
    }
    .track_record_section .title h2{
        margin-bottom: 10px;
    }
    .track_record_section .title h6 {
        font-size: 16px;
    }
    .track_record_section .title p {
        font-size: 14px;
    }
    .track_record_wrap p {
        font-size: 14px;
    }
    .year_apart_section .title h2 br{
        display: none;
    }
    .year_apart_section .title_wrap {
        margin-top: 0px;
    }
    .year_apart_section .content, .year_apart_section .content img {
        padding-top: 25px;
        text-align: center;
    }
    .about_prism_section{
        padding: 40px 0px;

    }
    .about_prism_section .container{
        padding: 0px 20px;
    }
    .about_prism_wrap .title h2 {
        font-size: 25px;
    }
    .about_prism_section .title-border h2:before,
    .year_apart_section .title-border h2:before{
        left: 0;
        right: 0;
        margin: auto;
    }
    .about_prism_wrap .content{
        padding: 35px 20px;
        text-align: center;
    }
    .sponsorship_section .content, .sponsorship_section img {
        padding-top: 25px;
    }
    .sponsorship_section p {
        font-size: 16px;
    }
    .sponsorship_wrap .sponsorship_content {
        margin-top: 20px;
    }
    .sponsorship_box h6 {
        font-size: 20px;
    }
    .sponsorship_box p{
        font-size: 14px;
    }

    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.journey_section .title h2 {
        font-size: 32px;
    }
    section.journey_section p {
        font-size: 14px;
    }
    .journey_img {
        padding-top: 30px;
    }
    .journey_img img {
        height: 200px;
    }
    section.journey_section .title h2::before {
        bottom: -25px;
    }
    section.journey_section h4 {
        font-size: 16px;
        margin-top: 50px;
        margin-bottom: 15px;
    }
    .banner_wrap .logo_icon {
        gap: 21px;
    }
    .banner_wrap .title {
        margin-top: 46px;
    }
    .banner_wrap .title h2 {
        font-size: 41px;
    }
    .banner_wrap .title h5 {
        font-size: 14px;
        margin-top: 14px;
        margin: 14px 0px 34px;
    }
    .register_box  .modal-dialog {
        min-width: 100%;
        margin: 0;
    }
    .register_box  .modal-content {
        margin: 0;
        border-radius: 15px;
    }
    .register_content ul li .icon {
        height: 35px;
        width: 35px;
        min-width: 35px;
        margin-right: 8px;
        padding: 8px;
    }
    .register_content ul li .text a {
        font-size: 16px;
    }
    .scaner_wrap {
        padding: 15px 45px;
        border-radius: 12px;
    }
    .scaner_wrap .scaner_text h3 {
        font-size: 20px;
    }
    .scaner_img img {
        height: 90px;
        width: 90px;
        min-width: 90px;
    }
    .register_logo {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 70px;
        justify-content: center;
    }
    .register_content ul li .text h5 {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .register_logo .logo {
        max-width: 110px;
    }
    .register_box  .modal-dialog {
        min-width: 100%;
        margin: 0;
        padding: 0 20px;
    }
    .register_content {
        padding: 50px 20px 30px;
    }

    .speakers_lineup {
        grid-template-columns: repeat(4,1fr);
    }
    .speakers_lineup .items:nth-child(8n+8)::before {
        display: block;
    }
    .speakers_lineup .items:nth-last-child(-n + 8)::before{
        display: block;
    }
    .speakers_lineup .items:nth-child(4n+4)::before {
        display: none;
    }
    .speakers_lineup .items:nth-last-child(-n + 4)::before{
        display: none;
    }
    .speakers_lineup .items:before {
        height: 30px;
        width: 30px;
        bottom: -15px;
        right: -15px;
    }
    .speakers_facilitator_section .title {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        min-height: auto;
        justify-content: center;
    }
    .speakers_facilitator_section .title h2 {
        font-size: 26px;
    }
    .speakers_facilitator_section .row .col:first-child {
        margin-left: 0;
    }
    .col:nth-last-child(-n + 2) .speakers_box {
        border-bottom: 1px solid #B5B5C180;
    }
    .col:last-child .speakers_box {
        border-bottom: 0;
    }
    .who_will_section:before {
        display: none;
    }
    .who_will_there_box {
        padding: 40px 20px 40px;
        position: static;
    }
    .who_will_there_box h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .who_will_there_box .person_attendees_box {
        padding: 20px;
        border-radius: 10px;
    }
    .who_will_there_box .person_attendees_box p {
        font-size: 22px;
        line-height: 130%;
    }
    .who_will_there_box .person_attendees_box h3 {
        font-size: 32px;
        margin: 6px 0 20px;
    }
    html .badge {
        padding: 6px 14px;
        font-size: 13px;
    }
    .who_will_section .box_wrapper {
        padding: 40px 20px 40px;
    }
    .who_will_section .industry_box {
        padding: 20px;
        border-radius: 10px;
        margin: 0px 20px 40px;
    }
    .who_will_section .industry_box h6 {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .who_will_section .industry_box ul {
        gap: 4px;
    }
    .who_will_section .industry_box ul a {
        font-size: 12px;
        padding: 5px 16px;
    }
    .carousel-navigation .owl-nav {
        position: static;
        justify-content: center;
        gap: 12px;
        margin-top: 10px
    }
    .package_box {
        border-radius: 6px;
        padding: 14px;
        min-width: 172px;
    }
    .package_box h6 {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .package_box h3 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .package_box span {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .sponsorship_package_box {
        padding: 2px 12px;
        border-radius: 10px;
    }
    .sponsorship_packg_section .title {
        margin-bottom: 24px !important;
    }
    .sponsorship_packg_section .title p {
        font-size: 14px;
        padding: 0;
    }
    .sponsorship_package_box table tr td:first-child {
        min-width: 170px;
        padding: 8px 0px 8px 14px;
    }
    .sponsorship_package_box table tr td {
        padding: 8px 0px;
        font-size: 13px;
    }
    .sponsorship_package_box table tr td.tickets {
        font-size: 12px;
        line-height: 140%;
    }
    .sponsorship_package_box table tr td .btn {
        font-size: 11px;
        line-height: 34px;
    }
    .about_prism_section .about_prism_wrap {
        overflow: hidden;
        border-radius: 14px;
        background-size: 210% 100%;
        background-position: right center;
    }
    .about_prism_wrap .image img {
        border-radius: 0;
    }
    body {
        font-size: 14px;
        line-height: 150%;
    }
    footer .footer-top h2 {
        font-size: 26px;
    }
    footer .footer-top p {
        font-size: 14px;
        margin: 8px 0 18px;
        padding: 0;
    }
    footer .footer-top .btn {
        font-size: 12px;
    }
    .footer-bottom {
        padding: 10px;
    }
    .footer-bottom p {
        font-size: 13px;
    }
    .track_record_wrap .pe-0 {
        padding-right: 12px !important;
    }
    .nc_text_image_wrap p {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .menu_anchor {
        top: -60px;
    }
    .speakers_box h6 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .speakers_box p {
        font-size: 12px;
    }
    .column_sticky {
        position: static;
    }
    html .nav-pills {
        gap: 18px;
        margin-top: 0;
        width: 100%;
        flex-direction: row !important;
        justify-content: center;
        margin-bottom: 50px;
    }
    html .nav-pills .nav-link {
        height: 120px;
        width: 120px;
        font-size: 22px;
    }
    html .nav-pills .nav-link:after {
        height: 60px;
        width: 100%;
        border-radius: 100px 100px 0 0;
        left: 0;
        bottom: -24px;
        top: auto;
        transform: translateY(-30px);
    }
    html .nav-pills .nav-link.active::after {
        transform: translateY(0);
    }
    .tab-content.agenda_tab {
        margin-left: 0;
    }
    .agenda_tab .items h5 {
        font-size: 18px;
        width: 100%;
        text-align: left;
        margin-bottom: 3px;
    }
    .agenda_tab .items h6 {
        font-size: 16px;
    }
    .agenda_tab .sessions_heading {
        padding: 10px 14px;
        font-size: 14px;
        letter-spacing: 0.05em;
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .agenda_tab .items ~ hr {
        margin: 12px 0;
    }
    .agenda_tab .items td, .agenda_tab .items th {
        font-size: 10px;
        padding: 8px 3px;
    }
    .banner_wrap .content {
        padding-top: 30px;
    }
    .banner_wrap .logo_icon a {
        width: 123px;
    }
    .banner_wrap .logo_icon a:nth-child(2) {
        width: 156px;
    }
    .banner_wrap .date_box {
        gap: 19px;
    }
    .date_box h6 sup {
        top: 0;
        position: static;
        display: block;
        line-height: normal;
        margin: 0 0 6px;
    }
    .date_box h6 {
        font-size: 22px;
        display: block;
        line-height: normal;
    }
    .banner_wrap .content .btn {
        width: 100%;
        margin-top: 30px;
    }
    .banner_wrap .image_wrap .image {
        position: absolute;
        top: -40px;
        bottom: 0;
        right: 0;
        width: 178px;
        margin: auto;
        display: flex;
        align-items: center;
    }
    .banner_section {
        background-size: 0;
        padding-bottom: 72px;
    }
    .sponsor_count_box h2 {
        font-size: 90px;
    }
    .sponsor_count_box h6 {
        font-size: 28px;
    }
    .pricing_box .detail_wrp {
        padding: 20px;
        min-height: auto;
    }
    .pricing_box {
        border-radius: 14px;
        height: auto;
    }
    div#paymentgateway .modal-content .title h2 {
        font-size: 24px;
    }
    .pricing_box .detail_wrp .box_icon {
        margin-bottom: 12px;
    }
    .box_icon {
        height: 28px;
        width: 28px;
    }
    .pricing_box .detail_wrp h4 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .pricing_box .discount_wrp {
        padding: 20px;
        min-height: auto;
    }
    .pricing_box .discount_wrp h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .pricing_box .discount_wrp .tax_txt {
        font-size: 20px;
    }
    .pricing_box .discount_wrp .discount_txt {
        font-size: 24px;
    }
    .location_detil h3 {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .title-border h2:before {
        bottom: -14px;
    }
    .location_detil {
        width: 100%;
    }
    .location_detil ul li h6 {
        font-size: 17px;
    }
    .location_detil ul li .icon svg {
        width: 16px;
    }
    .location_detil ul li {
        padding-left: 28px;
    }
    .sponsor_exhibitor_section .title h2 {
        font-size: 28px;
    }
    .title p {
        font-size: 15px;
    }
    .speaker_profile {
        padding: 3px 10px 3px 3px;
        font-size: 12px;
        line-height: normal;
    }
    .speaker_profile .image {
        height: 34px;
        width: 34px;
    }
    .pricing_section  .logo img {
        width: 110px;
        margin: 20px auto 0;
    }
    .banner_wrap .image_wrap .image {
        top: 130px;
        bottom: auto;
    }
    .banner-bt [class*="col-"]:has(.date_box) {
        display: block;
    }
    .banner-bt .date_box h6 + h6 {
        margin-top: 16px;
    }
    .date_box h6 sup {
        margin: 0 0 4px;
    }
    html .banner-bt .btn {
        font-size: 14px;
        width: 100%;
        margin-top: 15px;
    }
    .banner-bt .image {
        width: 70px;
        height: 70px;
        margin: 0;
        position: absolute;
        top: 100px;
        right: 20px;
    }
    .sj-accordion:before {
        width: calc(100% - 40px);
    }
    .sj-accordion .accordion-button h2 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 16px;
    }
    .sj-accordion .accordion-button p {
        text-align: center;
        font-size: 16px;
        margin: 0 30px 20px;
    }
    .sj-accordion .sj-btn {
        margin: 0 auto;
        text-align: left;
        width: auto;
        height: auto;
        display: inline-flex;
        flex-direction: row;
        border-radius: 8px;
        line-height: 42px;
        padding: 0 30px;
        font-size: 15px;
    }
    :is(.org-s,.csponsors-s) .title {
        margin-bottom: 24px;
    }
    :is(.org-s,.csponsors-s) .title p {
        font-size: 14px;
        padding-inline: 0;
    }
    .org-box .image {
        padding: 38px;
        height: 150px;
        border-radius: 10px;
        box-shadow: 0px 5px 0px var(--dark);
        margin-bottom: 10px;
    }

    .csponsors-s {
        padding-bottom: 80px;
    }
    .csponsors-s .title {
        margin-bottom: 52px;
    }
    .sponsors-wpr .badge {
        writing-mode: unset;
        transform: translateX(-50%);
        left: 50%;
        top: auto;
        right: auto;
        bottom: 100%;
        padding: 5px 14px;
        font-size: 14px;
        border-radius: 4px 4px 0 0;
    }
    .sponsors-wpr .item {
        padding: 16px;
        border-radius: 12px;
        margin-left: 0;
        margin-top: 28px;
        margin-bottom: 60px;
    }
    .video-card {
        padding: 18px;
        border-radius: 10px;
    }
    section.venue_section {
        background-position: 210px 230px;
        background-size: 200px;
    }
    .keynote_speaker_section {
        padding: 30px 0px;
    }
    .keynote_speaker_wrap h3 {
        font-size: 30px;
    }
    .keynote_speaker_wrap .title{
        margin-bottom: 20px;
    }
    .keynote_speaker_section:after {
        display: none;
    }
    .hotel_register_box  .register_logo{
        padding-bottom: 20px;
    }
    .hotel_register_box .register_content {
        padding: 0px;
    }
    .hotel_register_box .modal-content h4 {
        font-size: 20px;
        margin: 5px 0px;
    }
    .hotel_register_content ul li {
        margin: 3px 0px !important;
        font-size: 14px;
    }



    .header-searchbar-toggle {
        width: 32px;
        height: 32px;
        padding: 0 9px;
    }
    .header_logo a {
        max-width: 128px;
    }
    .header-searchbar-toggle-wrap {
        position: static;
    }
    .header-search-field-wrap {
        border-radius: 0;
        width: 100%;
    }
    .header-search-field input {
        height: 36px;
        padding: 0 35px 0 35px;
        font-size: 14px;
    }
    .header-search-field svg {
        width: 16px;
        left: 11px;
        top: 6px;
    }
    .header-search-autofill {
        max-height: calc(100vh - 118px);
        margin-top: -9px;
        border: 0;
        border-radius: 0;
    }
    .headersearch-close {
        width: 34px;
        height: 34px;
        font-size: 22px;
        line-height:34px;
    }
    .header-search-autofill ul li a {
        font-size: 14px;
    }







   
}