/**
 * ------------------------------------------
 *  Responsive Grid Media Queries - 1280, 1024, 768, 480
 *   1280-1024   - desktop (default grid)
 *   1024-768    - tablet landscape
 *   768-480     - tablet 
 *   480-less    - phone landscape & smaller
 * --------------------------------------------
 Bootstrap
 
 X-Small	None	<576px
Small	sm	≥576px
Medium	md	≥768px
Large	lg	≥992px
Extra large	xl	≥1200px
Extra extra large	xxl	≥1400px
 */



@media (min-width: 1500px) {
    .col-xl-2 {
        flex: 0 0 auto !important;
        width: 16.66666667% !important;
    }

    .col-xl-10 {
        flex: 0 0 auto !important;
        width: 83.33333333% !important;
    }
}

@media (max-width: 1366px) and (min-width: 992px) {
    nav.navbar {
        padding: 18px 34px;
    }
}

@media (max-width: 1150px) and (min-width: 992px) {
    nav.navbar #header-logo-two img {
        width: 100%;
    }
}

@media (max-width: 1020px) and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 11px;
    }
}

@media (max-width: 1366px) {
    /*#hero-background-overlay,*/
    /*#hero-background-video,*/
    /*.banner-content{*/
    /*    height: 110vh;*/
    /*}*/
}

