

/*
.venue_date
{
    display: none!important;
}
*/

@media screen and (max-width: 899px) {
    body #mainnav #cssmenu ul.nav.menu .hollow-button {
        display: none !important;
    }
}

.build-package-bottom-content{
    margin-top: 20px;
    text-align: center;
}

.build-package-page-bottom {
    height: 75px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #f1ca13;
    z-index: 9999;
    /* padding: 10px 0; */
}

.build-package-inner {
    max-width: 1246px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/*new homepage css*/
.action-button::after {
    content: "→";
    font-size: 1.1rem;
    color: #FFF7D4;
    transition: transform 0.3s;
}
.aus .tweetlook .divinner #newsfeed {
    width: 100%;
    margin-bottom: 50px;
}
.new-news-sec-head{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.5rem;
    text-align: center;
}
.aus h1{
        font-size: 2.5rem;
    padding: 20px 0px 20px 0px;
    margin: 0px;
}
.marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 100vw !important;
    padding: 15px 0;
    font-weight: 600;
    left: 50% !important;
    margin-left: -50vw !important;
    color:#000000 !important;
background: #ECC51A !important;
}
.marquee {
    width: unset !important;
    justify-content: center;
}
.fullscreen-container {
    width: 100vw;
    height: 116vh;
    overflow: hidden;
    left: 50%;
    margin-left: -50vw;
    POSITION: RELATIVE;
    background: #212121;
}
.fullscreen-iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.logo-card img{
width:80%
}
.logos-container {
    display: flex;
    transition: transform 0.6s ease-in-out;
    gap: 0px;
    padding: 0 10px;
}
#areainner > div.main-wrapper > div.features-grid > div:nth-child(3) > div.feature-details > p{
margin-bottom:28px
}
 .content-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Top Statistics Section */
        .top-stats {
            background-color: white;
            padding: 10px 0;
            text-align: center;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            margin-top: 10px;
        }
        
        .stat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .stat-number {
            font-size: 2.813rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 8px;
            line-height: 1;
        }
        
        .stat-label {
            font-size: clamp(1rem, 2vw, 1.25rem);
            font-weight: 600;
            color: #333;
        }
        
        /* Main Section */
        .main-section {
   width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    background: #096E3C;
            padding: 20px 0;
            position: relative;
            overflow: hidden;
        }
        
        .main-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="0.5" fill="%23ffffff" opacity="0.03"/><circle cx="30" cy="25" r="0.3" fill="%23ffffff" opacity="0.02"/><circle cx="60" cy="15" r="0.4" fill="%23ffffff" opacity="0.025"/><circle cx="80" cy="35" r="0.2" fill="%23ffffff" opacity="0.015"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            pointer-events: none;
        }
        
        .main-content {
            position: relative;
            z-index: 1;
max-width: 1246px;
    margin: 0 auto;
        }
        
        .main-title {
                font-size: 2.25rem;
    /* font-size: clamp(2rem, 4vw, 3.5rem); */
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left;
    background: #ECC51A;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
        }
        
        .main-description {
        max-width: 100%;
    /* margin: 0 auto 60px; */
    text-align: left;
    /* font-size: clamp(1rem, 2vw, 1.125rem); */
    color: #FFFFFF;
    line-height: 1.7;
    font-size: 1.25rem;
        }
        
        /* Bottom Statistics */
        .bottom-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 60px;
            margin-top: 40px;
        }
        
        .bottom-stat-item {
            text-align: left;
            padding: 0px 18px 0px;
            border-left: 4px solid white;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .bottom-stat-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
        }
        
        .bottom-stat-item:hover {
            transform: translateY(-5px);
        }
        
        .bottom-stat-number {
            font-size: clamp(3rem, 6vw, 5rem);
            font-weight: 800;
            color: #ECC51A;
            margin-bottom: 12px;
            line-height: 1;
            position: relative;
            z-index: 1;
        }
        
        .bottom-stat-title {
            font-size: clamp(1.25rem, 2.5vw, 1.75rem);
            font-weight: 700;
            margin-bottom: 16px;
            color: white;
            position: relative;
            z-index: 1;
        }
        
        .bottom-stat-description {
            font-size: clamp(0.95rem, 1.8vw, 1.1rem);
            color: #FFFFFF;
            line-height: 1.6;
            position: relative;
            z-index: 1;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
          .fullscreen-container {
    height: 27vh;
}
          .aus h1 {
    font-size: 1.5rem;
    padding: 9px 0px 10px 0px;
    margin: 0px;
    line-height: 32px;
}
            .top-stats {
                padding: 40px 0;
            }
            
            .main-section {
                padding: 60px 0;
            }
            
            /* Make top stats horizontal scrollable */
            .stats-grid {
                display: flex;
                gap: 30px;
                overflow-x: auto;
                padding: 0 20px;
                margin: 20px -20px 0;
                scroll-snap-type: x mandatory;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }
            
            .stats-grid::-webkit-scrollbar {
                display: none;
            }
            
            .stat-item {
                flex: 0 0 150px;
                scroll-snap-align: center;
            }
            
            /* Make bottom stats horizontal scrollable */
            .bottom-stats {
                display: flex;
                gap: 30px;
                overflow-x: auto;
                padding: 0 20px;
                margin: 40px -20px 0;
                scroll-snap-type: x mandatory;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }
            
            .bottom-stats::-webkit-scrollbar {
                display: none;
            }
            
            .bottom-stat-item {
                flex: 0 0 280px;
                padding: 30px 20px;
                text-align: center;
                scroll-snap-align: center;
            }
        }
        
        @media (max-width: 480px) {
          .fullscreen-container {
    height: 27vh;
}
          .aus h1 {
    font-size: 1.5rem;
    padding: 9px 0px 10px 0px;
    margin: 0px;
    line-height: 32px;
}
            .expo-wrapper {
                padding: 0 16px;
            }
            
            .main-title {
                margin-bottom: 30px;
            }
            
            .main-description {
                margin-bottom: 40px;
            }
            
            /* Adjust horizontal scroll for smaller screens */
            .stats-grid {
                margin: 20px -16px 0;
                padding: 0 16px;
            }
            
            .stat-item {
                flex: 0 0 130px;
            }
            
            .bottom-stats {
                margin: 40px -16px 0;
                padding: 0 16px;
            }
            
            .bottom-stat-item {
                flex: 0 0 260px;
                padding: 25px 16px;
            }
        }
        
        /* Add scroll indicators for mobile */
        @media (max-width: 768px) {
            .scroll-container {
                position: relative;
            }
            
            .scroll-indicator {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 30px;
                height: 30px;
                background: rgba(0, 0, 0, 0.1);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #666;
                font-size: 14px;
                z-index: 2;
                pointer-events: none;
                opacity: 0.7;
                animation: pulse 2s infinite;
            }
            
            .scroll-indicator.left {
                left: 10px;
            }
            
            .scroll-indicator.right {
                right: 10px;
            }
            
            @keyframes pulse {
                0%, 100% { opacity: 0.7; }
                50% { opacity: 1; }
            }
        }
        
        /* Animation */
        .stat-item, .bottom-stat-item {
            opacity: 0;
            animation: fadeInUp 0.6s ease forwards;
        }
        
        .stat-item:nth-child(1) { animation-delay: 0.1s; }
        .stat-item:nth-child(2) { animation-delay: 0.2s; }
        .stat-item:nth-child(3) { animation-delay: 0.3s; }
        .stat-item:nth-child(4) { animation-delay: 0.4s; }
        .stat-item:nth-child(5) { animation-delay: 0.5s; }
        
        .bottom-stat-item:nth-child(1) { animation-delay: 0.3s; }
        .bottom-stat-item:nth-child(2) { animation-delay: 0.5s; }
        .bottom-stat-item:nth-child(3) { animation-delay: 0.7s; }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .main-title, .main-description {
            opacity: 0;
            animation: fadeIn 0.8s ease 0.2s forwards;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
/*exciting section*/
.feature-image div img{
    width: 100%;
}
      .main-wrapper {
        padding-bottom:50px !important  ;
        width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding: 20px 0;
    position: relative;
    background: #FFF7D4;
      }

      .page-header {
        text-align: center;
        margin-bottom: 20px;
      }

      .page-header h1 {
        font-size: 2.5rem;
        color: #2d3748;
        font-weight: 600;
        letter-spacing: -0.02em;
      }

      .features-grid {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        max-width: 1264px;
        margin: 0 auto;
      }

      .carousel-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        display: none;
      }

      .carousel-track {
        display: flex;
        transition: transform 0.3s ease;
        gap: 20px;
        padding: 0 20px;
      }

      .carousel-item {
        flex: 0 0 280px;
        min-width: 280px;
      }

      .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
      }

      .dot-indicator {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(30, 64, 175, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .dot-indicator.current {
        background: #ECC51A !important;
        transform: scale(1.2);
      }

.aus .dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #FFF7D4 !important;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
      .carousel-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 20px;
      }

      .control-button {
        background: rgba(30, 64, 175, 0.1);
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #1e40af;
        font-size: 18px;
        font-weight: bold;
      }

      .control-button:hover {
        background: rgba(30, 64, 175, 0.2);
        transform: scale(1.1);
      }

      .control-button:disabled {
        opacity: 0.3;
        cursor: not-allowed;
        transform: none;
      }

      .feature-box {
        background-image: url("https://projectcontrolexpo.s3.eu-west-1.amazonaws.com/assets/user_assets/2025/Subtraction+4.png");
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        width: 280px;
        position: relative;
        background-repeat: no-repeat;
        background-size: 100% 100%;
      }

      .feature-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
      }

      .feature-image {
        width: fit-content;
        object-fit: cover;
        display: block;
        padding: 11px;
      }

      .feature-details {
        padding: 30px 25px;
    padding-top: 10px;
      }

      .feature-heading {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 15px;
        line-height: 1.3;
      }

      .feature-text {
        color: #718096;
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 25px;
      }

      .action-button {
        background: #096E3C;
        color: white;
        padding: 12px 28px;
        border: none;
        border-radius: 30px;
        font-size: 0.9rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        position: relative;
        overflow: hidden;
      }

      .action-button:hover {
        transform: translateX(2px);
      }


      .action-button:hover::after {
        transform: translateX(3px);
      }

      /* Conference image styling */
      /* .training-bg {
        background: url('https://projectcontrolexpo.s3.eu-west-1.amazonaws.com/assets/user_assets/usa/2025/home/SZK_5722.png')
          center/cover;
      } */

      /* .expertise-bg {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 180"><rect fill="%23f1f5f9" width="400" height="180"/><circle fill="%23475569" cx="120" cy="70" r="25"/><circle fill="%23475569" cx="200" cy="70" r="25"/><circle fill="%23475569" cx="280" cy="70" r="25"/><rect fill="%23cbd5e0" x="50" y="110" width="300" height="40" rx="6"/><rect fill="%234299e1" x="80" y="120" width="80" height="20" rx="10"/><rect fill="%2348bb78" x="180" y="120" width="80" height="20" rx="10"/><rect fill="%23ed8936" x="280" y="120" width="60" height="20" rx="10"/></svg>')
          center/cover;
      }

      .presentation-bg {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 180"><rect fill="%23f7fafc" width="400" height="180"/><rect fill="%23374151" x="30" y="30" width="340" height="120" rx="10"/><circle fill="%234299e1" cx="100" cy="90" r="20"/><circle fill="%23fff" cx="200" cy="90" r="20"/><circle fill="%23fff" cx="300" cy="90" r="20"/><rect fill="%234299e1" x="50" y="130" width="100" height="20" rx="10"/><rect fill="%23e2e8f0" x="200" y="130" width="150" height="20" rx="10"/></svg>')
          center/cover;
      }

      .celebration-bg {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 180"><rect fill="%23fef5e7" width="400" height="180"/><circle fill="%23f6ad55" cx="100" cy="60" r="30"/><circle fill="%23ed8936" cx="200" cy="70" r="25"/><circle fill="%23dd6b20" cx="300" cy="50" r="35"/><rect fill="%23744210" x="50" y="130" width="300" height="15" rx="7"/><circle fill="%23ffd700" cx="150" cy="40" r="8"/><circle fill="%23ffd700" cx="250" cy="35" r="8"/><circle fill="%23ffd700" cx="320" cy="25" r="8"/></svg>')
          center/cover;
      } */

      /* Responsive Design */
      @media (max-width: 1200px) {
        .features-grid {
          gap: 25px;
        }
      }

      @media (max-width: 768px) {
       .page-header h1 {
          font-size: 2rem;
        }

        /* .features-grid {
          display: none;
        } */

        .carousel-wrapper {
          display: block;
        }

        .carousel-item {
          flex: 0 0 calc(100vw - 80px);
          min-width: calc(100vw - 80px);
          max-width: 320px;
        }

        .carousel-track {
          padding: 0 40px;
        }
      }

      @media (max-width: 480px) {
        .page-header h1 {
          font-size: 1.75rem;
        }

        .feature-details {
          padding: 30px 25px;
    padding-top: 10px;


        }

        .action-button {
          width: 100%;
          justify-content: center;
        }
      }
  .showcase-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }

        h1 {
            font-size: 2.5rem;
            color: #333;
            margin-bottom: 40px;
            font-weight: 600;
        }

        .slider-frame {
            position: relative;
            overflow: hidden;
        }

        .slides-container {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 461%;
        }

        .profile-group {
            width: 20%;
            flex-shrink: 0;
            display: flex;
            gap: 20px;
            padding: 0 10px;
        }

        .profile-tile {
            flex: 1;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
            min-height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .profile-details {
            position: relative;
            z-index: 2;
            text-align: left;
            margin-bottom: 20px;
            display: none;
        }

        .person-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #2d3436;
            margin-bottom: 5px;
        }

        .organization-label {
            font-size: 0.95rem;
            color: #636e72;
            font-weight: 500;
        }

        .profile-photo {
            object-fit: contain;
            width: 100%;
            height: 100%;
        }

        .navigation-indicators {
            display: flex;
            justify-content: center;
            gap: 9px;
            margin-top: 30px;
        }

        .indicator-circle {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #FFF7D4;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .indicator-circle.current {
            background-color: #ECC51A;
            transform: scale(1.2);
        }

        .indicator-circle:hover {
            background-color: #ECC51A;
            transform: scale(1.1);
        }

        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            
            .profile-group {
                gap: 10px;
                padding: 0 5px;
            }
            
            .profile-tile {
                min-height: 0px !important;
            }
            
            .person-title {
                font-size: 1.1rem;
            }
            
            .organization-label {
                font-size: 0.85rem;
            }
            
            .profile-photo {
                width: 100px;
                height: 100px;
            }
        }
/*logo css*/
.sponsors-container {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding-bottom: 30px;
}
.sponsors-title {
    color: black;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.logo-card {
    flex: 0 0 200px;
    height: 60px;
    /* border: 2px solid #FFF7D4; */
    display: flex;
    /* align-items: center; */
    justify-content: start;
    color: white;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s 
ease;
}
.navigation-dots {
    display: flex
;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

#newsfeed li {
    border-bottom: 0px solid #333 !important;
    padding: 0px 0 !important;
    width: 20%;
    /* border-right: 1px solid #DCE8FF; */
    /*padding-right: 0px !important;*/
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    height: 16rem;
    background: #FFF7D4;
    border-radius: 10px;
}        
#newsfeed li a {
    color: #333;
    font-weight: 600;
    transition: .5s ease;
    padding: 10px;
}
.new-news-section-image {
    width: 100%;
    height: 130px;
    border-radius: 10px;
}   

/*footer data*/
.home-page-bottom{
  display: flex;
    margin-top: 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    background: #ECC51A;
    position: fixed;
    bottom: 0;  
}
.content-with-download-btn{
    display: flex;
    max-width: 1246px;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
    width: 100v;
    padding: 10px;
    width: 100%;
    flex-wrap: wrap;
}
.close-home-page-bottom{
     font-size: 17px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: auto 19px;
    padding-bottom: -10px;
    cursor: pointer;
}
.view-agn p{
      margin: auto 0;
      color: black;
    padding: 7px 0px;
}
.download-info-btn-container button{
    background: #096E3C;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: none;
}
#areainner > div.main-wrapper > div.features-grid > div:nth-child(4) > div.feature-details > p{
  margin-bottom: 3.5rem;}

/*New Homepage CSS Ends*/  

#register-table tbody tr.three-row {
    width: 48% !important;
    margin-right: 17px;
}

span.b24-form-sign-abuse-help {

    display: none !important;

}

.containerx {
    margin: auto;
    position: relative;
    width: 102%;
    display: grid;
    place-items: flex-start;
    overflow: hidden;
}

.slide-track {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 70px;
}

.contentx {
    height: 210px;
    width: 170px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}

.slide-track a {
    text-align: center;
    color: black;
    font-size: 17px;
    font-weight: bold;
}

.inner-img {
    border-radius: 50%;
    background: #e4e4e4;
    margin-bottom: 18px;
}

/*.contentx {
    height: 150px;
    width: 165px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}*/
.contact-right iframe {
    height: 600px !important;
}

.speaker-left iframe,
.sme-right iframe {
    height: 700px;
}

.partnerteam-right p,
.partnerteam-right {
    font-size: 14px !important;
    padding-top: 25px;
}

.wizard-fieldset table.table tr th {
    width: 70%;
    text-align: left;
}

.blognew-indust-news .ind-news-img {
    width: auto !important;
    height: auto !important;
    float: none;
    margin-bottom: 20px;
}

.package_combo_div,
.item-pageabt_us,
#wrapperinner {
    padding: 0 10px;
}