@media (max-width: 1200px) {

    footer .column-1,
    footer .column-2,
    footer .column-3,
    footer .column-4,
    footer .column-6 {
        width: 33.33%;
        padding: 20px;
    }
.navbar .submenu-festivities:hover .dropdown-menu {
    margin-bottom: 0!important;
}
    .video-section video {
        height: 100%;
}
        .news-item-top #top-newspaper-clips,
        .news-item-top #top-tv-clips {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }

        nav.navbar #header-logo-two img {
            width: 300px;
        }

        .background-img-speakers span {
            line-height: 30px;
        }

        .background-img-speakers h1.section-heading {
            line-height: 30px !important;
        }

        .background-img-roundtable .vanue,
        .background-img-roundtable .date-details {
            border-right: 2px solid white;
        }

        .background-img-roundtable .vanue img,
        .background-img-roundtable .date-details img,
        .background-img-roundtable .timings img {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .background-img-roundtable .vanue,
        .background-img-roundtable .date-details,
        .background-img-roundtable .timings {
            align-content: start;
        }


        .background-img-roundtable-sf .vanue,
        .background-img-roundtable-sf .date-details {
            border-right: 2px solid white;
        }

        .background-img-roundtable-sf .vanue img,
        .background-img-roundtable-sf .date-details img,
        .background-img-roundtable-sf .timings img {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .background-img-roundtable-sf .vanue,
        .background-img-roundtable-sf .date-details,
        .background-img-roundtable-sf .timings {
            align-content: start;
        }
        
        .background-img-roundtable-ex .vanue,
        .background-img-roundtable-ex .date-details {
            border-right: 2px solid white;
        }

        .background-img-roundtable-ex .vanue img,
        .background-img-roundtable-ex .date-details img,
        .background-img-roundtable-ex .timings img {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .background-img-roundtable-ex .vanue,
        .background-img-roundtable-ex .date-details,
        .background-img-roundtable-ex .timings {
            align-content: start;
        }

        .acf-logo-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            padding: 20px;
        }
        
        .speakers-grid {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
        }

        .speaker-page-modal .row-keynote .d-grid {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }

        .about.industries-section .d-grid {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }

        .agenda-header-one {
            flex-direction: column-reverse;
            gap: 30px;
        }

        .ancillary-subitems {
            margin-top: 30px;
        }

        .agenda-header-one-right .content-1,
        .agenda-header-one-right .content-2 {
            font-size: 18px;
        }

        .header-filter {
            flex-direction: column;
            gap: 20px;
        }

        .sub-header-filler {
            width: 100%;
            text-align: center;
        }

        .sub-header-search {
            width: 100%;
            justify-content: center;
        }

        .sub-header-search input {
            display: block;
            width: 300px;
            max-width: 300px;
        }

        .attending-box {
            margin-bottom: 30px;
        }

        div#keynote-left {
            text-align: center;
            margin-bottom: 50px;
        }

        .speakers-keynotes #keynote-left p,
        .speakers-keynotes #speakers-left p {
            max-width: 100%;
            padding: 0;
        }

        .speakers-keynotes #keynote-right .col-md-1,
        .speakers-keynotes #speakers-right .col-md-1 {
            display: none;
        }

        .newsletter-form-input {
            text-align: center;
        }

        .row-keynote {
            justify-content: center;
        }

        :root {
            --btn-tab-font-size: 14px;
            --h1-font-size: 48px;
            --h3-font-size: 27px;
            --h2-font-size: 50px;
        }

        h1 {
            font-size: var(--h1-font-size);

        }

        h2.section-heading {
            font-size: var(--h2-font-size);

        }

        .bg-agenda h1.section-heading {
            font-size: var(--h2-font-size);

        }

        h3 {
            font-size: var(--h3-font-size);

        }

        .btn {
            font-size: var(--btn-tab-font-size);

        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding: 0px 12px;
            font-size: 13px;
        }

        .attending-body {
            padding: 15px 30px;

            min-height: 485px;
        }

        .attending-box {

            height: 583px;

        }

        .abt-content p {
            font-size: 17px;
            line-height: 30px;

        }

        .sticky-footer .container {
            width: 100%;
            max-width: 100%;
        }

        .footer-count .sticky-footer::before {
            width: 98.2%;
            height: 94%;
            top: 4.5px;
            left: 3.5px;
        }

        .time {
            font-size: 2rem;
        }
    }

    @media (min-width: 1200px) {
        .col-xl-2 {
            flex: 0 0 auto;
            width: 25%;
        }


    .sticky-footer {
        width: 66%;
    }
        .navbar-expand-xl .navbar-nav .nav-link {
            border-right: 1px solid white;
        }

        .navbar-bg {
            transition: all 0.3s ease;
            background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(0, 0, 0, 0.8);
            border-top: 1px solid #fff;
            order: 0;
            border-radius: 100px;
            /*padding: 8px 10px;*/
            padding: 0 10px;
            width: fit-content;
        }

        .col-xl-10 {
            flex: 0 0 auto;
            width: 75%;
        }

        .pink-star {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }

        .partner-content .pink-star {
            width: 250px;
        }

    }

    @media (min-width: 993px) {
        .ancillary-subitems {
            padding-right: 15%;
        }

        .ancillary-subitems.left {
            padding-right: 0;
            padding-left: 12%;
        }

        .key-track-item img {
            width: 90%;
        }

        .form-roundtable {
            width: 70%;
        }

        .form-plan-your-stay {
            width: 70%;
        }
        
        .banner-ids-logo img{
            width: 75%;
        }
        
        .width-head{
            width: 50%;
        }

        .navbar .menu-about:hover .dropdown-menu,
        .navbar .menu-agenda:hover .dropdown-menu{
            margin-bottom: -150px;
        }
        
        .dropdown-submenu .dropdown-menu {
            left: 88%;
            margin-top: -47% !important;
        }
        
        .navbar .submenu-partners:hover .dropdown-menu {
            margin-bottom: -70px !important;
        }


    }

    @media all and (max-width: 992px) {
        .ids-logo {
            text-align: center;
        }
        
        
        
        div.abt-video .img-fluid {
            width: 100%;
            border-radius: 15px;
            height: 190px;
            object-fit: cover;
        }

        .faq-header .sub-header-filler button {
            width: 100%;
        }

        .ancillary-btn {
            align-items: center;
        }

        .logo-bottom-head {
            justify-content: center;
        }

        .blog-inner .post-meta {
            justify-content: center;
        }

        .blog-inner h1 {
            margin-bottom: 20px;
        }

        .img-inner-featured {
            height: 200px;
            object-fit: cover;
            border-radius: 30px;
        }

        .bg-sections-agenda {
            height: 420px;
        }

        #aboutModal .modal-content {
            width: 95%;
        }

        .key-track-item .scroll-content {
            margin-top: 20px;
            height: 250px;
        }

        .partner-header .sub-header-filler {
            flex-direction: column;
            justify-content: center;
            gap: 15px;
        }

        .partner-header .sub-header-filler button.button-yellow.active {
            margin-top: 20px;
        }

        .partner-header .header-filter:before {
            height: 98%;
        }

        .submission-btn .button-violet {
            padding: 0.5rem;
        }

        .ancillary-items .col-lg-6,
        .ancillary-items .col-lg-6 img {
            width: 100%;
        }

        .ancillary-items::before {
            width: 99.6%;
        }

        .exclusive-footage .exclusive-footage-moments-carousel-wrapper {
            width: 550px;
            padding: 20px;
        }

        .exclusive-footage .exclusive-footage-moments .footage-img-video .exclusive-img-vid {
            width: 100% !important;
        }

        .exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems h2 {
            padding-top: 30px;
            margin-bottom: 20px;
        }

        .exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems .exclusive-line {
            width: 100%;
        }

        .exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems .exclusive-text {
            width: 100%;
        }

        .tracks-section {
            padding: 75px 0;
        }

        .speakers-keynotes {
            padding: 75px 25px;
        }

        .venue-section .venue-heading,
        .tracks-section .tracks-heading {
            font-size: 150px;
        }

        footer .column-1,
        footer .column-2,
        footer .column-3,
        footer .column-4 {
            width: 50%;
        }

        footer .column-6 {
            width: 100%;
        }

        footer .column-3,
        footer .column-4 {
            padding-top: 15px;
        }

        footer {
            padding: 100px 35px 0px 35px;
        }

        .header-filter select#hall-filter,
        .header-filter select#format-filter,
        .header-filter select#host-filter,
        .header-filter select#timeslot-filter,
        .header-filter select#category-filter {
            max-width: 100%;
            width: 100%;
            text-align: center;
        }

        .header-filter::before {
            content: "";
            padding: 10px;
            width: 99.6%;
            height: 98.5%;
            top: 1px;
            left: 1.5px;
        }

        .sub-header-filler {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }

        .header-row-agenda {
            padding: 25px 20px 20px;
        }

        .session-item .col-10::before {
            width: 99.5%;
        }

        .moderator,
        .speaker {
            margin-top: 15px;
            height: auto;
        }

        .ids-logo img {
            width: 220px;
        }

        .other-sponsors img {
            height: 40px;
            margin-right: 10px;
        }

        .imamia {
            text-align: center;
        }

        .imamia img {
            height: auto;
        }

        .other-sponsors {
            padding: 2% 3%;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            width: fit-content;
        }

        .top-sponsors .col-lg-6 {
            display: flex;
            justify-content: center;
        }

        .event-cts h1 {
            font-size: 38px;
        }

        .event-cts h3 {
            font-size: 28px;
        }

        .vanue-details {
            margin: 15px 0;
            justify-content: center;
        }

        .event-cts {
            text-align: center;
            margin-left: 0;
            margin-top: 36px;
        }

        .abt-content {
            margin-top: 30px;
            /* text-align: center; */
        }

        .track-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        h2.section-heading {
            text-align: center;
            margin-bottom: 40px;
        }

        .bg-agenda h1.section-heading {
            text-align: center;
            margin-bottom: 40px;
        }

        section.whyattend p {

            margin-bottom: 35px;
            text-align: center;
        }

        .attending-box {
            height: 630px;
        }

        .attending-body {
            padding: 15px;
        }

        div#keynote-left {
            text-align: center;
            margin-bottom: 10px;
        }

        .speakers-keynotes #keynote-left p,
        .speakers-keynotes #speakers-left p {

            max-width: 100%;
        }

        .count-down-container {
            display: flex;
            justify-content: center;
        }

        .count-down h5 {
            text-align: center;
            /* margin-bottom: 20px; */
        }

        .dont-miss-content {
            text-align: right;
        }

        .dont-miss-content h5 {
            text-align: right;
        }

        .partner-logos {

            justify-content: center;
        }

        #navbarNav ul li {
            padding: 10px 0;
            flex-direction: column;
            align-items: flex-start;
        }

        .navbar .dropdown-item {
            color: white;
        }

        section.main-content {
            padding: 30% 5% 5% 5%;
        }

        section.main-content ol {
            padding-left: 15px;
        }

        section.main-content h2.text-center,
        section.main-content h2.text-center,
        section.main-content h1.text-center,
        section.main-content h1.text-center {
            font-size: 28px;
        }

        h2.venue-heading,
        .tracks-heading {
            font-size: 153px;
        }

        .container.p-section {
            padding: 0 0 55px 0;
            text-align: center;
        }

        .stay-connected #linkedin p,
        .stay-connected #instagram p {
            max-width: 100%;
            padding-top: 0px;
        }

        .newsletter .newsletter-bg {
            width: 100%;
        }

        .content-div {
            text-align: center;
            margin-bottom: 40px;
        }


        h1 {
            font-size: 48px;
        }

        h2 {
            font-size: 36px;
        }

        h3 {
            font-size: 32px;
        }

        h4 {
            font-size: 28px;
        }

        h5 {
            font-size: 20px;
        }

        h6 {
            font-size: 18px;
        }

        .section-padding {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .navbar-nav .dropdown-menu {
            position: absolute;
            opacity: 0;
            pointer-events: none;
            background: transparent;
            margin-left: 0px;
            margin-top: 10px;
            margin-bottom: 10px;
            transition: opacity 0.3s;
        }

        .navbar-nav .dropdown-menu.show {
            opacity: 1;
            position: static;
            box-shadow: none;
            pointer-events: auto;
        }

        .navbar-expand-lg .navbar-nav {
            padding-bottom: 20px;
            padding-top: 20px;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding: 0;
            border-right: 0;
        }

        .nav-tabs .nav-link:first-child {
            margin-right: 5px;
        }

        .nav-tabs .nav-link {
            font-size: var(--copyright-font-size);
            padding: 10px;
        }

        .featured-section {
            border-radius: 0 0 80px 80px;
            padding-bottom: 50px;
        }

        .custom-block-topics-listing .custom-block-image {
            width: auto;
        }

        .custom-block-topics-listing>.d-flex,
        .custom-block-topics-listing-info,
        .custom-block-topics-listing a {
            flex-direction: column;
        }

        .timeline-container .vertical-scrollable-timeline .list-progress {
            height: 75%;
        }

        .timeline-container .vertical-scrollable-timeline li {
            padding-left: 135px;
        }

        .subscribe-form-wrap {
            padding-top: 30px;
            padding-bottom: 0;
        }

        .offset-lg-1 {
            margin-left: 4%;
        }

        .why-content p {
            width: 60%;
        }

        .partner-content {
            text-align: center;
            margin-bottom: 50px;
        }

    }

    @media (min-width: 768px) {
        .keynote-carousel .col-md-6 {
            width: 40% !important;
        }

        #popup .wpcf7-submit {
            width: 340px;
        }

        .modal-dialog {
            width: 800px;
        }

        .sub-header-filler button.button-yellow {
            margin-left: auto !important;
        }

        .acf-logo-item {
            display: flex;
            align-items: center;
        }

        .application-details .bar .bar-item .bar-inner-item .border-item {
            border-right: 1px solid #fff;
        }

    }

    @media all and (max-width: 768px) {
        .blog-inner{
            height: 100vh!important;
        }

        #video2banner .play-button {
            width: 120px;
        }
        #hero-background-overlay,
        #hero-background-video,
        .banner-content{
            height: 650px;
        }
        .about.industries-section .d-grid .image-item .head-title {
            font-size: 26px;
        }
        .about.industries-section .d-grid .image-item:hover p.head-para{
            font-size: 14px;
        }
        .breadcrumbs a, .breadcrumbs p {
            color: white;
            font-size: 12px;
            font-family: 'Sklow';
        }

        #popup {
            height: 480px!important;
            width: 100%!important;
        }

        .sticky-footer a.btn {
            padding: 10px 20px;
            font-size: 12px;
        }

        .background-img-roundtable-sf h1,
        .background-img-roundtable-ex h1{
            font-size: 22px !important;
            margin-top: 15px;
        }

        .rt-logos-section img {
            width: 70px;
        }

        .rt-section-sf {
            height: 600px !important;
        }

        .time {
            font-size: 16px;
            padding-right: 5px;
        }

        .timer-textss {
            font-size: 10px;
        }

        .time-tilda {
            font-size: 13px;
        }

        .sticky-footer {
            padding: 10px;
        }

        .blog-list .container {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }

        .faq-header .header-filter::before {
            height: 97%;
            top: 1px;
            left: 2px;
        }

        .faq-header.blog-header .sub-header-filler {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        img.star-img {
            display: none;
        }

        .bg-sections {
            height: 500px;
        }

        .bg-sections-agenda {
            height: 550px;
        }

        .application-details .bar .bar-item {
            width: 90%;
        }

        .faq-header .sub-header-filler {
            justify-content: center;
        }

        .form-roundtable .modal-content .col-md-12.form-group {
            margin-top: 0;
        }

        .form-roundtable .modal-content .col-md-6 {
            margin: 10px 0;
        }

        .form-roundtable .modal-content #message {
            margin: 10px 0;
        }

        .form-plan-your-stay .modal-content .col-md-12.form-group {
            margin-top: 0;
        }

        .form-plan-your-stay .modal-content .col-md-6 {
            margin: 10px 0;
        }

        .form-plan-your-stay .modal-content #message {
            margin: 10px 0;
        }

        .about.industries-section .d-grid .image-item:hover .head-title {
            display: block;
            top: 38%;
        }

        .about.industries-section .star p {
            width: 100%;
        }

        .acf-logo-item {
            height: auto;
        }

        footer .column-1,
        footer .column-2,
        footer .column-3,
        footer .column-4,
        footer .column-6 {
            width: 100%;
            padding: 20px 0;
        }

        .session-item {
            flex-direction: column;
        }

        #session-list::before {
            content: none;
        }

        .header-filter::before {
            content: "";
            padding: 10px;
            width: 99.2%;
            height: 99.2%;
            top: 2px;
            left: 1.5px;
        }

        #session-list {
            padding: 25px;
            background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 50%, rgba(29, 5, 47, 1) 100%);
        }

        .header-row-agenda {
            padding: 15px 20px;
            flex-direction: column;
            gap: 20px;
        }

        .session-hall {
            padding: 14px 10px;
            border-radius: 14px;
        }

        .session-hall::before {
            border-radius: 14px;
        }

        .session-hall-sub p {
            line-height: normal;
            font-size: 10px;
        }

        .session-hall-sub {
            font-size: 10px;
        }

        .session-hall-sub p img {
            width: 15px;
        }

        .agenda-category {
            width: 100%;
        }

        .header-bottom-agenda .heading {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 10px;
        }

        .sub-header-filler button {
            margin-right: 0px;
        }

        .session-item .col-md-12::before {
            width: 98%;
            height: 98%;
            top: 3px;
            left: 3px;
            background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 77%, rgba(29, 5, 47, 1) 100%);
            background-color: rgba(0, 0, 0, 0.8);
        }

        .agenda-header-one-left {
            flex-direction: column;
            width: 100%;
            align-items: start;
        }

        .background-img-roundtable {
            padding: 25px 10px;
        }

        .background-img-roundtable-sf,
        .background-img-roundtable-ex{
            padding: 25px 10px;
        }

        .background-img-agenda,
        .background-img-ancillary,
        .background-img-speakers,
        .background-img-partners,
        .background-img-partners-exhibits,
        .background-img-key-tracks,
        .background-img-roundtable,
        .background-img-roundtable-sf,
        .background-img-stay,
        .background-img-about-us,
        .background-img-blog,
        .background-img-mixers,
        .background-img-news,
        .background-img-roundtable-ex,
        .background-img-inner-key-tracks{
            width: 100%;
            padding: 25px;
        }

        .background-img-speakers h2.section-heading,
        .bg-sections-agenda h2.section-heading,
        .bg-sections h2.section-heading,
        .background-img-speakers h1.section-heading,
        .bg-sections-agenda h1.section-heading,
        .bg-sections h1.section-heading {
            margin-bottom: 10px;
            font-size: 30px;
        }

        .ancillary-btn {
            text-align: center;
            justify-content: center;
            width: 100%;
        }

        .ancillary-items::before {
            width: 99%;
        }

        .ancillary-items {
            padding: 35px 25px;
        }

        .ancillary-page .heading {
            margin-top: 0;
        }

        .agenda-header-one-left div {
            width: 100%;
        }

        .agenda-header-one {
            align-items: start;
        }

        .session-item .col-md-2 {
            margin-bottom: 15px;
        }

        .header-bottom-agenda {
            padding: 15px 20px;
        }

        footer .archives a {
            font-size: 12px;
        }

        .tracks-section .track-grid {
            grid-template-columns: repeat(3, 1fr) !important;
        }

        /*  .banner-content {*/
        /*    height: 55svh;*/
        /*}*/
        /*#hero-background-video{*/
        /*    height: 55svh;*/
        /*}*/

        .whyattend .left-gradient {
            width: 10%;
        }

        .whyattend .right-gradient {
            width: 10%;
        }

    }

    @media all and (max-width: 576px) {
        .navbar {
            background-color: rgba(27, 4, 47, 0.8);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }
        
        .inner-speaker-heading h2.tracks-heading {
            font-size: 150px;
            margin-bottom: unset;
        }


        .speaker-page-modal .modal-content #popup-description {
            height: 150px;
        }

        .faq-header .header-filter::before {
            top: 2px;
            width: 99%;
        }

        .faq-header.blog-header .sub-header-filler {
            gap: 20px;
        }

        footer .imp-links a {
            text-align: center;
        }

        .plan-your-cta .newsletter .newsletter-bg {
            padding: 35px 20px;
        }

        .plan-your-cta .newsletter h2 {
            font-size: 24px;
        }

        .keynote-carousel .owl-nav {
            top: 48.5%;
        }

        .attending-body div[style*="overflow-y: scroll;"] {
            height: 305px;
        }

        .vanue-details {
            margin: 22px 0;
            justify-content: center;
        }

        .content-div {
            margin-bottom: 0px;
        }

        nav.navbar #header-logo img {
            width: 120px;
        }

        nav.navbar #header-logo-two img {
            width: 200px;
        }

        nav.navbar {
            padding: 15px 25px;
        }

        .imamia {
            text-align: center;
        }

        .imamia img {
            height: auto;
        }

        .other-sponsors img {
            height: 30px;
            margin-right: 0px;
        }

        .other-sponsors {
            display: flex;
            align-items: center;
            gap: 10px;
            justify-content: center;
        }

        .event-details .offset-1 {
            margin-left: 0;
        }

        .ids-logo {
            text-align: center;
        }

        .event-cts {
            margin-top: 30px;
            text-align: center;
            margin-left: 0;
        }

        .vanue img,
        .date-details img {
            margin-right: 10px;
            width: 25px;
        }

        .vanue,
        .date-details {
            font-size: 11px;
        }

        .vanue-details {
            justify-content: center;
        }

        .event-cts button.button-violet {
            margin-right: 10px !important;
            margin-top: 10px;
            padding: 8px 20px;
        }

        .event-cts a.button-yellow {
            /*margin-left: 10px !important;*/
            margin-left: 0px !important;
            margin-top: 10px;
            padding: 8px 20px;
        }

        .stats {
            padding: 0;
        }

        .stats-item {
            width: 130px;
            height: 111px;
        }

        .stats-item h3 {
            font-size: 25px;
            line-height: 25px;
            margin-bottom: 10px;
            padding-bottom: 15px;
        }

        .ids-logo img {
            width: 150px;
        }

        .about {
            padding-top: 55px;
            padding-bottom: 55px;
        }

        img.star-img {
            position: relative;
            left: -30%;
        }

        .about h2 {
            margin-bottom: 40px;
            font-size: 36px !important;
        }

        .abt-content {
            margin-top: 30px;
        }

        .abt-content p {
            font-size: 14px;
        }

        .abt-content .button-yellow {
            margin-top: 20px;
        }

        /*#video2banner{*/
        /*    margin-top: 30px;*/
        /*}*/
        #video2banner .play-button {
            width: 50px;
        }

        #video3banner .play-button {
            width: 50px;
        }

        .event-cts h1 {
            font-size: 28px;
        }

        .event-cts h3 {
            font-size: 20px;
        }

        /*.event-details {*/
        /*    padding-top: 0px;*/
        /*}*/
        .tracks-section .tracks-heading {
            font-size: 65px !important;
            margin-bottom: 40px;
        }

        .tracks-section .button-black .nav-link,
        .tracks-section .button-black .nav-line {
            font-size: 12px;
            text-align: center;
        }

        .tracks-section .track-grid {
            grid-template-columns: repeat(2, 1fr) !important;
        }

        .tracks-section,
        .speakers-keynotes {
            padding: 20px !important;
        }

        .tracks-section .button-black {
            margin-bottom: 60px;
            padding: 18px 27px;
        }

        .tracks-section .track-grid-item img {
            width: 75px !important;
        }

        .tracks-section #business p,
        .tracks-section #technology p {
            font-size: 16px;
        }

        section.whyattend {
            padding: 55px 20px;
        }

        section.whyattend h2 {
            font-size: 36px;
            text-align: center;
            margin-bottom: 40px;
        }

        section.whyattend .star-img {
            left: -38%;
        }

        section.whyattend p {
            font-size: 16px;
            margin-bottom: 35px;
        }

        .why-item:hover .more-content {
            justify-content: center;
            display: flex;
            flex-direction: column;
        }

        section.who {
            padding: 55px 20px 25px 20px;
        }

        section.who .col-xl-4 {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        section.who h2 {
            font-size: 36px;
            text-align: center;
            margin-bottom: 40px;
        }

        section.who .star-img {
            left: -45%;
        }

        .attending-title h5 {
            margin: 0;
            font-size: 24px;
        }

        .attending-box {
            max-height: 505px;
            background: url("../images/card-attend.png");
            max-width: 310px;
            margin-bottom: 30px;
        }

        .attending-body p {
            font-size: 12px;
        }

        .must-see-moments-carousel-1 img,
        .must-see-moments-carousel-2 img {
            width: auto !important;
        }

        .progress-iten {
            margin-bottom: 15px;
        }

        .attending-body {
            min-height: auto;
        }

        footer,
        .stay-connected {
            padding: 55px 20px 0px 20px !important;
        }

        .menu-sections {
            flex-direction: column;
        }

        footer .footer-head {
            padding: 30px 0 20px 0;
        }

        footer .copyright-text {
            color: #ffffff;
            margin: 0;
            padding-bottom: 20px;
        }

        footer .column-1,
        footer .column-2,
        footer .column-3,
        footer .column-4,
        footer .column-6 {
            width: 100% !important;
            padding: 0 !important;
        }

        footer .column-5 {
            width: 100% !important;
        }

        footer .social-icons {
            padding-bottom: 20px;
        }

        footer .imp-links {
            font-size: 14px;
        }

        .w-20 {
            width: 50% !important;
        }

        .speakers-keynotes .button-black .nav-link,
        .speakers-keynotes .button-black .nav-line {
            font-size: 14px;
            text-align: center;
        }

        .speakers-keynotes .button-black {
            margin-bottom: 30px;
            padding: 18px 27px;
        }

        .speakers-keynotes #keynote-left h2,
        .speakers-keynotes #speakers-left h2 {
            margin-bottom: 40px;
            font-size: 36px;
        }

        .speakers-keynotes #keynote-left p,
        .speakers-keynotes #speakers-left p {
            max-width: 100%;
            padding-top: 0px;
        }

        .speakers-keynotes .register-btn.button.button-newsletter {
            padding: 14px 25px;
            margin-bottom: 50px;
            font-size: 16px;
        }

        footer .column-1 img {
            width: 180px;
            padding-bottom: 15px;
        }

        .newsletter-form-input {
            width: 100%;
            padding: 8px 0;
        }

        .newsletter h2 {
            font-size: 22px !important;
        }

        .speakers-keynotes .speaker-card {
            margin-bottom: 40px;
            height: 300px;
            align-items: center;
            display: flex;
            justify-content: center;
        }

        .speakers-keynotes .speaker-card:hover .social-icons {
            display: flex;
            justify-content: center;
        }

        section.secure {
            padding: 55px 20px;
        }

        section.secure h2 {
            font-size: 36px;
            text-align: center;
            margin-bottom: 40px;
        }

        section.secure .star-img {
            left: -45%;
        }

        .count-down h5 {
            text-align: center;
        }

        .count-box {
            width: 72px;
            height: 62px;
            padding: 5px;
            margin: 0 5px;
        }

        .count-box h5 {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

        .count-box small {
            font-size: 12px;
        }

        .colun {
            font-size: 18px;
        }

        .count-down-container {
            display: flex;
            align-items: center;
            margin-top: 15px;
            justify-content: center;
        }

        .dont-miss-content h5 {
            font-size: 24px;
            text-align: center;
        }

        .dont-miss-content p {
            text-align: center;
        }

        .dont-miss-content {
            text-align: center;
        }

        div.venue-section {
            padding: 55px 10px 25px 10px;
        }

        .venue-section .venue-heading {
            font-size: 65px !important;
            margin-bottom: 30px;
        }

        section.partner .partner-content {
            margin-top: 40px;
        }

        section.partner .carousel {
            background-color: transparent;
        }


        section.partner .star-img {
            left: -5%;
        }

        .partner-content .register-btn.button.button-newsletter {
            padding: 14px 25px;
        }

        .p-section {
            padding: 55px 20px;
        }

        .venue-section .venue-sub-items p.venue-sub-items-1 {
            font-size: 20px;
            margin-bottom: 20px;
        }

        .venue-section .venue-sub-items .venue-img.img-1 {
            margin-bottom: 30px;
        }

        .venue-section .venue-sub-items .venue-img.img-1,
        .venue-section .venue-sub-items .venue-img.img-2 {
            height: 220px;
            padding: 20px;
        }

        .venue-section .venue-sub-items .venue-img .venue-img-item {
            bottom: 15px;
        }

        .venue-section .venue-sub-items .venue-img .venue-img-item img {
            width: 30px;
        }

        .venue-section .venue-sub-items .venue-img .venue-img-item p {
            font-size: 24px;
            line-height: 25px;
        }

        .venue-section.plan-your-stay .venue-sub-items .venue-img .venue-img-item p {
            font-size: 18px;
            line-height: 25px;
        }

        .venue-section .must-see-moments {
            text-align: center;
            margin-top: 55px;
        }

        .venue-section .must-see-moments h2 {
            margin-bottom: 55px;
            font-size: 36px;
            padding: 0 20px;
        }

        .venue-section .must-see-moments img.star-img {
            position: relative;
            left: -30%;
        }

        footer .register-btn.button.button-newsletter {
            padding: 8px 20px;
            font-size: 14px;
        }

        .exclusive-footage {
            padding: 55px 0;
        }

        .stay-connected .p-section .col-md-7 img {
            margin-top: 40px;
        }

        .exclusive-footage .exclusive-footage-moments h2 {
            font-size: 36px;
            padding: 0 20px;
        }

        .exclusive-footage .exclusive-footage-moments img.star-img {
            left: -40%;
        }

        .exclusive-footage .exclusive-footage-moments-carousel-wrapper {
            width: 300px;
            padding: 20px;
        }

        .exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems h2 {
            font-size: 24px;
            padding-top: 20px;
            line-height: 38px;
        }

        .exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems .exclusive-line {
            width: 100%;
            margin-right: 0;
            padding-right: 0;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }

        .success-stories .success-img {
            width: 70%;
        }

        .exclusive-footage .exclusive-footage-moments a.register-btn.button.button-cyan {
            margin-top: 30px !important;
        }

        .exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems .exclusive-text {
            width: 100%;
        }

        .stay-connected .success-stories h2 {
            font-size: 36px;
        }

        .stay-connected .register-btn.button.button-newsletter {
            margin-top: 30px !important;
        }

        .success-stories .success-stories-section {
            background-image: url("../images/card-success.png");
            max-width: 280px;
            max-height: 590px;
            padding: 25px;
            flex-direction: column;
        }
    }

    @media all and (max-width: 480px) {
        h1 {
            font-size: 36px;
        }

        h2 {
            font-size: 28px;
        }

        h3 {
            font-size: 26px;
        }

        h4 {
            font-size: 22px;
        }

        h5 {
            font-size: 20px;
        }
    }