.agenda-tabs li.active::after {
    background: linear-gradient(to right, #007345, #007345) !important;
}

.ticket-combo-content h3 {
    padding: 15px 0 !important;

}

.title-price-container {
    padding: 4px 0 !important;
}

.package-deals h3 {
    padding: 15px !important;
}

.awards_divone {
    padding: 25px 40px;
}

.awards_divone_imgdiv {
    margin: 10px 0 40px;
}

.categories-and-criteria .awards_row .rightdata {
    float: left;
    width: 310px;
    text-align: right;
    display: block !important;
}

/*.categories-and-criteria .awards_row_headiv{display:none;}*/
.tablink:hover {
    background-color: #096e3c !important;
}

@media (min-width:1070px) {
    .delegates_div {
        width: 100%;
        margin-left: 0;
        left: 0;
        padding: 15px;
    }

    /*.slideshowtext
{
    left: 60px;
}*/

    .call-paper_div {
        padding: 15px 0px 5px 34px;
    }

    .call-paper_div_btm {
        padding: 6px 26px 0 35px !important;
    }
}

/*==new agenda page css below==*/
.agenda .page-header h2 {
    padding-top: 40px !important;
    margin-bottom: 50px;
}

.agenda .ageboxes {
    margin-left: 20px;
    margin-top: -75px;
}

.agenda .evt_brochure.width33 {
    width: 33% !important;
}

.evt_brochure.width33 {
    width: 25% !important;
    float: left;
}

.agenda .divinner {
    max-width: 1275px;
}

/* .page-header h2{display:none !important;}*/
.event-data {
    margin-top: -50px;
    position: absolute;
    /*z-index: 10;*/
}

.flexbox {
    width: 96%;
    position: absolute;
    margin: -30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* margin: 0 auto;*/
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.event-data .data-cell {
    background: #f8eeef;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.agenda .redtext {
    margin-top: 10px;
    color: #383938;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.agenda .blacky {
    color: #111 !important;
}

.flexbox .col4 {
    width: calc(20% - 20px);
}

/*newly added*/
.agenda .dayone {
    box-shadow: 5px -3px 5px #b1b1b1;
    padding: 7px;
    margin: 10px 12px;
    float: left;
    background-color: #D9D9D9;
    width: 45%;
    display: inline-block;
    padding: 10px 12px 5px 12px;
    font-size: 16px;
}

.agenda .daytwo {
    background-color: #cfe1d8;
    box-shadow: 5px -3px 5px #b1b1b1;
    padding: 7px;
    margin: 12px;
    float: left;
    width: 45%;
    display: inline-block;
    padding: 10px 12px 5px 12px;
    font-size: 16px;
}

.agenda .dayshedng {
    margin-top: -67px;
    padding: 0px 6px;
    background-color: #d4d4d4;
    width: 125px;
    color: #383938;
    position: absolute;
    z-index: -316;
    margin-left: -12px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    box-shadow: 1px 3px 6px #919090;
    line-height: 39px;
    font-size: 22px;
    position: absolute;
    /* margin: 20px; */
    font-weight: bold;
    z-index: -316;
    margin-left: -10px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    box-shadow: 1px 3px 6px #a9a8a8;
}

.agenda .inspan {
    display: block;
    background-color: #FFF;
    padding: 15px;
    margin: 5px;
    box-shadow: 5px 5px 3px #adabab;
    height: 200px;
}

.agenda .wraperdiv {
    display: block;
    padding: 5px;
    min-height: 430px;
}

.agenda .tjpnts li {
    /*background: url(https://projectcontrolsinstitute.com/templates/conv_template/images/notesbullet.png) no-repeat; */
    padding: 0 10px 10px 1px;
    /* background-position: 0 7px; */
    width: 38%;
    list-style-type: disc;
    font-size: 17px;
    color: #0f673b !important;
    float: left;
    margin-left: 40px;
}

.agenda .tjpnts {
    display: block;
    margin-bottom: 14%;
}

.agenda .tjpnts ul {
    margin-top: -12px;
}

.agenda .ageboxes li {
    list-style-type: none !important;
    float: left;
}

.agenda .data-cell .col5 {
    background: #edf5f1;
    border-radius: 20px;
    text-align: center;
    padding: 22px;
    margin: 0px 25px;
    height: 171px;
    box-sizing: border-box;
    float: left;
    display: inline-block;
}

.agenda .col5 {
    display: inline-block;
    padding: 10px 21px;
    margin: -95px 15px 0px;
    background-color: #edf5f1;
    border-radius: 22px;
    text-align: center;
    width: 200px;
    height: 183px;
}

.agenda .ageboxes {
    margin-left: 100px;
}

.agenda .timing {
    color: #0d7243;
    font-weight: bold;
    margin-bottom: 8px;
}

.agenda .inspan h3 {
    margin-bottom: 0px;
}

.agenda .ep {
    margin-top: 12px;
    margin-bottom: 8px;
    text-align: center;
}

.agenda .page-header h2 {
    padding-top: 25px;
    margin-bottom: 62px;
}

.agenda .belobox {
    margin-top: 111px;
}

.agenda .spnfr {
    height: 59px;
    background-color: #F6F6F6;
}

.agenda .spntwo {
    height: 60px;
    background-color: #F6F6F6;
}

.agenda .agendabox-wrapper {
    z-index: 9;
    position: absolute;
}

.agenda .tjpnts li {
    color: #0f673b !important;
}

.agenda .finsp {
    height: 206px !important;
    background-color: #f6f6f6 !important;
}

/*newly added css over*/

/*==new agenda page css over==*/
@media screen and (min-width: 550px) and (max-width: 1025px) {
    .timelineright iframe {
        margin: 96px 0 0 0 !important;
        padding-left: 6px;
    }
}

@media screen and (min-width: 180px) and (max-width: 500px) {

    .awards-finalist-2021 table {
        width: 100% !important;
    }

    .aus .tweetlook .divinner #newsfeed>.moduletable {
        height: auto;
        margin-bottom: 40px;
    }

    .agenda .ageboxes {
        margin-left: 6px;
        margin-top: 20px;
    }

    .agenda .col5 {
        display: inline-block;
        padding: 10px 10px;
        margin: 10px 3px 0px;
        background-color: #edf5f1;
        border-radius: 25px;
        text-align: center;
        width: 134px;
        height: 225px;
    }

    .agenda .dayone {
        width: 88%;
        float: none;
        margin-top: 67px;
    }

    .agenda .daytwo {
        width: 88%;
        margin-top: 67px !important;
        float: none;
    }

    .agenda .boxm {
        height: 225px !important;
    }

    .agenda .finsp {
        height: 200px !important;
        background-color: #f6f6f6 !important;
    }

    .agenda .belobox {
        margin-top: 10px;
    }

    .agenda .pinkbox {
        position: relative !important;
        background-color: #f8f3e1 !important;
    }

    .agenda .evt_brochure.width33 {
        width: 50% !important;
        float: left;
    }

    .agenda .tjpnts li {
        /* background: url(https://projectcontrolsinstitute.com/templates/conv_template/images/notesbullet.png) no-repeat; */
        padding: 0 10px 10px 1px;
        /* background-position: 0 7px; */
        width: 90%;
        list-style-type: disc;
        font-size: 17px;
        color: #0f673b !important;
        float: left;
        margin-left: 14px;
    }

    .agenda .inspan {
        display: block;
        background-color: #FFF;
        padding: 15px;
        margin: 5px;
        box-shadow: 5px 5px 3px #adabab;
        height: 240px;
    }

    .agenda .spnfr {
        height: 75px !important;
    }

    .agenda .spntwo {
        height: 73px !important;
    }

    .agenda .boxhd p {
        font-size: 22px !important;
        font-weight: bold !important;
        margin: 20px 0px 10px !important;
    }

    .agenda .agendabox-wrapper {
        text-align: center !important;
        position: relative;
        z-index: 9;
    }

    .agenda .dayshedng {
        position: initial;
    }

    .agenda .day3 {
        margin-top: 67px !important;
    }

    .agenda .eventvenuedetails,
    .pinkbox {
        background-color: #f8f3e1 !important;
    }

    .agenda .page-header h2 {
        padding-top: 25px;
        margin-bottom: 0px !important;
    }

}

@media screen and (min-width: 1024px) {
    .partnerteam-right p {
        padding-top: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .agenda-page {
        display: inline-block;
    }
}

@media screen and (max-width: 380px) {
    .agenda .evt_brochure.width33 {
        width: 45% !important;
        float: left;
        margin-right: 11px;
    }
}

@media screen and (min-width: 900px) and (max-width: 1050px) {
    .agenda .col5 {
        width: 178px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1150px) {

    .call-for-papers .location1,
    .speakers .location1,
    .partnerspage .location1,
    .delegates .location1,
    .testimonials .location1,
    .zones .location1,
    .past-events .aboutus1,
    .specialist-workshops .location,
    .venue .aboutus1,
    .gallery .aboutus1,
    .agenda .register1,
    .register .register1,
    .about-us .aboutus1,
    .contact-us .aboutus1,
    .faq .aboutus1,
    .privacy-policy .aboutus1,
    .terms-of-use .aboutus1,
    .terms-and-conditions .aboutus,
    .promo-video .aboutus1,
    .promo-video-id-342 .aboutus1,
    .promo-video-id-285 .aboutus1,
    .news .aboutus1,
    .project-speakers-podcast .aboutus1,
    .terms-conditions .aboutus1 {
        margin-left: 35px;
        text-align: left;
    }

    .register .divinner .listres,
    .agenda .divinner .listres,
    .sme-area .listr {
        margin-left: 50px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
    .agenda .belobox {
        margin-top: 0% !important;
    }

    .agenda .col5 {
        display: inline-block;
        padding: 10px 16px;
        margin: 19px 6px 0px;
        background-color: #edf5f1;
        border-radius: 25px;
        text-align: center;
        width: 138px;
        /* margin: 0 auto; */
        height: 225px;
    }

    .agenda .ageboxes {
        margin-left: 0px;
        margin-top: -11px;
    }

    .agenda .dayone {
        width: 88%;
        float: none;
    }

    .agenda .daytwo {
        width: 88%;
        margin-top: 70px;
        float: none;
    }

    .agenda .boxm {
        height: 225px !important;
    }

    .agenda .belobox {
        margin-top: 100%;
    }

    .agenda .pinkbox {
        position: relative !important;
        background-color: #f8f3e1 !important;
    }

    .agenda .evt_brochure.width33 {
        width: 45 % !important;
        float: left;
    }

    .agenda .tjpnts li {
        /* background: url(https://projectcontrolsinstitute.com/templates/conv_template/images/notesbullet.png) no-repeat; */
        padding: 0 10px 10px 1px;
        /* background-position: 0 7px; */
        width: 90%;
        list-style-type: disc;
        font-size: 17px;
        color: #0f673b !important;
        float: left;
        margin-left: 14px;
    }

    .agenda .inspan {
        display: block;
        background-color: #FFF;
        padding: 15px;
        margin: 5px;
        box-shadow: 5px 5px 3px #adabab;
        height: 220px;
    }

    .agenda .finsp {
        height: 207px !important;
        background-color: #f6f6f6 !important;
    }

    .agenda .spnfr {
        height: 75px !important;
    }

    .agenda .spntwo {
        height: 73px !important;
    }

    .agenda .agendabox-wrapper {
        text-align: center !important;
        position: relative;
        z-index: 9;
    }

    .agenda .dayshedng {
        position: initial;
    }

    .agenda .day3 {
        margin-top: 64px !important;
    }

}

/*==new agenda page css ends==*/
.boxhd {
    font-size: 22px !important;
    font-weight: bold !important;
    margin: 20px 0px 10px !important;
}

.acc__title {
    -webkit-box-shadow: 2px 2px 5px 0 #096e3cc2;
}

.acc__panel {
    width: 95%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    box-shadow: 1px 2px 3px 0px #096e3cc2;
    overflow: hidden;
    margin: 10px auto;
}

.acc_header {
    font-size: 20px;
    font-weight: 900;
    color: #007345;
    line-height: 14px;
}

.acc_sub_header {
    font-size: 18px;
    font-weight: bold;
    color: #007345;
    line-height: 14px;
}

.buy_now_bullet1 {
    list-style-type: square;
}

/*Aus podcast page start*/

@media screen and (max-width: 480px) {
    .evt_brochure1.width33 {
        width: 100%;
        float: left;
    }

    .evt_brochure1.width33 {
        width: 100% !important;
    }

    .images-venue-main-cont-awrd {
        display: flex !important;
    }

    .awards_divawrd {
        padding: inherit;
    }

    .images-venue-main-container {
        display: block;
    }

    .vertical {
        margin-left: 190px !important;
    }

    .vertical1 {
        margin-left: 193px !important;
    }

    .ns {
        margin: 0 !important;
    }

    .vertical1 {
        margin-left: 133px !important;
    }

    .line-3_adj,
    .line-1 {
        margin-left: 61px !important;
        margin-right: 63px !important;
    }

    .line-4 {
        margin-bottom: 72px;
        margin-right: 35px;
    }

    #vidio_test {
        width: 96%;
        height: 220px;
        padding: 8px;
    }

    .podcast_links_div {
        padding: 10px;
    }

    .speaker-podcasts-block .sub-header {
        margin-left: 10px;
    }
}

@media (min-width: 750px) and (max-width: 850px) {
    #vidio_test {
        height: 274px;
    }

    .grid-container.speaker-podcasts-block {
        margin-left: 25px;
        grid-template-columns: 52% 48%;
    }

    .line-3_adj {
        margin-top: 29px !important;
    }

    .vertical {
        margin-left: 76px !important;
    }

    .ns {
        margin-left: -686px !important;
    }
}

@media (min-width: 540px) and (max-width: 740px) {
    .grid-container.speaker-podcasts-block {
        display: block;
        margin-left: 25px;
    }

    iframe#vidio_test {
        width: 500px;
        height: 278px;
    }
}

/*Aus podcast page end*/
/*event program page code start*/
.padbot {
    padding-bottom: 30px;
}

.images-venue-main-container,
.images-venue-main-cont-awrd {
    display: flex;
    flex-wrap: wrap;
    margin: 21px 0px 0px 0px;
}

.evt_brochure1.width33 {
    width: 20%;
    float: left;
}

.evt_brochure1 {
    text-align: center;
}

.line-3 {
    height: 1px;
    background: black;
    margin-right: -27px;
    margin-right: 48px;
    margin-left: 48px;
    margin-top: 7px;
}

.vertical {
    border-left: 1px solid black;
    height: 20px;
    margin-left: 122px;
}

.evt_brochure1.width33 {
    width: 20%;
    float: left;
}

.line-2 {
    height: 1px;
    background: black;
    margin-left: 17px;
    margin-top: 7px;
}

.vertical1 {
    border-left: 1px solid black;
    height: 20px;
    margin-left: -234px;
}

.line-1 {
    height: 1px;
    background: black;
    margin-right: -27px;
    margin-top: 7px;
}

.line-4 {
    height: 1px;
    background: black;
    margin-top: 7px;
    margin-right: 35px;
}

.ns {
    margin: -78px;
    font-size: 14px;
    margin-left: -765px;
}

/*event program page code end*/

.standalone-tickets,
.package-deals {
    height: 410px;
}

.pack-title {
    font-size: 21px;
}

.vat {
    margin-left: 1px;
}

.ticket-combo-content h3 span {
    text-transform: initial;
}

/*.awards_row_div
{
  display: none;
}*/
.categories_maindiv {
    align-items: normal;
}

.tcont_section {
    margin: inherit !important;
}

/* Awards form CSS Sanket */
.awards-joint-partner .redtext {
    font-weight: bold;
    color: #919090;

}

.award_reg_form .awards-joint-partner {
    background: none;
    padding: 10px;
    margin: 10px 10px 20px 10px;
    text-align: left;
    font-size: 1.2rem;

}

.form-partner-fields {
    margin: 10px 0px -20px 0px;
    color: #606060;
}

.award-module .toppad {
    text-transform: uppercase;
}

.gcore-line-tr .people {
    width: 100%;
}

/* Awards form CSS Sanket  */
/* categories-and-criteria page  CSS Chetan start */
.awards_row {
    position: inherit;
}

/* categories-and-criteria page  CSS Chetan end */

/* aus Start */

.aus .tweetlook .divinner #twitterfeed {
    display: none;
}

.aus .tweetlook .divinner {}

.aus .tweetlook .divinner #lookback {
    /* width: 50%;
  margin-left: 110px; */
}

.aus .tweetlook .divinner #newsfeed {
    width: 50%;
}

.aus .tweetlook .divinner #newsfeed:after {
    display: none;
}

@media (max-width: 762px) {
    .podlink-hp {
        position: absolute !important;
        top: unset !important;
        left: 0px !important;
        right: 30px;
        bottom: 7px;
    }

    .new-indust-news .ind-news-img {
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 180px) and (max-width: 500px) {

    .aus .tweetlook .divinner #newsfeed {
        width: 100%;
    }
}

.homepage #newsfeed h3,
#twitterfeed h3 {
    text-transform: initial !important;
}

/* aus Ends */
.categories-and-criteria div.awards-row~div.awards-row .rightdata {
    display: block !important;
    /*block */
}

.categories_maindiv .left {
    font-size: 22px;
    line-height: 28px;
    width: 100%;
}

.categories-and-criteria .ldata .redtext {
    color: #b37929;
}

.bluetext {
    color: #606060;
}

.categories-and-criteria .awards_row .rightdata a {
    background: linear-gradient(45deg, #d19e5f, #9f5e12) !important;
    color: #fff;
    border: 1px solid #d69444 !important;
}

.cat_ancher {
    display: block;
}

.categories-and-criteria .awards_row .rightdata {}

.awards_row_headiv h3 {
    color: #7d7a86;
    text-decoration: none;
}

.awards_row_div {
    border: none;
}

@media screen and (min-width: 765px) {
    .items-leading .ind-news-img {
        width: 200px !important;
        height: 110px !important;
        float: left;
    }
}

#lookback,
#newsfeed {
    position: relative;
    overflow: visible;
    margin-right: 0;
    background: #e4e4e4;
}

#twitterfeed {
    float: right;
    background-color: #dceae3;
    margin-right: 0;
    background: #e4e4e4;
}

/* aus dashboard */
.dashboard .form-wizard .form-wizard-next-btn,
.dashboard .form-wizard .form-wizard-previous-btn {
    background-color: #fff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    color: #757575bf;
    border: 2px solid #757575bf;
    margin-top: 18px;
}

.wizard-fieldset input[type="button"] {
    padding: 5px 51px;
    margin: 20px 0 0 !important;
    font-size: 15px;
    line-height: 30px;
    border: 0;
    border-radius: 0;
    color: #757575bf;
    background-color: #fff;
    border: 2px solid #757575bf;
}

.form-group label {
    color: #000;
    font-size: 14px;
}

a.file_name_check {
    float: right;
    margin-right: 15px;
    position: absolute;
    right: 7px;
    /* bottom: -17px; */
    font-size: 12px;
    font-weight: bold;
    top: 64px;
}

.form-wizard .form-control {
    font-weight: 300;
    border: solid 1px #eee;
    font-size: 13px;
    height: auto !important;
    padding: 10px 15px;
    color: #282828;
    background-color: #fff;
    width: 95%;
    font-weight: 500;
    box-shadow: 2px 2px 5px 0 #e8cece;
    -webkit-box-shadow: 2px 2px 5px 0 #e8cece;
}

fieldset.wizard-fieldset:nth-child(4)>p:nth-child(2) {
    font-size: 14px !important;
    margin: -15px 0px 10px !important;
}

.form-wizard .form-wizard-steps {
    margin: 30px 0;
    width: 100%;
    position: relative;
    margin-left: 135px;
    float: left;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 13px;
    border: solid 1px #eee;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 9px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 6;
    /* height: 40px; */
    line-height: 20px;
    color: #282828;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
    box-shadow: 2px 2px 5px 0 #e8cece;
    -webkit-box-shadow: 2px 2px 5px 0 #e8cece;
}

.full_grid_actions .save_action {
    background: #0d7243 !important;
    border: solid 1px #0d7243 !important;
}

.listr {
    color: white;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    list-style-type: disc;
    position: relative;
    top: 77px;
    left: 35px;
}

.contact-us-app .contact-right iframe {
    height: 310px !important;
}

#please-ensure-to-attach-the-following-collaterals-which-are-compulsory-for-submitting-your-application {
    display: none;
}


@media screen and (min-width: 1024px) {
    .sponcer_class {
        margin-left: 50px;
    }
}

/*This line temporary added by tushar hadawale PCE teamcan revieve and remove periodically*/
html body.homepage.categories-and-criteria div#wrapper div#wrapperinner.divinner div#area div#areainner div#contentarea.fullwidth div.aos-init.aos-animate div.item-page div div.awards_row {
    margin-bottom: 10px !important;
}

.categories-and-criteria .left {
    font-size: 22px;
    line-height: 28px;
    width: 100%;
}

.link-banner:hover {
    background-color: #f3cb14;
}

/*new news css*/
#newsfeed li {
    border-bottom: 0px solid #333 !important;
    padding: 0px 0 !important;
}

.aus #newsfeed {
    width: 100% !important;
}

#newsfeed li {
    border-bottom: 0px solid #333 !important;
    padding: 0px 0 !important;
    width: 20%;
    border-right: 1px solid #DCE8FF;
    padding-right: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: auto;
}

.latestnews {
    display: flex;
    gap: 22px;
    height: auto;

}

.latestnews li p {
    margin: 0px !important;
}

.moduletable {
    background-color: unset !important;
    padding: 0px;
    padding-bottom: 0px;
}

#newsfeed {
    width: 100% !important;
}

#newsfeed,
#twitterfeed {
    width: 25%;
    padding: 0px !important;
    box-sizing: border-box;
    background-color: #fff !important;
    float: left;
    margin-right: 8px;
}

.tweetlook {
    width: 100%;
    float: left;
    background-color: #fff !important;
}

.podlink-hp {

    position: relative !important;
    /* right: 30px; */
    /* bottom: 25px; */
    /* position: relative; */
    /* right: -11px; */
    top: 25px;
    left: 0px;

}

.new-news-section-image {
    width: 100%;
    height: 130px;
}

#newsfeed li:last-child {
    border-bottom: 0;
    border-right: 0px;
}

@media only screen and (max-width: 600px) {
    .new-news-sec-head {
        font-size: 28px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .new-news-sec-btn {
        border: 1px solid;
        padding: 10px 29px !important;
        border-radius: 30px;
        background: #007345;
        color: white;
        margin-left: 11px !important;
    }

    #newsfeed li a {
        font-size: 14px;
        text-align: left !important;
        font-size: 0.875rem !important;
    }

    #newsfeed>.moduletable {
        background-color: #fff;
        padding: 10px;
        padding-bottom: 0px;
        overflow-x: scroll !important;
    }

    .latestnews {

        display: flex;
        gap: 18px;
        height: auto;
        overflow: hidden;
        width: 500% !important;
    }

    #newsfeed li {
        border-bottom: 0px solid #333 !important;
        padding: 0px 0 !important;
        width: 100% !important;
        border-right: 1px solid;
        padding-right: 0px !important;
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        align-items: center;

    }
}

.section-container {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.new-news-sec-btn {
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 30px;
    background: #096e3c;
    color: white;

}

.new-news-sec-head {
    font-size: 40px;
}

#newsfeed li a {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    transition: .5s ease;
}


/*uk agenda new css*/
.agenda .tabs_wrapper>ul>li>a {
    display: block;
    margin: 10px 11px 15px;
    /* padding: 15px 10px; */
    border-radius: 30px !important;
    padding-left: 24px;
    text-align: left !important;
    -webkit-box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7);
    -moz-box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7);
    /* box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7); */
    box-shadow: 0 4px 15px 1px rgb(56 57 56 / 78%);
    padding-top: 8px;
}

.agenda .just-center {
    justify-content: flex-start;
}

.agenda .flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.agenda ul.agenda-tabs {
    justify-content: flex-start;
    margin-top: 25px;
}

.agenda .agenda-tabs li {
    padding: 10px;
    position: relative;
    border: 1px solid gray;
    border-radius: 14px;
}

@media screen and (min-width: 1025px) {
    .agenda .tabs_wrapper>ul>li>a {
        margin: 10px 10px 15px;
        height: 40px !important;
        border-radius: 30px !important;

        border: 1px solid #4A4A4A !important;
        box-shadow: none !important;
        border-radius: 52px !important;
    }
}

.agenda .tabs_wrapper>ul>li {
    float: left;
    margin: 0;
    cursor: pointer;
    width: 20%;
    text-align: center;
}

.agenda .agenda-tabs li.active::after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: '';
    /* background: #383938; */
    height: 6px;
    width: 0% !important;
    transform: translate(-50%, 0px);
}

.agenda .agenda-tabs li.active {
    background: #fcf9e8;
    border: 1px solid #007345;
}

.agenda .main-tab {
    padding: 0 0px !important;
}

.faqpage.tabs_wrapper>ul>li>a,
.presentation_wrapper>ul>li>a,
.presentation_wrapper>ul>span>a {
    display: block;
    margin: 10px 11px 15px;
    /* padding: 15px 10px; */
    border-radius: 30px;
    padding-left: 24px;
    text-align: center;
    -webkit-box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7);
    -moz-box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7);
    /* box-shadow: 0 4px 15px 1px rgba(0, 115, 69, 0.7); */
    box-shadow: 0 4px 15px 1px rgb(56 57 56 / 78%);
    padding-top: 8px;
}

.agenda .submit-your-paper {
    margin-top: 20px;
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 20px;
}

.button-technical-papers {
    width: 300px;
    background-color: #383938;
    color: white;
    padding: 15px 35px 15px 35px;
    font-size: 18px;
    margin-bottom: 5px;
    border-radius: 40px;
}

/* cccSmall devices (portrait tablets and large phones, 600px and up) */


/* Medium devices (landscape tablets, 768px and up) */
@media screen and (max-width: 600px) {
    .dont_show_again {
        width: 100% !important;
    }

    .agenda .tabs_wrapper>ul>li {
        float: left;
        margin: 0;
        cursor: pointer;
        width: 48% !important;
        text-align: center;
    }

    .agenda .tabs_wrapper>ul>li>a {
        border: 1px solid;
        box-shadow: none !important;
        text-align: center;
        display: block;
        border-radius: 30px;
        height: 50px !important;
        padding: 5px !important;
        font-size: 14px;
        margin: 10px 11px 15px;
    }

    .agenda .tabs_wrapper>ul>li>a span {
        min-height: 0px !important;
    }

    .agenda .master_right {
        width: auto;
    }
}

.agenda .tabs_wrapper>ul li.active>a {
    /* background: #007345 !important; */
    color: #fff;
}

/*uk agenda new css ends*/
/*uk partner new css*/
.partners .button,
button {
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    position: relative;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    background: #096e3c;
    color: #fff;
    border: 1px solid #096e3c;
    border-radius: 30px;
}

.partners .partner_login_btn {
    margin: -5px 40px;
    border-radius: 20px;
}

.partners #filter-form {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: auto;
}

.partners #filter-form .inputbox {
    width: 400px;
    margin-right: 10px;
    box-shadow: none;
    border-radius: 7px;
}

.partners #filter-form button {
    border-radius: 5px;
    margin-right: 10px;
    overflow: initial;
    border-radius: 20px;
}

.partners .btn-default {
    box-shadow: none !important;
}

.partners .btn-default {
    box-shadow: none !important;
    border: 1px solid #606060 !important;
    border-radius: 10px;
    background: #fcf9e8 !important;
}

.partners .filter-btn li:hover {
    background: #096e3c !important;
    color: #fff;
}

/*.partners .filter-btn {
    background: #fcf9e8 !important;
}*/
.partners .filter-btn li.active {
    background: #096e3c !important;
    color: #fff;
}

/*uk partner new css ends*/
.country-wrap {
    text-align: left;
    position: relative;
    width: 104%;

}

.footer-location .country-selected {
    border: 1px solid !important;
}

.footer-menu {
    width: 58%;
}

.dont_show_again {
    width: 30%;
    border: 1px solid #3333;
    padding: 6px;
    margin: 6px auto !important;
    border-radius: 20px;
    background: #3333;
}

.b24-form-btn {
    background-color: #096e3c !important;
}

.b24-widget-button-popup-description {
    margin: 4px 0 0 0;
    font: 20px "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    color: #424956;
    position: relative;
    top: 7px;
}

/*awrds css start*/
.main-cont {
    display: flex;
    height: 310px;
    margin-bottom: 50px;
    padding: 20px;

}

.left-text-section {
    width: 50%;
    padding: 3px;
}

.text-sec {
    font-size: 20px;
    line-height: 1.7;
    color: #4A4A4A;

}

.link-section {
    font-size: 21px;
    line-height: 1.7;
    color: #B58742;
    font-weight: 700;

}

.video-sec-awards {
    width: 50%;

}

.awards_row {
    border-bottom: 1px solid #f3e6bd;
}

/*.categories-and-criteria .ldata .redtext {
    color: #000000;
}*/

.bluetext {
    /*color: #A48423;*/
    font-size: 18px;
}

ul.partner_ul img {
    border: 1px solid #DEBB4E6E;
    border-radius: 11px;
}

.awards_row_headiv h3 {
    width: 50% !important;
    position: relative;
    top: -33px;
    font-size: 20px;
}

.awards_row_headiv p {

    position: relative;
    top: 10px;
    font-size: 20px !important;
}

@media only screen and (max-width: 600px) {
    .main-cont {
        height: unset !important;
        flex-direction: column;
        margin-bottom: 10px;
        padding: 10px;
    }

    .left-text-section {
        width: 100%;
    }

    .text-sec {
        font-size: 17px;
    }

    .video-sec-awards {
        width: 100%;
    }
}

/*awrds css end*/
.faqdownloadbutton {
    display: none !important;
}

#newsfeed .latestnews li p:nth-child(2) {
    display: none;
}

/*home*/
.front-new-span-2 {
    font-size: 22px;
    color: white;
    font-weight: bold;
}

.front-new-span {
    font-size: 40px;
    color: white;
}

.front-new-inner-1 {
    border-left: 3px solid white;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px;
}

.front-new-inner {
    max-width: 1264px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    /* align-items: center; */
    justify-content: space-between;
    width: 100v;
    padding: 8px;
    /* border: 1px solid; */
    background: #096e3c;
    /* flex-direction: column; */
    /* margin: 10px; */
    flex-wrap: wrap;
}

.frontt-new {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    background: #096e3c;
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 5px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover, .next:hover {
      background-color: rgba(0,0,0,0.8);
    } */

/* Caption text */
/* .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
} */

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #FFF7D4;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
/*
 .active, .dot:hover {
      background-color: #ECC51A;
    } 
*/

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.down-slide {
    display: none;

}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

@media only screen and (max-width: 600px) {
    .aus  .text-home {
        font-size: 12px !important;
    }

    .aus  .aus  .frontt-new {
        display: none;
    }

    .aus .new-news-sec-btn {
        border: 1px solid;
        padding: 10px 29px !important;
        border-radius: 30px;
        background: #007345;
        color: white;
        margin-left: 11px !important;
    }

    .aus  #areainner {
        margin-bottom: -31px !important;
    }

    .aus  .new-news-sec-head {
        font-size: 28px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .aus .text-contain-1 {
        display: flex;
        height: unset !important;
        margin-bottom: 50px;
        flex-direction: column;
    }

    .aus  .text-contain-out {
        width: 100% !important;
        padding: 3px;
    }

    .aus  .text-contain-p {
        line-height: 1.4 !important;
    }

    .aus   .venue-map {
        width: 100% !important;
        height: 215px !important;
    }

    .aus   .why-project h2 {
        font-size: 20pt !important;
        margin: 6px 0px !important;
    }

    .aus  .frontt-new {
        display: none;
    }

    .aus   .down-slide {
        display: block;
    }
}


.aus .venue-main {
    display: flex;
    margin-top: 48px;
}

/* .venue-text {
    width: 50%;
    display: flex;
    flex-direction: column;

    padding: 11px;
    color: black;
    height: 388px;
} */

.aus .venue-map {
    width: 50%;
}

.aus .why-project {
    margin: 20px 0;
}

 .aus .text-contain-1 {
    display: flex;
    height: 310px;
    margin-bottom: 50px;
}

.aus .text-contain-out {
    width: 62%;
    padding: 3px;

}

.aus .venue-map {
    width: 50%;
}

.aus .text-contain-p {
    font-size: 18px;
    line-height: 1.7;
    padding-right: 10px;
    text-align: justify;

}
@media only screen and (max-width: 575.98px) {
    .partners #filter-form button {
        border-radius: 19px;
        margin-right: 0px;
    }
    .partners #filter-form .inputbox {
        margin-bottom: 0;
        width: 48%;
        margin-right: 0;
        border-radius: 22px;
        border: 2px solid #096e3c;
    }
    body.partnerspage .item-page .page-header h2 {
        text-transform: none;
        color: #096e3c;
        margin-bottom: 5px;
    }
    body.shortlisted ul.filter-btn li.active, body.shortlisted ul.filter-btn li:hover {
        background: white !important;
        color: #000000;
        border: 1px solid #096e3c;
    }
    body.partnerspage.shortlisted ul.filter-btn li {
        padding: 20px 17px;
        margin: 8px;
        font-size: 16px;
        min-width: calc(100% / 1 - 174px) !important;
        border-radius: 12px;
        background: #CBCFF7;
    }
    .partners #all > ul.filter-btn > li:nth-child(1) {
        background: #f5f0d2 !important;
        color: #000000;
        border: 1px solid #096e3c;
    }
    body.partnerspage.shortlisted ul.filter-btn {
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: nowrap;
        padding: 10px !important;
        background: #f5f0d2;
    }
    .partners #filter-form {
        flex-wrap: NOWRAP;
        gap: 8px;
    }
    .partners .moduletable h3 {
        font-size: 32px;
        padding-left: 10px;
        text-transform: capitalize;
    }
    .partners .marginleft40 {
        margin-left: 0;
        margin-top: -19px !important;
        float: left;
    }
    .partners .partner_login_btn {
        border-radius: 28px;
        padding: 12px 26px;
        left: 46px;
        top: 235px !important;
    }
    .new-news-section-image {
        width: 100%;
        height: 200px;
    }
    .down-slide-inner {
        background: #fcf9e8;
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
    }
    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
    }
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    .fade {
 
        height: 100px;
        padding: 2px;
    }
    .myslides-inner {
        text-align: center;
        display: flex;
        justify-content: center;
        /* width: inherit; */
        height: 100px;
        align-items: center;
        /* border-left: 1px solid black; */
    }
    .myslides-inner-cont {
        height: 100px;
        height: 100px;
        height: 60px;
        /* border-left: 2px solid white; */
        /* border-right: 2px solid white; */
        display: flex;
        justify-content: center;
        /* align-items: center; */
        color: black;
        text-align: left;
        font-size: 24px;
        flex-direction: row;
        padding-left: 24px;
        padding-right: 24px;
        gap: 36px;
    }
    .text-apart {
        display: flex;
        flex-direction: column;
        gap: 17px;
        border-left: 2px solid;
        padding-left: 14px;
    }
    .myslides-inner-upper-text {
        font: normal normal bold 32px / 23px Lato;
    }
    .lower-text-slid {
        font: normal normal normal 16px / 19px Lato;
    }
    p {
        font-size: .875rem !important;
        font-family: lato !important;
        line-height: 1.6 !important;
        font-weight: 500;
    }
    li {
        font-size: .875rem !important;
        font-family: lato !important;
        font-weight: 500;
    }
    .key-dates {
        margin-bottom: 20px !important;
    }
    .speak-at-expo .first-collage {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: nowrap;
        flex-direction: unset !important;
    }
   .speak-at-expo .image-panel1 {
        width: 90% !important;
    }
    .text-area {
        height: 70px !important;
        gap: 10px !important;
    }
    .speak-at-expo .date-text {
        font: normal normal bold 16px / 24px Lato !important;
        letter-spacing: 0px;
        color: #096e3c;
    }
    .speak-at-expo .break-hide {
        display: block !important;
    }
    .speak-at-expo .date-text {
        font: normal normal bold 16px / 24px Lato !important;
        letter-spacing: 0px;
        color: #096e3c;
    }
    .speak-at-expo .zone-cont {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        background: #f5f0d2;
    }
    .speak-at-expo .card .card-body .navbar {
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        max-width: 1264px;
        margin: 0 auto;
        padding: 20px;
    }
    .speak-at-expo .card .card-body .navbar li a.active {
        background-color: white;
        border: 1px solid #096e3c;
        color: #096e3c;
    }
    .card .card-body .navbar li a span.text {
        display: block;
        margin-top: 0px !important;
    }
    .speak-at-expo .break-hide {
        display: block !important;
    }
    .speak-at-expo .card .card-body .navbar li a {
        width: 111px;
        height: 70px;
        display: flex;
        align-items: center;
        text-align: left;
        border-radius: 12px;
        border: unset;
        background: #fcf9e8;
        color: #000000;
        font: normal normal 600 16px / 20px Lato;
    }
    .speak-at-expo .bottom-1 {
        margin-bottom: 50px;
    }
    .speak-at-expo .submit-your-paper {
        padding: 0px;
        align-items: baseline;
        margin-bottom: 3px !important;
    }
    .speak-at-expo .button-technical-papers {
        width: 200px;
        padding: 8px 22px 8px 22px;
        font-size: 16px;
    }
    h2 {
        font-size: 1.4rem;
        margin: 6px 0px !important;
        line-height: 1.2;
    }
    /*agenda*/
    .agenda .main-tab {
        padding: 0 0px !important;
        padding: 0 0px !important;
        /* overflow-x: scroll; */
        white-space: nowrap;
        flex-wrap: nowrap !important;
        margin: 19px;
        padding: 29px;
        justify-content: center;
        margin: 10px 44px !important;
    }
    .agenda .tabs_wrapper>ul>li {
        width: 48%;
    }
  .agenda  .tabs_wrapper > ul li.active >a {
        background: white;
        color: #096e3c;
        border: none;
        box-shadow: none;
        border-bottom: 2px solid #096e3c !important;
        padding: 0px;
        font-size: 12px;
        border-radius: unset !important;
    }
    .agenda .tabs_wrapper >ul>li> a span {
        min-height: 0px;
    }
    .tabs_wrapper>ul>li>a {
        background: white;
        background: white;
        color: dimgrey;
        border: none !important;
        box-shadow: none !important;
        border-bottom: 2px solid #fcf9e8 !important;
        margin: 0px !important;
        padding: 0px !important;
        border-radius: unset !important;
        font-size: 13px;
    }
    .nav-tabs {
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: nowrap !important;
        padding: 10px !important;
        background: #f5f0d2;
    }
    .agenda-tabs li.active {
        background: white !important;
        border: 1px solid #007345 !important;
    }
    .nav-tabs .active a {
        color: #007345;
    }
    .agenda-tabs li a {
        text-transform: none;
        font: normal normal 600 13px / 20px Lato;
        letter-spacing: 0px;
        color: #000000;
    }
    .agenda-tabs li {
        padding: 10px;
        position: relative;
        border: none;
        border-radius: 14px;
        background: #fcf9e8;
        border: none !important;
    }
    .agenda .master_row .master_left h3 {
        margin: 0px;
        padding: 0px;
        border-left: 2px solid #007345;
        padding-left: 5px;
        font: normal normal bold 14px / 19px Lato !important;
        height: 40px;
    }
    .agenda .master_row .master_left h6 {
        font: normal normal normal 14px / 19px Lato;
        color: #007345;
        font-weight: 600;
        border-left: 2px solid;
        position: relative;
        left: 0px;
        padding-left: 5px;
        margin-top: -2px !important;
    }
    .master_right {
        width: 92%;
        padding: 15px 15px 15px 15px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 6px #0000003D;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
    }
    .master_right p {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .master_right p {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .master_right p strong {
        font: normal normal bold 15px / 24px Lato;
        color: #007345;
    }
    .speaker_detail {
        margin: 0;
    }
    .tab_content a {
        text-decoration: none;
        font: normal normal bold 16px / 24px Lato;
    }
    .speakerimg a {
        border: 1px solid #fcf9e8;
        opacity: 1;
    }
    .agenda .master_right.break {
        background: #fcf9e8;
    }
    .master_right p {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .master_right p strong {
        font: normal normal bold 15px / 24px Lato;
        color: #007345;
    }
    .page-header h2::after, .page-header h3::after, .moduletable h3::after, .pageheading::after {
    
        display: none;
    }
    .moduletable h3::before, .pageheading::before {
        display: none;
    }
    p.speaker_text {
        margin-top: 0px;
    }
    .speaker_detail.morespeaker {
        margin-left: 0px;
    }
    .bottom-2 {
        padding: 17px 17px !important;
        margin-bottom: 58px !important;
    }
    .bulk-reg {
        line-height: 1.5;
        margin-bottom: 14px !important;
    }
    .event-sch {
        padding-left: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .agenda .ul-1 {
        font-size: 18px;
        line-height: 1.4;
        color: #007345;
    }
    .list-age {
        display: block !important;
    }
    .ul-1 li {
        list-style: none;
        list-style: none;
        position: absolute;
        padding-left: 30px;
        padding-top: 5px;
        position: relative;
        padding-bottom: 9px;
    }
    .spea {
        display: none;
    }
    .ul-1 li:before {
        content: "\27A4";
        position: absolute;
        left: 0;
        color: #007345;
        top: 6px;
        font-size: 14px;
    }
    .three-head {
        padding: 10px 10px 0px 10px !important;
    }
    /*Register*/
    .register .ticket-combo-content {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .standalone-tickets, .package-deals {
        height: 370px;
        background-color: #fcf9e8;
    }
    .standalone-tickets:nth-of-type(1) {
        background: #fcf9e8 !important;
        border-radius: 16px;
    }
    .ticket-combo-content h3 {
        background: #007345;
        border-radius: 12px;
        border-bottom: 2px dashed;
        font-size: 32px;
        text-transform: capitalize;
        display: flex;
        flex-direction: column;
        gap: 7px;
        padding: 30px 0px;
    }
    .ticket-combo-content h3 span {
        font-size: 18px;
    }
    .title-price-container {
        width: 90%;
        margin: 16px auto;
        border-radius: 16px;
        display: flex;
    }
    .pack-title {
        padding: 0 4px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        color: #007345;
        gap: 5px;
    }
    .price {
        font-size: 35px;
        color: #007345;
    }
    .ticket-combo-content .packs-details {
        width: 90%;
        margin: 0 auto;
    }
    .ticket-combo-content .packs-details p:last-child {
        border-bottom: 0;
        color: black;
        display: flex;
        justify-content: center;
        font-size: 17px;
        font-weight: 600;
        background: transparent;
        /* border-bottom: 2px solid #ffff; */
    }
    .buy-info-container {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        gap: 10px;
    }
    .price-buy, .sold-out {
        width: 40%;
        color: white;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        display: inline-block;
        border-radis: 20px;
        border-radius: 20px;
        font-weight: 400;
        background: #007345;
    }
    .ticket-combo-content.package-deals {
        height: 370px;
        border-radius: 16px;
        background: #fcf9e8;
    }
    .ticket-combo-content h3 {
        background: #007345;
        border-radius: 12px;
        border-bottom: 2px dashed;
        font-size: 32px;
        text-transform: capitalize;
        display: flex;
        flex-direction: column;
        gap: 7px;
        padding: 30px 0px;
    }
    .ticket-combo-content h3 span {
        font-size: 18px;
    }
    .standalone-tickets:nth-of-type(2) {
        background: #fcf9e8 !important;
        border-radius: 16px;
    }
    .standalone-tickets:nth-of-type(3), .standalone-tickets:nth-of-type(4), .cannot-attend-physically-book-virtual-access {
        height: 370;
        background: #fcf9e8 !important;
        border-radius: 16px;
    }
    .buy-info-container {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        gap: 10px;
    }
    a.price-buy[data-is_table_of_ten="1"] {
        width: 40% !important;
    }
    h3 {
        font-size: 1.3rem !important;
    }
  }
  .speak-at-expo .break-hide {
    display: none;
}
.list-age {
    display: none;
}
.three-head{
    display: flex;
    flex-direction: column;
    padding: 30px;
}
/*.package_combo_div{
    display: none;
}*/

#contentarea > div.package_combo_div > div:nth-child(7) > div:nth-child(2) > h3{
    padding: 3rem 0 !important
}
#contentarea > div.package_combo_div > div:nth-child(7) > div:nth-child(1) > h3{
   padding: 1.78rem 0 !important; 
}

.expo_tickets .ticket_box .tkt_amt {
        font-size: 27px !important;
 
    font-family: "lato", sans-serif !important;
  
}


/* responsive 2026 */
@media only screen and (max-width: 460px),
only screen and (max-width: 460px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 460px) and (min-resolution: 288dpi),
only screen and (max-width: 360px),
only screen and (max-width: 360px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 360px) and (min-resolution: 288dpi) {
  .master_right {
            width: 92%;
            padding: 15px 15px 15px 15px;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: unset !important;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            border: 1px solid #096e3c !important;
        }
  span{
    font-size: 13pt !important;
  }
  .tweetlook .divinner #newsfeed {
    margin-bottom: 9vh;
}
  /* .podlink-hp {

   top: 5px !important;

} */
  .aus .podlink-hp a {
    font-size: 13pt !important;
    padding: 15px 25px 15px 25px !important;
  }
  /* .marquee-wrapper {
    height: 52px;
}
  .scroll-items {
    margin-top: 1vh;
} */
  .mobile-slide-group {
    padding-top: 18px;
}
  .showcase-wrapper {
    margin: 36px 0px 36px 0px;
}
  .page-header {
    padding-left: 1rem;
}
  .bottom-stat-item {
    flex: 0 0 260px;
    padding: 5px 16px;
  }
   .bottom-stats {
    margin: 40px -16px 18px;
    padding: 0 16px;
  }
  #areainner > div.main-wrapper > div:nth-child(2){
    overflow-x: scroll;
  }
  .features-grid{
        width: fit-content;
    margin-left: 20px;
    flex-wrap: nowrap !important;
    margin-left: 20px;
    margin-right: 20px;
    max-width: none !important;
    justify-content: flex-start !important;
  }
  .feature-image div img {
    width: 274pt !important;
}
  .feature-box{
    width: 76vw !important;
  }
   body #cssmenu #menu-button {
        height: 41px !important;
        margin-bottom: -9px !important;
        width: 48px !important;
    }
    #cssmenu #menu-button {
  margin: 0px !important;
    background-size: 40px 48px !important;
}
  p {
    font-size: 16pt !important;
    font-family: lato !important;
    line-height: 22pt !important;
    font-weight: 500;
    padding-left: 5px;
  }

  .main-section {
    padding: 0px 0px !important;
  }

  .aus h1 {
    font-size: 20pt !important;
    padding: 9px 5px 10px 5px;
    margin: 0px;
    line-height: 25pt;
    text-align: left;
  }
h2{
  font-size: 20pt !important;
  line-height: 40pt !important;
  padding-left: 5px;
}
  .bottom-stat-item {
    text-align: left !important;
  }

  h3 {
    font-size: 20pt !important;
    padding-left: 5px;
    text-align: left !important;
  }

  .new-news-sec-head {
    margin-top: 2vh !important;
    margin-bottom: 1vh !important;
  }

  li {
    font-size: 16pt !important;
    font-family: lato !important;
    font-weight: 500;
  }

  #newsfeed li a {
    padding: 0px 0px 4vh 1vh !important;
  }
#newsfeed li{
height: auto !important;
}
  .tweetlook {
    margin-bottom: -6vh !important;
  }

  .expo_tickets .pageheading {
    margin-top: 2vh !important;
  }

  .agenda .main-tab {
    border-bottom: 0px solid !important;
  }

  .agenda .agenda-tabs li {
        border: 1px solid #FFB3A6;
        min-width: auto !important;
        white-space: normal !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        width: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 auto;
        padding: 10px 10px 10px 10px;
  }

  .partnerteam-left {
    display: flex;
    gap: 5vw;
    align-items: center;
  }

  .item-page.partnerpopup .page-header h2 {
    margin: -4px 0 -5px !important;
    text-align: left !important;
  }

  .event-data-container {
    padding: 10px;
  }

  * {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .aus .expo-wrapper {
    padding: 2vh 2vh;
  }

  .item-page.partnerpopup .partnerteam-left img {
    width: 40% !important;
  }
.stat-number{
  font-size: 42pt !important;
}
.stat-label {
  font-size: 16pt !important;
}
.stat-item {
        flex: 0 0 43vw;
    }
  .aus .top-stats {
    background-color: white;
    padding: 0px !important;
    text-align: center;
    margin-bottom: 18px;
  }
         .aus div#footer {
            margin-top: 10vh !important;
        }
        .lets-go{
          margin-bottom: 6vh !important;
        }
    .venue .images-venue-main-container h1 {
    margin-top: 1vh !important;
    font-size: 1.75rem !important;
    margin-bottom: 2vh !important;
}
.venue .flag {
        width: fit-content !important;
        height: 8vh !important;
    }
       .venue .title {
        font-size: 1.5rem !important;
        line-height: 4vh !important;
    }
   .venue .frontt {
        display: block ;
    }
    #contentarea > div > div > div > p:nth-child(12){
      margin-bottom: 6vh !important;
    }
   .venue h1 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1vh;
    font-weight: 600;
}
.carousel-track {
        padding: 0 10px !important;
    }
   .aus .main-wrapper {
           padding-bottom: 36px !important;
        padding-top: 36px;
}
.sponsors-container {
    padding-bottom: 1vh !important;
}
/* new global uk css */
 .sticky {
    margin-top: 0px !important;
    padding: 0px !important;
}
   .marquee {
    display: flex;
    width: fit-content;
    animation: scroll-left 20s linear infinite !important;
}
       body div#header {
        margin-top: -20px;
        margin-bottom: 0px !important;
    }
 .country-selected {
        width: 90vw !important;
    }
    .location-list li a{
        padding: 10px 10px !important;
    }
        div#footer p {
        text-align: left !important;
        margin-bottom: 2px;
        display: flex;
        flex-basis: 100%;
        justify-content: center;
    }
    div#footer .footer-menu p >a {
    display: inline-block;
    width: calc(50% - 20px);
    text-align: left;
    margin: 5px 10px 5px 10px !important;
    margin: 5px;
    vertical-align:  top;
}
.menu-mobile-close{
    border: 2px solid white;
    padding: 1px 5px 2px 5px;
    border-radius: 50%;
}
.section h2 {
    font-size: 1.5rem !important;
}
.section p:last-child {
    margin-bottom: 3vh !important;
}
.blognew-indust-news .page-header h1 {
        font-size: 1.2rem !important;
        line-height: 24px !important;
        margin-bottom: 0px !important;
        margin-top: 10px !important;
        text-align: left !important;
    }
.blognew-indust-news .ind-news-img {
    width: stretch !important;
    height: auto !important;
    margin: 0px !important;
    background: none !important;
    padding: 0px !important;
}
.page-header h1:after, .page-header h3:after, .moduletable h3:after, .pageheading:after {
  display: none !important;
    content: "";
    position: absolute;
    bottom: -3px;
    margin-bottom: -3px;
    left: 0;
    height: 6px;
    width: 80px;
    z-index: 5;
    background-color: #7f132c;
}
.home-page-bottom {
    display: none !important;
}
}

/* 768 viewport */
@media (min-width: 768px) and (max-width: 1024px) {
  .feature-box{
    background-color: white !important;
    background-image: none !important;
  }
  .profile-photo {
        width: 100% !important;
        height: 100% !important;
    }
    .fullscreen-container {
        height: 43vh !important;
    }
    .latestnews {
    flex-wrap: wrap !important;
}
#newsfeed li {
    width: 30vw !important;
   
}
div#footer p {

        display: inline-block !important;
    }
    .main-content {
    padding: 20px !important;
}
.main-section {
        padding: 1vh 0 !important;
    }
    .nopadding{
      display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px; /* Adjust this value for spacing between cards */
    }
    .mdl-cell.ticket_box {
        width: 100% !important;
        margin: 0 !important; 
    }
    #contentarea > div > div.mdl-grid.nopadding > p{
      display: none !important;
    }
    .mdl-cell--6-col{
      width: 100% !important;
    }
    .ticket_price {
    flex-wrap: nowrap !important;
}
    .align-right {
        text-align: end !important;
    }
    .agenda .tabs_wrapper>ul>li>a {
    box-shadow: none !important;
}
.flex-row {
    flex-direction: column !important;
}
.w-\[16rem\] {
    width: 100% !important;
}
#mainnav #cssmenu ul.nav li > a {
        color: white !important;
        background: #333333 !important;
    }
    .sp-tier-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .bottom-text-heading {
    font-size: 20px !important;
}
}

/* iphone 17 pro devices */
/* ============================================
   iPhone 17 Pro Max — 440px, 3x pixel ratio
   Screen: 440 x 956 logical pixels
   ============================================ */
@media only screen and (min-width: 431px) and (max-width: 440px),
only screen and (min-width: 431px) and (max-width: 440px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-width: 431px) and (max-width: 440px) and (min-resolution: 288dpi) {
/* 
  p {
    font-size: 1.05rem !important;
    font-family: lato !important;
    line-height: 1.6 !important;
    font-weight: 500;
  } */

  .main-section {
    padding: 0px 0px !important;
  }

  /* .aus h1 {
    font-size: 1.85rem !important;
    padding: 9px 0px 10px 0px;
    margin: 0px;
    line-height: 34px;
  } */

  .bottom-stat-item {
    text-align: left !important;
  }

  /* h3 {
    font-size: 1.5rem !important;
  } */

  .new-news-sec-head {
    margin-top: 36px !important;
    margin-bottom: 18px !important;
  }

  /* li {
    font-size: 1.05rem !important;
    font-family: lato !important;
    font-weight: 500;
  } */

  #newsfeed li a {
    padding: 0px 0px 4vh 1vh !important;
  }

  #newsfeed li {
    height: auto !important;
  }

  .tweetlook {
    margin-bottom: -6vh !important;
  }

  .expo_tickets .pageheading {
    margin-top: 2vh !important;
  }

  .agenda .main-tab {
    border-bottom: 0px solid !important;
  }

  .agenda .agenda-tabs li {
    border: 1px solid #FFB3A6;
    min-width: auto !important;
  }

  .partnerteam-left {
    display: flex;
    gap: 5vw;
    align-items: center;
  }

  .item-page.partnerpopup .page-header h2 {
    margin: -4px 0 -5px !important;
    text-align: left !important;
  }

  .event-data-container {
    padding: 12px;
  }

  * {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .aus .expo-wrapper {
    padding: 2vh 2.5vh;
  }

  .item-page.partnerpopup .partnerteam-left img {
    width: 40% !important;
  }

  .aus .top-stats {
    background-color: white;
    padding: 0px !important;
    text-align: center;
  }

  .aus div#footer {
    margin-top: 6vh !important;
  }

  .lets-go {
    margin-bottom: 6vh !important;
  }

  .venue .images-venue-main-container h1 {
    margin-top: 1vh !important;
    font-size: 1.85rem !important;
    margin-bottom: 2vh !important;
  }

  .venue .flag {
    width: fit-content !important;
    height: 8vh !important;
  }

  .venue .title {
    font-size: 1.5rem !important;
    line-height: 4vh !important;
  }

  .venue .frontt {
    display: block;
  }

  #contentarea > div > div > div > p:nth-child(12) {
    margin-bottom: 6vh !important;
  }

  .venue h1 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1vh;
    font-weight: 600;
  }

  .carousel-track {
    padding: 0 12px !important;
  }

  .aus .main-wrapper {
    padding-bottom: 3vh !important;
  }

  .sponsors-container {
    padding-bottom: 1vh !important;
  }

  .sticky {
    margin-top: 0px !important;
    padding: 0px !important;
  }

  .marquee {
    display: flex;
    width: fit-content;
    animation: scroll-left 20s linear infinite !important;
  }

  body.aus div#header {
    margin-top: -20px;
  }

  .country-selected {
    width: 90vw !important;
  }

  .location-list li a {
    padding: 10px 10px !important;
  }

  div#footer p {
    text-align: left !important;
    margin-bottom: 2px;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
  }

  div#footer .footer-menu p > a {
    display: inline-block;
    width: calc(50% - 20px);
    text-align: left;
    margin: 5px 10px 5px 10px !important;
    vertical-align: top;
  }

  .menu-mobile-close {
    border: 2px solid white;
    padding: 1px 5px 2px 5px;
    border-radius: 50%;
  }

  .section h2 {
    font-size: 1.6rem !important;
  }

  .section p:last-child {
    margin-bottom: 3vh !important;
  }

  .blognew-indust-news .page-header h1 {
    font-size: 1.25rem !important;
    line-height: 26px !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    text-align: left !important;
  }

  .blognew-indust-news .ind-news-img {
    width: stretch !important;
    height: auto !important;
    margin: 0px !important;
    background: none !important;
    padding: 0px !important;
  }

  .page-header h1:after,
  .page-header h3:after,
  .moduletable h3:after,
  .pageheading:after {
    display: none !important;
    content: "";
    position: absolute;
    bottom: -3px;
    margin-bottom: -3px;
    left: 0;
    height: 6px;
    width: 80px;
    z-index: 5;
    background-color: #7f132c;
  }

  .home-page-bottom {
    display: none !important;
  }
}

/* Speaker slider homepage fix */
/* mobile view :open */
        /* ========================================= */
/* DISPLAY TOGGLE LOGIC                      */
/* ========================================= */

/* Mobile wrapper is hidden by default on large screens */
.mobile-wrapper {
  display: none;
}

/* On screens 768px and below: Hide Desktop, Show Mobile */
@media (max-width: 768px) {
  .desktop-wrapper {
    display: none !important;
  }
  .mobile-wrapper {
    display: block !important;
  }.slides-container{
    display: none;
  }
  .nav-3{
    display: none !important;
  }
}

/* ========================================= */
/* MOBILE SLIDER SPECIFIC STYLES             */
/* ========================================= */

.mobile-track {
  display: flex;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}
    .desktop-wrapper {
        display: none !important;
    }

.mobile-slide-group {
  flex: 0 0 100%; /* Each slide takes up the full width */
  display: flex; /* Forces the two items inside to sit side-by-side */
  justify-content: space-between;
  gap: 15px; /* Space between the two speakers */
  box-sizing: border-box;
}

.mobile-slide-group .profile-tile {
  flex: 0 0 calc(50% - 7.5px); /* Exactly half width minus the gap */
  width: calc(50% - 7.5px);
  max-width: 50%;
  flex-direction: column;
}

.mobile-slide-group .profile-photo {
  width: 100%;
  height: auto;
  border-radius: 8px; /* Matches your screenshot */
}

/* Make sure indicators center properly */
.navigation-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}
        /* mobile view close */
         .top-stats {
            background-color: white;
            padding: 20px !important;
            text-align: center;
        }

        .aus .stats-grid {
            margin-top: 0px;
        }

        @media (max-width: 480px) {
            .content-with-download-btn {
                flex-wrap: nowrap;
            }
        }

        #areainner>div.main-wrapper>div.features-grid>div:nth-child(4)>div.feature-details>p {
            margin-bottom: 0.5rem !important;
        }

        #areainner>div.main-wrapper>div.features-grid>div:nth-child(3)>div.feature-details>p {
            margin-bottom: 25px !important;
        }


        .features-grid {
            justify-content: center !important;
        }

        .feature-box {
            display: flex;
            flex-direction: column;
        }

        .feature-details {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .feature-text {
            flex: 1;
        }

        .action-button {
            width: fit-content;
        }
        
/* Speaker slider homepage fix close */
/* sponsor ship slider */
/* ========================================= */
/* SPONSOR TOGGLE LOGIC                      */
/* ========================================= */

.sponsors-mobile-wrapper {
    display: none;
}

@media (max-width: 768px) {
    .sponsors-desktop-wrapper {
        display: none !important;
    }
    .sponsors-mobile-wrapper {
        display: block !important;
    }
}

/* ========================================= */
/* MOBILE SPONSOR SLIDER STYLES              */
/* ========================================= */

.sponsors-mobile-track {
    display: flex;
    width: 100%;
    transition: transform 0.4s ease-in-out;
    flex-wrap: nowrap; /* Forces horizontal sliding */
}

.mobile-logo-group {
    flex: 0 0 100%; /* Each slide group takes 100% of the screen width */
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    padding: 18px 10px;
}

.mobile-logo-group .logo-card {
    flex: 0 0 calc(50% - 10px); /* Exactly half width */
    max-width: 50%;
    display: flex;
    justify-content: center;
}

.mobile-logo-group img {
    width: 174px !important;
    height: auto;
    object-fit: contain;
    height: 70px;
}

/* Center dots below the slider */
.mobile-sponsor-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    margin-bottom: 18px;
}