  /* Event Font -------------------------*/
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800;900&family=Roboto:wght@400;500;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,600;1,400&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap');

  /* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

  @font-face {
    font-family: 'Ravensara Sans';
    src: 
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010885ravensarasansmedium-woff21757010885.woff2	') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010884ravensarasansmedium-woff1757010884.woff') format('woff') ;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravensara Sans';
    src: 
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010884ravensarasans-bold-woff21757010884.woff2	') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010884ravensarasans-bold-woff1757010884.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravensara Sans';
    src: 
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010884ravensarasanslight-woff21757010884.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010884ravensarasanslight-woff1757010884.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravensara Sans';
    src:  
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010885ravensarasans-regular-woff21757010885.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010885ravensarasans-regular-woff1757010885.woff	') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravensara Sans';
    src: 
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010885ravensarasanssemibold-woff21757010885.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010885ravensarasanssemibold-woff1757010885.woff	') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravensara Sans';
    src: 
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010884ravensarasansblack-woff21757010884.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010884ravensarasansblack-woff1757010884.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ravensara Sans';
    src: 
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010885ravensarasansthin-woff21757010885.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757010885ravensarasansthin-woff1757010885.woff	') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
} */

  /* Setting of Landing page colors and Font */
  :root {
      --mainThemeColor: #566f77;
      --mainThemeColor-rgb: 243, 101, 49;
      --mainThemeColor2: #b0bec1;
      --eventFontColor: #333;
      --overlayHeadingTextColor: #f7f7f7;
      --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
      --eventFontSize: 20px;
      --smalltext: 18px;
      --eventFont: 'Raleway', sans-serif;
      --eventHeadingFont: 'Poppins', sans-serif;
      --h1FontSize: 45px;
      --h2FontSize: 42px;
      --h3FontSize: 38px;
      --h4FontSize: 22px;
      --h5FontSize: 20px;
      --h6FontSize: 18px;
      --white: #fff;
      --black: #000;
      --yellow: #ffd600;
      --lightGrey: #ddd;
      --darkgrey: #333;
      --halfWidth: 50%;
      --quarterWidth: 75%;
      --faqBgColor: #fafafa;
      --footerBg: #212121;
      --curved: 6px;
      --rounded: 50px;
      --btnFontSize: 18px;
  }
section#offer p {
    text-align: center;
}
div#custom-agenda .agenda-row .time {
    background: #f7d273;
}
div#custom-agenda .agenda-row .time p {
    color: #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #f7d273 !important;
    color:#000 !important;
}
#custom-agenda .agenda-body p {
  text-align:left;
    margin: 0px 0px 10px 0px !important;
      color: #333 !important;
    font-size: 18px !important;
}
.section.agenda-page .page-heading {
    display: none;
}
section.agenda-style-8 {
    background: #d1dedd;
}
.agenda-row .row1 {
    width: 100%;
}
body{
 overflow-x:hidden;
}
a.red-btn {
    background: green;
    padding: 10px 25px;
    display: inline-block;
    margin: 30px 0 0;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s;
    font-size: 16px;
}
a.red-btn:hover{
  transform:scale(0.9);
}
.pic-wrap{
  margin:30px 10px 50px;
  width:440px;
}
a.thumb {
    position: relative;
    display: block;
    text-align: center;
    margin: 20px auto;
      border: 4px solid #f7d273;
    border-radius: 0;
    overflow: hidden;
}
a.thumb i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 80px;
    height: 80px;
    background: #365679;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
 box-shadow: 0px 0px 1px 1px #0000001a;
    font-size: 28px;
  transition:0.2s;
  animation: pulse-animation 1s infinite;
}
#custom-agenda .agenda-row .agenda-body h3 {
    margin-top:0px;
    font-size: 30px;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
.marquee-inner,
.marquee-inner-new,
.marquee-inner-new1{
  display:inline-flex;
}
.slick-next:before, .slick-prev:before {
    font-size: 25px!important;
    opacity: 1!important;
 color:#365679!important;
}
.slick-prev {
    left: -30px!important;
}
.slick-slider div { 
  transition: none;
}
section#supportBy .row {
    display: block !important;
}
div#listing p {
    text-align: center;
}
div#listing h3.main-title {
    margin-bottom: 10px;
}

.list-wrap:nth-child(odd) {
  background-color: #F7D273;
}


.list-wrap:nth-child(even) {
  background-color: #597786;
  color: #fff; /* optional for contrast */
}
.list-wrap:nth-child(odd) h4,
.list-wrap:nth-child(odd) p{
  color:#000!important;
}






.list-wrap {
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0px 3px 10px #d4d4d4;
    margin: 30px 20px;
    text-align: center;
    max-width: 500px;
  min-width:460px;
    display: inline-flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 260px !important;
    background: #795F8A;
}

.list-wrap h4{
  min-height:48px;
  margin-bottom:20px;
      font-size: 24px;
      display: block;
    word-break:break-word;
    white-space: break-spaces;
  color:#fff;
}
div#listing p {
    text-align: center;
    display: block;
    word-break: break-word;
    white-space: break-spaces;
    color:#fff;
}
.sponsor-des p a{
  font-size:16px!important;
}
  .section.registration-form .row-content>.col-lg-12::after {
      content: "";
      background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1742914821original-version-png1742914821.png') no-repeat;
      /* background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1717006779ntoi-logo-png1717006779.png) no-repeat; */
      background-size: contain;
      width: 200px;
      position: absolute;
      top: calc(50% - 125px);
      right: -170px;
      height: 250px;
  }

.speaker_img-src img {
    object-fit: cover;
}



  .snippets {
      position: relative;
      padding: 40px 0 80px;
      background: #f7d273;
      color: #000;
  }

  .snippets h2 {
      text-transform: none;
      color: #fff;
      margin: 30px 0;
      font-size: 25px;
      font-weight: 700;
      text-align: center;
  }


  body.curr-lang-en.homepage-body .swiper-button-next:after,
  body.curr-lang-en.homepage-body .swiper-button-prev:after {
      font-size: 22px !important;
      margin-left: 1px;
      color: #ffd600 !important;
      font-weight: bold !important;
  }

  body.curr-lang-en.homepage-body .swiper-button-next,
  body.curr-lang-en.homepage-body .swiper-button-prev {
      width: 40px !important;
      border-radius: 25px;
      height: 40px !important;
      background: rgba(0, 0, 0, 0.5) !important;
      color: var(--yellow) !important;
      /* margin-left: -9px; */
  }



  .swiper-button-next:after,
  .swiper-button-prev:after {

      color: #fff ! IMPORTANT;

  }

  .snippets .snippets-container {
      margin-left: 0;
      margin-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
  }

  .snippets .snippet {
      padding: 12px 10px;
      max-width: 300px;
      width: 100%;
  }

  .snippets .snippet .img {
      margin: 0 auto;
      text-align: center;
  }

  .snippets .snippet .txt {
      margin: 0 auto;
      text-align: center;
  }

  .snippets .snippet .img img {
      border-radius: 500px;
      max-width: 200px;
      max-height: 200px;
      margin-bottom: 15px;
  }

  .snippets .snippet .txt h3 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      margin: 8px 0;
      color: #fff;
  }




  p#demo div {
      min-width: 78px;
      background-color: var(--mainThemeColor);
      padding: 22px 15px 15px;
      font-family: var(--eventHeadingFont);
  }

  .countdown-container .main-title {
      margin-bottom: 15px;
      display: none !important;
  }

  p#demo {
      /*  font-size: 40px;
    font-weight: bold;
    color: #fff;
    display: flex;
      text-align: center;
    justify-content: center;
  justify-content: space-between;*/
      font-size: 22px;
      font-weight: bold;
      color: #333333;
      display: block;
      text-align: center;
      margin: 20px 0;
  }

  p#demo .smallText {
      font-size: 14px;
      font-weight: normal;
      display: block;
  }

  /*p span[aria-label="Visit our Sponsor booths and discover their innovative product offerings."],
.session-detail p em{
  display:none;
}*/


  .algnspk {
      display: flex;
      justify-content: center;
  }

  #agenda>div>div>div>h3 {
      display: none;
  }

  /* General-------------------------- */


  body,p,li {
      font-family: var(--eventFont) !important;
      font-size: var(--eventFontSize);
      color: var(--eventFontColor);
      line-height: 26px;
  }

  body>.header-content>.container {
      max-width: 100%;
      width: 100%;
      padding: 0px;
  }

  body>.header-content {
      position: relative;
  }




  .simple-section {
      padding: 60px 0px;
      overflow-x: hidden;
  }

  .speaker-live {
      background: #c6e1dc !Important;
      padding: 60px 0px;
  }

  .event-sponsors .row .col-sm-6:nth-of-type(5) .sponsor-des div:first-of-type,
  .event-sponsors .row .col-sm-6:nth-of-type(6) .sponsor-des div:first-of-type {
      min-height: 300px;
  }

  .sponsor-des div:first-of-type {
      min-height: 375px;
  }

  .event-sponsors .row.row-content .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  .sponsor-content {
      border: 1px solid #ddd;
      padding: 10px;
      border-radius: 12px;
      margin-bottom: 30px;
      min-height: 360px;
  }

  .sponsor-content img {
      max-width: 200px;
      margin-bottom: 20px;
      height: 100px;
      object-fit: contain;
  }

  @media (min-width: 1200px) {
      div#myCarousel {
          max-width: 70%;
          margin: 0 auto;
      }
  }

  a#regBtn {
      background: #f7d273;
      border-radius: 4px;
  }

  section#Speakers .snippet {
      max-width: 260px;
      min-height: 300px;
  }

  #agenda_2 .agenda-rows .agenda-row .session-detail p {
      text-align: left !important;
  }

  #speaker-explore .row {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }

  #speaker-explore .row ul {
      padding-left: 20px;
  }

  .append-text {
      display: inline-block;
      width: 100%;
      text-align: left !important;
      padding-left: 1px;
  }

  .event-sponsors h3 {
      color: #f7d273;
      text-align: center;
      margin: 30px 0 40px 0px;
  }

  .white-bg {
      min-height: 90px;
      padding: 5px 5px;
      text-align: center;
  }

  .white-bg p {
      margin: 0;
  }

  .soicl-right-actions {
      position: fixed;
      right: 0;
      top: 50%;
      background-color: #F7D273;
      padding: 10px;
      text-align: center;
      border-radius: 10px;
  }


  .soicl-right-actions ul.socialIcons li {
      display: block;
      margin: 10px 0;
      padding: 0;
  }







  .sponsor-des div:first-of-type img {
      max-width: 200px;
      margin-bottom: 0px;
      height: 100px;
      object-fit: contain;
  }

  .sponsor-des div:first-of-type p a {
      font-size: 14px;
  }

  .sponsor-des div:last-of-type img {
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 200px !important;
      width: 200px;
      height: 200px;
      object-fit: cover;
      border-radius: 50%;
  }

  .sponsor-des {
      border: 1px solid #ddd;
      padding: 10px;
      border-radius: 12px;
      margin-bottom: 30px;
      min-height:615px;
  }
.sponsor-des p {
    font-size: 16px;
}
  h4.heading__s4 {
      display: inline-block;
      width: 100%;
  }

  p strong,
  p b {
      font-family: var(--eventFont);
  }

  .socialIcons li a {
      font-size: 30px !important;

  }

  h4.heading__s4 {
      padding-left: 30px;
      margin-bottom: 20px !important;
  }

  .section.registration-form {
      /*  padding-bottom: 50px;*/
  }

  .section.registration-form form {
      margin-bottom: 50px;
  }

  .ticket-info {
      padding-bottom: 0 !important;
  }

  .ticket__content {
      padding-bottom: 140px;
      padding-top: 60px;
  }

  section#supportBy {
      background: #f1f1f1;
  }

  .ticket-info .row .col-md-5:nth-of-type(3) .ticket ul,
  .ticket-info .row .col-md-5:nth-of-type(4) .ticket ul {
      min-height: 220px;
  }

  .ticket-info .row .col-md-5:nth-of-type(3) .ticket,
  .ticket-info .row .col-md-5:nth-of-type(4) .ticket {
      min-height: 420px;
  }

  .main-bg-color {
      background-color: var(--mainThemeColor2);
  }

  section#onDemandSpeakers {
      background: #f1f1f1;
  }

  .full-page-container .col-lg-12 {
      min-height: unset !important;
  }

  .public-page {
      display: inline-block !important;
  }

  .main-page {
      display: none !important;
  }

  .ticket-info {
    background-color: var(--mainThemeColor);
    background-size: cover;
    position: relative;
    padding: 60px 0px !important;
}

  .ticket h6 {
      text-align: center;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: solid 1px #F7D273;
  }

  .ticket>p {
      text-align: center;
      margin-bottom: 20px;
  }

  /*.ticket-info::before {
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      content: "";
      background: #00000042;
      position: absolute;
      opacity: 0.9;
  }*/

  .ticket-info .main-intro {
      color: #fff;
  }

  .ticket-info .row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      margin: 0px;
  }

  /*.agenda-row .agenda-col:first-of-type span.timespan {
    width: 72px;
    overflow: hidden;
    text-wrap: nowrap;
    direction: rtl;
  height: 24px;
    margin: 0 auto;
  }*/
  #sp__4 .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  .row.resouceTickets {
      display: flex;
      flex-wrap: wrap;
  }

  .row.resouceTickets>div {
      display: flex;
  }

  .section.speaker-page2 .col-md-3.col-sm-6.col-xs-12 {
      width: 33.33%;
  }

  /***agenda new veriosn****/
  .section.speaker-page2 .container.full-page-container {
      width: unset !important;
      max-width: unset !important;
      padding: 0px !important;
      margin-top: -10px;

  }

  .section.speaker-page2 .full-page-container .col-lg-12 {
      display: unset !important;
      width: 100%;
      padding: 0;
  }

  /*.agenda-design2-speaker .agenda-row .agenda-col:first-child span{
   font-size: 0px!important;
   margin-top: -10px !important;
  }
  
  .agenda-design2-speaker .agenda-row .timespan::before {
    font-size: 16px!important;
    
  }
  #agenda_2 .agenda-rows:nth-of-type(1) span .timespan::before{
   content: "09:00am - 9:30am BST";
  }
  #agenda_2 .agenda-rows:nth-of-type(2) span .timespan::before{
   content: "09:30am - 9:45am BST";
  }
  
  #agenda_2 .agenda-rows:nth-of-type(3) span .timespan::before{
   content: "09:45am - 10:30am BST";
  }
  
  #agenda_2 .agenda-rows:nth-of-type(4) span .timespan::before{
   content: "10:30am - 11:00am BST";
  }
  
  #agenda_2 .agenda-rows:nth-of-type(5) span .timespan::before{
   content: "11:00am - 11:45am BST";
  }
  
  #agenda_2 .agenda-rows:nth-of-type(6) span .timespan::before{
   content: "11:45am - 12:30pm BST";
  }
  
  #agenda_2 .agenda-rows:nth-of-type(7) span .timespan::before{
   content: "12:30pm - 01:30pm BST";
  }
  
  #agenda_2 .agenda-rows:nth-of-type(8) span .timespan::before{
   content: "01:30pm - 02:15pm BST";
  }
  
  #agenda_2 .agenda-rows:nth-of-type(9) span .timespan::before{
   content: "02:15pm -03:00pm BST";
  }
  
  #agenda_2 .agenda-rows:nth-of-type(10) span .timespan::before{
   content: "03:00pm - 03:30pm BST";
  }
  
  #agenda_2 .agenda-rows:nth-of-type(11) span .timespan::before{
   content: "03:30pm - 04:15pm BST";
  }
  
  #agenda_2 .agenda-rows:nth-of-type(12) span .timespan::before{
   content: "04:15pm - 4:30pm BST";
  }*/



  .agenda-design2-speaker .agenda-row h3 {
      font-size: 22px !important;

      font-weight: 600 !important;
      line-height: 24px !important;

  }

  .agenda-row .agenda-col:first-of-type span {
      color: #012353 !important;
      font-size: 16px !important;
      display: block;
      font-weight: 600 !important;
      font-family: 'Open Sans' !important;
  }

  h4.heading__s {
      padding-bottom: 20px;
      font-size: 20px !important;
      font-weight: 600;
      color: #333333 !important;
  }

  .agenda-design2-speaker .agenda-row .agenda-col:last-child {

      padding: 0px 0px 0 10px !important;
  }

  /*****/

  #agenda_2 .agenda-rows .col-lg-4.col-sm-12 {
      width: 48% !important;

  }

  #agenda_2 .agenda-rows .agenda-row .speaker img {

      position: unset !important;
      flex-shrink: 0;

  }

  #agenda_2 .agenda-rows .agenda-row .speaker {
      padding-left: 0px !important;
  }


  .agenda-design2-speaker {

      padding: 10px 0px !important;
  }

  .agenda-design2-speaker>.container {
      max-width: 100%;
      width: 100%;
  }

  img.img__de {
      /* width: 160px; */
      /* height: 160px; */
      width: 100%;
      max-width: 312px;
  }

  span.title__s {
      padding-left: 25px;
  }

  .section.agenda-page2 {
      background: url(https://euimg.vfairs.com/uploads/vjfnew/10000194/uploads/vjf/content/misc/1684225413backgroundbannercancerconference.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
  }
.agenda-page .agenda-design2-speaker .main-title {
    display: none;
}

  span.title__s {

      font-size: 30px !important;
      font-weight: 600 !important;
      color: #3e85e1 !important;
  }

  #agenda_2 h3.main-title {

      display: none !important;
  }

  #agenda_2 {
      padding: 20px 0;
      margin: 40px 0px;
      background-color: #e1e6e9;
      margin-top: 0px !important;

  }

  .agenda-design2-speaker .agenda-row .agenda-col:last-child {
      border-left: 6px solid #597786 !important;

  }

  .agenda-design2-speaker .agenda-row .speaker {

      margin-bottom: 20px;
  }

  .agenda-design2-speaker .agenda-row span.designation {

      font-size: 16px !important;
  }

  .agenda-design2-speaker h4 span {

      display: none !important;

  }

  .agenda-design2-speaker .agenda-row h3 {

      background: #597786 !important;
  }

  .agenda-design2-speaker .agenda-row h3 {

      color: #fff !important;


  }


  .agenda-design2-speaker .agenda-row .speaker img {
      height: 80px !important;
      width: 80px !important;
      border: 5px solid #597786 !important;
      border-radius: 50px !important;
      padding: 0px !important;
      object-fit: cover !important;

  }

  .agenda-design2-speaker .agenda-row .speaker {
      padding-left: 95px !important;

  }


  /***end ****/

  #agenda .bg-agenda {
      padding-top: 0px !important;
  }

  .agenda-page .row-content {
      padding: 0 !important;
  }

  .agenda-page #agenda {
      padding: 0 20px !important;
      margin: 0 !important;
  }

  .section.agenda-page {
      background: url(https://euimg.vfairs.com/uploads/vjfnew/10001120/uploads/vjf/content/misc/1756383584gut%20brain%20background.jpg);

      background-repeat: no-repeat;
      background-size: cover;
  }

  .section.speakers-page .page-heading {
      display: none;
  }

  .speaker_img-src h5 {
      font-size: 16px;
      font-weight: 400;
      font-family: var(--eventFont);
  }

  #agenda .agenda-row .agenda-col .row .speaker {
      display: block;
      text-align: center;
  }

  .speaker_img-src h4 {
      font-size: 18px;
  }

  div#livespeakers {
      background-color: #e57a59;
      padding: 40px 0;
  }

  /* .snippets-container .snippet {
    pointer-events: none;
  } */
  div#ondemand {
      background-color: #F7D273;
      padding: 40px 0;
  }

  div#ondemand\ home-page .speaker_img-src h5 {
      min-height: 75px;
  }

  div#ondemand\ home-page .row .col-sm-2 {
      width: 20%;
  }

  .section.speakers-page .full-page-container .col-lg-12 {
      display: block;
  }

  .agenda-col p,
  .agenda-col p span {
      font-weight: 300 !important;
      font-family: 'Open Sans' !important;
      font-style: normal !important;
  }

  .speaker.mh-60 {
      display: flex;
      align-items: center;
  }

  .speaker.mh-60 img {
      margin-right: 15px !important;
  }

  .agenda-col h4 {
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
  }

  #agenda h2.img-heading {
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
  }

  .section.speakers-page .container.full-page-container {
      width: 100%;
      margin: 0;
      max-width: 100%;
      padding: 0;
  }

  .ticket ul li {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600 !important;
      margin-bottom: 6px;
  }

  div#ondemand\ home-page .speaker_img-src .speaker_desc {
      display: none;
  }

  #ondemand .row {
      display: flex;
      flex-wrap: wrap;
  }

  .section.speakers-page .container.full-page-container .row.row-content {
      padding: 0;
  }



  .speaker_container {
      padding: 30px 0px;
  }

  .speaker_img-src {
      text-align: center;
      cursor: pointer;
  }

  .speaker_img-src img {
      width: 80%
  }

  .speaker_img-src:hover .speaker_desc {
      opacity: 1;
      width: 100%;
      height: auto;
      padding: 20px;
      border-radius: 8px;
  }

  .speaker_img-src {
      margin: auto;
      position: relative;
      border-radius: 25px;
      outline: 0;
      cursor: pointer;
      transition: all 0.3s ease;
  }

  .speaker_img-src .speaker_desc {
      opacity: 0;
      width: 100%;
      height: 0;
      background: #efeded;
      border-radius: 0;
      margin: auto;
      transition: all 0.3s ease;
      top: 0;
      position: relative;
  }

  .speaker_img-src h4 {
    color: var(--white);
    font-weight: 600;
}

  .speaker_img-src img {
      width: 200px;
      height: 200px;
      border-radius: 100%;
      margin: 30px auto 0px;
      display: block;
      border: 1px solid #ccc;
  }

  .speaker_img-src .row {
      display: flex;
      flex-wrap: wrap;
  }




  #agenda .bg-agenda {
      margin-bottom: 48px;
      background: #e1e6e9;
      padding: 30px 15px;
  }

  .agenda-col h3 {
      background: #597786;
      padding: 10px 15px !important;
      font-weight: bold;
      color: #fff;
      margin: 0 0 15px 0;
      font-size: 18px;
  }

  .img-heading img {
      max-width: 160px;
      margin-right: 20px;
  }

  .img-heading {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 30px;
  }

  #agenda {
      padding: 20px;
      /* margin: 40px 0px; */
      background-color: #e1e6e9;
  }
  .agenda-page .agenda-design2-speaker {
    background: #e1e6e9;
}

  .agenda-design2-speaker .agenda-row .agenda-col:last-child .row {
    justify-content: start;
}

  .agenda-row .agenda-col:first-of-type span {
      color: #012353;
      font-size: 16px;
      display: block;
      font-weight: 600;
  }

  .agenda-row .agenda-col:last-child {
      border-left: 5px solid #597786;
      padding: 0 12px;
      padding-bottom: 26px;
      width: 85%;
  }

  .agenda-row {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      margin-bottom: 30px;
  }

  #agenda .agenda-row .agenda-col:first-of-type span {
      font-weight: 600;
  }

  .agenda-row .agenda-col:first-of-type {
      width: 20%;
      text-align: center;
  }

  #agenda .speaker img {
      border-radius: 50%;
      width: 88px;
      height: 88px;
      margin: 4px;
      border: 5px solid #597786;
      object-fit: cover;
  }

  .coloredBg {
      background: var(--mainThemeColor);
      background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
      background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
  }

  .whiteText * {
      color: var(--white);
  }

  .whiteText a:hover,
  .whiteText a:focus {
      color: var(--yellow);
  }

  /*h4.form-heading {
    font-size: 0px;
  }*/
  body>p:first-of-type {
      margin: 0px;
  }



  /* Buttons------------------------------ */
  .vfairsBtn {
      padding: 12px 35px;
      margin: 30px 5px;
      display: inline-block;
      font-size: var(--btnFontSize);
      font-weight: 600;
      border: 2px solid transparent;
  }

  .coloredShadow {
      box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb), 0.3);
  }

  .grayShadow {
      box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
  }

  .curved {
      border-radius: var(--curved);
  }

  .rounded {
      border-radius: var(--rounded);
  }

  .btnWhite {
      background: var(--white);
      color: var(--mainThemeColor);
      border: 2px solid var(--mainThemeColor);
  }

  .btnBlack {
      background: var(--black);
      color: var(--white);
  }

  .btnColored {
      background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
      background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
      color: var(--white) !important;
  }

  .btnColored:hover,
  .btnColored:focus {
      background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
      background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
      color: var(--white) !important;
      text-decoration: none !important;
  }

  .btnWhite:hover,
  .btnWhite:focus,
  .btnBlack:hover,
  .btnBlack:focus {
      background: var(--mainThemeColor);
      color: var(--white);
      text-decoration: none !important;
  }

  /* Headings--------------------------- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .popup h1 {
      font-family: var(--eventHeadingFont);
      font-weight: 700;
  }

  h1,
  .popup h1 {
      font-size: var(--h1FontSize);
      font-weight: 800;
  }

  h2 {
      font-size: var(--h2FontSize);
  }

  h3 {
      font-size: var(--h3FontSize);
  }

  h4 {
      font-size: var(--h4FontSize);
  }

  h5 {
      font-size: var(--h5FontSize);
  }

  h6 {
      font-size: var(--h6FontSize);
  }

  /* Top black bar----------------------- */
  .slim-bar {
      position: initial;
      background-color: var(--black);
      color: var(--white);

  }

  .slim-bar ul>li {
      list-style: none;
      margin: 0px 0px 0px 0px;
      padding: 5px 0px 0px 0px;

  }

  .slim-bar .row {
      justify-content: end !important;
  }

  /* Set 0 padding or Margin */
  .noPadding {
      padding: 0px !important;
  }

  .noTopPadding {
      padding-top: 0px !important;
  }

  .noBottomPadding {
      padding-bottom: 0px !important;
  }

  .noLeftPadding {
      padding-left: 0px !important;
  }

  .noRightPadding {
      padding-right: 0px !important;
  }

  .noMargin {
      margin: 0px !important;
  }

  .noTopMargin {
      margin-top: 0px !important;
  }

  .noBottomMargin {
      margin-bottom: 0px !important;
  }

  .noLeftMargin {
      margin-left: 0px !important;
  }

  .noRightMargin {
      margin-right: 0px !important;
  }


  /* Main Heading------------------------- */
  .main-title {
      text-align: center;
      position: relative;
      z-index: 0;
      margin-bottom: 20px;
  }

  .main-title span {
      display: block;
      color: var(--mainThemeColor);
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 600;
  }


  .main-title .headingOverlayText {
      position: absolute;
      color: var(--overlayHeadingTextColor);
      margin: 0px 0px 0px 0px;
      font-size: 150px;
      font-weight: 700;
      line-height: 70px;
      letter-spacing: -9px;
      z-index: -1;
      left: 50%;
      transform: translateX(-50%);
      top: -40px;
      width: 100%;
      display: inline;
      text-transform: lowercase;
  }




  /* Unordered list------------------------------- */
  ul {
      list-style: disc;
      padding-left: 30px;
  }

  ul li {
      margin-bottom: -1px;
  }

  ul.checklist li {
      padding-left: 35px;
      position: relative;
      margin-bottom: 40px;
      ;
  }

  ul.checklist li i {
      position: absolute;
      left: 0px;
      top: 0px;
      font-size: 25px;
  }

  /* Event Logo----------------------------------- */
  .event-logo img {
      margin: 8px 0px;
      max-width: 90px;
  }

  /* Main Navigation------------------------------ */
  #main-nav {
      padding: 0px;
      display: flex !important;
  }

  #main-nav .navbar-nav {
      display: flex !important;
      flex-direction: row;
      justify-content: end;
      flex-grow: 1;
  }

  #main-nav a {
      color: var(--eventFontColor);
      font-size: var(--eventFontSize);
      padding: 8px 12px;
  }

  #main-nav a:hover,
  #main-nav a:focus {
      color: var(--mainThemeColor);
      text-decoration: none;
  }

  .fullWidthNav .container {
      max-width: 100%;
      width: 100%;
  }

  .header-content .row {
      display: flex;
      align-items: center;
      flex-wrap: initial;

  }

  .header-content nav {
      margin-bottom: 0px;
      display: flex;
      align-items: center;
      justify-content: end;
      padding-left: 0px;
      padding-right: 0px;
  }

  #main-nav .navbar-nav li {
      margin-bottom: 0px;
  }

  .stickyNav {
      width: 100%;
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 55;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
      background: var(--white);
  }

  #main-nav .navbar-nav li.active a {
      color: var(--mainThemeColor);
      text-decoration: none;
  }

  .navClose {
      display: none;
  }

  .navbar-toggle {
      margin-right: 0px;
      background: var(--mainThemeColor);
      border-radius: 6px;
  }

  #LoginBtn {
      border-radius: var(--rounded) !important;
      font-family: var(--eventFont);
  }

  #LoginBtn:hover,
  #LoginBtn:focus {
      color: var(--white) !important;
  }

  .navbar-toggle {
      /*Set to 0 if Accessibility Feature not added*/
      margin-right: 25px;
      background: var(--mainThemeColor);
      border-radius: 6px;
  }

  .navbar-default .navbar-toggle .icon-bar {
      background-color: var(--white);
  }



  /* Hero Section */
  .main_top_area {
      background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1672321610bg-2jpg-jpg1672321610.jpg")no-repeat center;
      background-size: cover;
      padding-top: 4%;
      padding-bottom: 6%;
      position: relative;
  }

  .main_top_area::before {
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      content: "";
      background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
      background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
      position: absolute;
      opacity: 0.9;
  }

  .popup .col-sm-12 {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap;
  }

  #date-info {
      margin-top: 0px;
      margin-bottom: 30px;
      color: var(--white);
      font-weight: 600;
      font-family: var(--eventFont);
  }

  .eventDate::after {
      content: "|";
      margin-left: 7px;
  }

  .two-btns {
      text-align: center;
      margin: 35px 0 20px;
      padding: 2px;
      border: solid 2px var(--white);
      display: inline-block;
      border-radius: 40px;

  }


  .two-btns a {
      background: var(--white);
      color: var(--mainThemeColor) !important;
      display: inline-block;
      padding: 12px 34px;
      border-radius: 40px;
      letter-spacing: 1px;
      font-size: 18px;
  }


  .two-btns a:first-child {
      background: transparent;
      color: var(--white) !important;
      box-shadow: none;
  }

  .two-btns:hover a {
      background: transparent;
      color: var(--white) !important;
      box-shadow: none;
  }

  .two-btns a:hover {
      background: var(--white) !important;
      color: var(--mainThemeColor) !important;
      box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb), 0.3);
      text-decoration: none;
  }

  .two-btns i {
      margin-right: 5px;
  }

  /*Registration Form---------------------*/
  input[type="file"] {
      width: 40%;
  }

  .reg-form-wrap h3 {
      font-size: 28px;
      font-weight: bold;
      margin: 20px auto;
      max-width: 850px;
      color: var(--eventFontColor);
  }

  /*.page-heading {
    height: 1px;
  }*/
  form input[type=submit] {
      background: var(--mainThemeColor);
      border-color: var(--mainThemeColor);
      border-radius: var(--rounded) !important;
  }

  .reg-form-data .col-12 input[type=submit]:hover,
  .reg-form-data .col-12 input[type=submit]:focus {
      background: var(--darkgrey);
  }

  .reg-form-data input::file-selector-button {
      background: var(--mainThemeColor) !important;
  }

  .nw-frm-bldr .reg-form-data {
      box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      border: 1px solid #dedede;
      margin-bottom: 30px;
  }

  #grp_fld_1307083 label {
      display: inline;
  }

  .nw-frm-bldr .control-label {
      font-family: var(--eventHeadingFont);
      color: var(--eventFontColor);
  }

  .reg-form-data .form-control {
      font-family: var(--eventFont);
      color: var(--eventFontColor);
  }

  .nw-frm-bldr.reg-form-wrap>.row>.col-12,
  .row.row-content>div>.container-fluid {
      padding: 0;
  }


  /*Thank you page-----------------------*/
  .thanksWrapper {
      text-align: center;
      max-width: var(--halfWidth);
      margin: 20px auto;
      box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      border: 1px solid #dedede;
      padding: 30px 50px 50px;
      width: 100%;
      max-width: 90%;
  }

  .thanksWrapper span {
      display: block;
      font-size: 22px;
      font-weight: 400;
  }

  .thanksWrapper p {
      margin-top: 30px;
  }

  .full-page-container .col-lg-12 {
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }

  .row-content {
      padding-top: 0px;
      padding-bottom: 10px;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      margin: 0 !important;
  }

  /* Login Modal----------------------- */
  #LoginModal h4,
  #forgot-pwd-modal h4 {
      font-size: 20px;
  }

  #login-footer a,
  #login-footer button,
  #reset-pwd-frm a,
  #reset-pwd-frm button {
      background: var(--mainThemeColor);
      font-family: var(--eventFont);
  }

  #login-footer .btn-default,
  #reset-pwd-frm .btn-default {
      background: var(--white);
  }

  #login-footer .btn-darkgrey,
  #reset-pwd-frm .btn-darkgrey {
      color: var(--white);
  }

  #login-footer .btn-default,
  #reset-pwd-frm .btn-default {
      border-color: #ccc;
  }

  #login-footer .col-sm-8 .btn-darkgrey,
  #reset-pwd-frm .btn-darkgrey {
      border-radius: var(--rounded) !important;
      font-family: var(--eventFont);
  }

  #LoginBtn {
      font-size: var(--smallText);
      padding: 6px 12px;
  }

  .modal .modal-dialog {
      max-width: initial;
  }

  #login-footer .row .col-sm-4 {
      max-width: initial;
      flex: 33%;
      order: 2;
  }

  #login-footer .btn,
  #reset-pwd-frm .btn {
      border-radius: var(--rounded);
  }

  #login-footer .btn:hover,
  #reset-pwd-frm .btn:hover {
      background: var(--darkgrey) !important;
      color: var(--white) !important;
  }

  #reset-pwd-frm label,
  #LoginModal label {
      font-family: var(--eventHeadingFont);
  }

  #reset-pwd-frm input,
  #LoginModal input {
      font-family: var(--eventFont);
  }


  /* Countdown Timer---------------------------- */
  .countdown-container {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      left: 50%;
      width: 46%;
      transform: translateX(-50%);
      border-radius: 15px;
      padding: 15px;
      box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
      border: 2px solid var(--mainThemeColor);
  }

  .countdown-container .main-title {
      margin-bottom: 15px;
  }

  #clockdiv {
      font-family: var(--eventHeadingFont);
      color: var(--mainThemeColor);
      display: inline-block;
      font-weight: 700;
      text-align: center;
      font-size: 50px;
      display: flex;
      justify-content: space-between;
  }

  #clockdiv .smalltext {
      color: var(--eventFontColor);
      font-size: var(--eventFontSize);
  }

  #clockdiv>div {
      background: none;
      position: relative;
      margin-right: 40px;
  }

  #clockdiv>div::before {
      content: ":";
      color: #f7d273;
      position: absolute;
      right: -22px;
      top: 50%;
      transform: translateY(-60%);
  }

  #clockdiv>div:last-child::before {
      content: "";

  }

  #clockdiv .eventlive {
      max-width: 500px;
      font-size: 24px;
  }

  /* About section -------------------------------------- */
  .main-intro {
      max-width: 75%;
      text-align: center;
      margin: auto;
      margin-bottom: 10px !important;
  }

  .main-intro strong {
      margin-bottom: 25px;
      font-size: 20px;
      display: block;
  }


  /* Why Attend section------------------------------------ */
  #whyAttend {
      padding-top: 80px;
  }

  /* #whyAttend .main-title {
      margin-bottom: 60px;
  } */

  #whyAttend .headingOverlayText {
      color: var(--overlayHeadingTextColor2)
  }

  #whyAttend li i {
      color: var(--yellow);
  }

  .whiteText .main-title span {
      color: var(--yellow);
  }



  /* Agenda-------------------------------------------- */

   /*#agenda h3 {
      font-size: var(--h4FontSize);
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
  } */

  #agenda p,
  #agenda span {
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
  }

  #agenda .nav-tabs>li>a {
      color: var(--mainThemeColor) !important;
      background-color: var(--white) !important;

  }

  #agenda .nav>li>a:hover,
  .nav>li>a:focus {

      color: var(--mainThemeColor) !important;
  }

  #agenda .agenda-style-6 .time-box,
  #agenda .nav-tabs>li.active>a,
  #agenda .nav-tabs>li.active>a:hover,
  #agenda .nav-tabs>li.active>a:focus {
      background: var(--mainThemeColor) !important;
      color: var(--white) !important;

  }

  .nav-tabs>li.active>a:before,
  .nav-tabs>li.active>a:focus:before,
  .nav-tabs>li.active>a:hover:before {
      border-top-color: var(--mainThemeColor) !important;

  }

  div.speaker2[data-toggle="modal"] {
      cursor: pointer;
  }

  div.speaker2[data-toggle="modal"]:hover strong {
      color: var(--mainThemeColor);
  }

  .agenda-time span {
      background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
      background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;

  }

  .nav-tabs>li.active>a:after,
  .nav-tabs>li.active>a:focus:after,
  .nav-tabs>li.active>a:hover:after {


      border-top-color: var(--mainThemeColor) !important;
  }

  /*Sponsors Section----------------------------------------*/
section#supportBy .main-title {
    text-align: center !important;
    width: 100%;
    color: var(--black);
}

  .logos-list {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      max-width: 1530px;
      margin: 0 auto;
  }

  .logos-list img {
      margin: 15px 10px;
      width: 200px;
      background: #fff;
      height: 200px;
      object-fit: contain;
      padding: 10px;
      border-radius: 50%;
      box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
  }

  .logos-list img:hover {
      box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
  }


  /* FAQs Section------------------------------------------- */
  .faq.padding {
      padding: 0
  }

  .faq .panel {
      background: var(--faqBgColor);
      padding: 24px 25px 24px;
      margin: 0 0 27px;
      border: none;
      border-radius: 15px;
      box-shadow: 0 1px 1px rgb(0 0 0 / 5%);

  }


  .faq .panel-heading {
      padding: 0 !important;
      background: 0 0 !important
  }

  .faq h4.panel-title a {
      text-decoration: none;
      cursor: pointer;
      outline: 0;
      line-height: 24px;
      color: var(--eventFontColor);
      font-family: var(--eventHeadingFont);
      font-weight: 700;
      text-transform: none;
      padding-left: 45px;
  }

  .faq .panel-collapse {
      text-decoration: none;
      cursor: pointer
  }

  .faq .panel-collapse .panel-body {
      width: 100% !important;
      padding-bottom: 0;
      border: none !important;
      padding-top: 9px;
      font-size: var(--eventFontSize) !important;
      font-family: var(--eventFont) !important;
      line-height: 24px !important;
      color: var(--eventFontColor) !important
  }

  .faq .panel-title>a:before {
      float: right !important;
      font-family: FontAwesome;
      content: '068';
      padding-right: 5px;
      font-size: 19px;
      color: var(--mainThemeColor);
  }

  .faq .panel-title>a.collapsed:before {
      float: right !important;
      content: '067';
  }

  .faq .panel-title>a:hover,
  .faq .panel-title>a:active,
  .faq .panel-title>a:focus {
      text-decoration: none;
  }

  .num_icon {
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50px;
      line-height: 30px;
      text-align: center;
      background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
      background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
      color: var(--white);
      font-style: normal;
      margin-right: 10px;
      position: absolute;
      left: 0px;
  }

  .cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
      padding: 12px 45px 0px 45px;
  }

  /* Contact Section------------------------------ */
  .ask-cta {
      background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
      background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .ask-cta>.container>.row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

  .ask-cta .contact-img {
      max-height: 200px;
  }

  #contact {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .contactPersons {
      display: flex;
      flex-wrap: wrap;
  }

  .contactPersons_box {
      margin-right: 70px;
      margin-bottom: 30px;
  }

  .contactPersons_box p {
      margin-bottom: 0px;
  }

  .textSmall {
      font-size: var(--smalltext);
      font-weight: 400;
  }

  .contactPersons_box h5 {
      line-height: 23px;
  }

  .contactPersons>div:nth-child(even) {
      margin-right: 0px;
  }




  /* Footer----------------------------- */
  footer {
      background: var(--footerBg);
      padding: 20px 0px;
      position: relative;
      border-top-color: var(--mainThemeColor);
  }

  .footer-links li {
      display: inline-block;
      position: relative;
  }

  .footer-links li:after {
      content: "|";
      margin: 0px 5px 0px 12px;
  }

  .footer-links li:last-child::after {
      margin-right: 0px;
      content: "";
  }

  .footer-links a {
      font-size: var(--smalltext) !important;
  }

  .socialIcons {
      list-style: none;
      padding: 0px;
      margin-bottom: 0px;
  }

  .socialIcons li {
      display: inline-block;
      padding-right: 10px;
  }

  .socialIcons li:last-child {
      padding-right: 0px;
  }

  .socialIcons li a {
      font-size: 20px;
      color: #597786;
      text-decoration: none;
  }

  .socialIcons li a:hover i {
    color: #f7d273;
}

  /*Top to the Page button---------------*/
  #top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: var(--white);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    z-index: 45;
    display: none;
    background-color: #f7d273;
    font-size: 24px;
    padding-top: 13px;
    border-radius: 5px;
}

  #top:hover,
  #top:focus {
      background-color: var(--darkgrey);
  }


  /*Accessibility Features---------------*/
  .btn.btn-access.slide {
      position: absolute;
      z-index: 45;
      border-radius: 50px;
      width: 35px;
      height: 35px;
      background: var(--darkgrey);
      right: 12px;
      top: 46px;
      text-align: center;
      padding: 5;
  }

  .btn.btn-access.slide:hover {
      background: var(--mainThemeColor);
  }

  .accsess_tray {
      display: block;
      position: fixed;
      right: 10px;
      background-color: var(--white);
      top: 110px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      padding: 4px;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  }

  .accsess_tray #readspeaker_button1,
  .accsess_tray .hall-wrap .rsbtn {
      right: -34px;
  }

  .accsess_tray .rsexpanded span {
      margin: 0;
  }

  .accsess_tray .rsexpanded span.rsbtn_text {
      margin: 5px 0 0 6px;
  }

  .accsess_tray .rsexpanded .rsbtn_progress_container.rsimg {
      margin: 7px 0 0 5px;
  }

  .accsess_tray .rsexpanded .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
      display: inline-block;
  }

  .accsess_tray svg path {
      fill: var(--mainThemeColor);
  }

  .accsess_tray .btn-tray {
      padding: 6px;
      border-radius: 8px;
      font-weight: 500;
      font-size: 15px !important;
      line-height: normal;
      display: flex;
      align-items: center;
      margin-right: 5px;
      background: rgba(var(--mainThemeColor-rgb), 0.1);
      color: var(--mainThemeColor);
  }

  .accsess_tray .btn-tray:last-child {
      margin-right: 4px;
  }

  .accsess_tray .btn-tray.btn:hover {
      opacity: 0.9;
  }

  .accsess_tray .btn-tray svg path {
      fill: var(--mainThemeColor);
  }

  .accsess_tray span {
      margin-right: 8px;
  }

  .accsess_tray .btn-close-access {
      text-align: center;
      padding: 8px 8px;
      background: transparent;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  #accessibility-fade-in {
      width: 1px;
      opacity: 0;
      transition: all 0.75s ease;
      z-index: 5;
  }

  #accessibility-fade-in.show {
      opacity: 1;
      width: 262px;
      display: none !important;
  }

  /* Privacy Policy------------- */
  .content-page ul {
      list-style-type: disc;
      margin-left: 20px;
  }

  div#myCarousel .carousel-control {
      display: block !important;
  }

  .content-page ul li {
      margin-bottom: 0;
  }

  .content-page p,
  .content-page li {
      text-align: justify;
  }

  .org-logos .col-sm-3 img {
      width: 90px;
  }

  .banner_sec {
    background: #b0bec1;
    padding-bottom: 20px;
}
h4.event_date {
    text-align: center;
    margin-top: 20px;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
}
  
  @media (max-width: 1440px) {
      .logos-list img {
          width: 182px;
          height: 182px;
      }
  }

  @media (max-width: 1200px) {
      .section.speaker-page2 .col-md-3.col-sm-6.col-xs-12 {
          width: 50%;
      }

      .logos-list img {
          width: 140px;
          height: 140px;
          margin: 10px;
      }
  }

  .nav #LoginBtn {
      border-radius: 4px !important;
      margin-left: 8px;
  }



.video-wrap {
    position: relative;
    max-width: 979px;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: -18%;
}
.video-wrap iframe {
    width: 100%;
    height: 550px;
    border-radius: 30px;
    border: 0;
}


  @media (max-width: 768px) {
    h4.event_date {
        font-size: 18px;
    }
    .video-wrap iframe {
    height: auto;
}
    .video-wrap {
  
    margin-top: -20px;
}
    .swiper-wrapper {
    display: block!important;
    }
    .swiper-slide {
    flex: 1 1 100%!important;
    max-width: 100%!important;
    margin-right: 0;
}
      .logos-list img {
          width: 100px;
          height: 100px;
      }
  }

  @media (max-width: 767px) {

      .swiper-button-prev,
      .swiper-button-next {
          width: 30px;
          height: 30px;
          font-size: 14px;
      }

      .swiper-button-prev {
          left: -20px;
      }

      .swiper-button-next {
          right: -20px;
      }

      .instagram-media {
                width: auto;
          height:615px !important;
      }

      .algnspk {
          display: block;

      }

      .nav #LoginBtn {
          margin-left: 0px;
      }

      .ticket-info .col-md-4 {
          width: 100%;
      }

      #agenda_2 .agenda-rows:nth-of-type(2) .col-lg-4.col-sm-12 {
          width: 100% !important;

      }

      #agenda_2 .agenda-rows:nth-of-type(14) .col-lg-4.col-sm-12 {
          width: 100% !important;

      }

      #agenda_2 .agenda-rows:nth-of-type(11) .col-lg-4.col-sm-12 {
          width: 100% !important;

      }

      #agenda_2 .agenda-rows:nth-of-type(4) .col-lg-4.col-sm-12 {
          width: 100% !important;

      }

      #agenda_2 .agenda-rows:nth-of-type(12) .col-lg-4.col-sm-12 {
          width: 100% !important;

      }

      #agenda_2 .agenda-rows:nth-of-type(13) .col-lg-4.col-sm-12 {
          width: 100% !important;

      }

      .m-1 .col-12 {
          padding: 0;
      }

      form#form_1902 {
          padding: 0;
      }

      .section.speaker-page2 .col-md-3.col-sm-6.col-xs-12 {
          width: 100%;
      }

      .agenda-design2-speaker .agenda-col,
      .agenda-design4 .agenda-row {
          width: 100% !important;
      }

      div#ondemand\ home-page .row .col-sm-2 {
          width: 100%;
      }

      #agenda_2 .agenda-rows:nth-of-type(6) .col-lg-4.col-sm-12 {
          width: 100% !important;
      }

      #agenda_2 .agenda-rows:nth-of-type(11) .col-lg-4.col-sm-12 {
          width: 100% !important;
      }

      .section.registration-form .row-content>.col-lg-12 {
          padding: 0 !important;
      }

      .section.registration-form .row-content>.col-lg-12::before,
      .section.registration-form .row-content>.col-lg-12::after {
          display: none;
      }


      #main-nav {
          position: fixed;
          top: 0;
          left: 0px;
          z-index: 55;
          background: rgba(0, 0, 0, 0.9);
          width: 100%;
          height: 100%;
          text-align: center;
          align-items: center;
          justify-content: center;
          display: none !important;
      }

      #main-nav .navbar-nav {
          flex-direction: column;

      }

      #main-nav .navbar-nav {
          flex-direction: column;
          flex-grow: initial;
      }

      .navClose {
          position: absolute;
          top: 15px;
          right: 20px;
          color: var(--white);
          font-size: 22px;
          font-family: 'Poppins';
          border-radius: 100%;
          width: 40px;
          height: 40px;
          border: 2px solid var(--white);
          display: flex;
          justify-content: center;
          align-items: center;
      }

      #main-nav.in {
          display: flex !important;
      }

      #main-nav a {
          color: var(--white);
          font-size: 18px;
          padding: 18px 15px;
      }

      #LoginBtn {
          margin-top: 12px;
      }

      .event-logo {
          flex-grow: 1;
      }

      .whyAttendImg {
          max-width: 320px !important;
          display: block;
          margin: auto;
      }

      .contactPersons {
          justify-content: space-around;
      }

      .contactPersons_box {
          margin-right: 0px;
      }

      #contact h3 {
          text-align: center;
      }

      .footer-section .row>div {
          text-align: center !important;
      }

      input[type="file"] {
          width: 100%;
      }

      .modal .modal-dialog {
          width: 95% !important;
      }

      .modal-footer .btn+.btn {
          margin-left: 2px;
      }

      #login-footer .row {
          flex-direction: column;
      }

      #login-footer .row .col-sm-4 {
          order: 1;
      }

      #login-footer .row .col-sm-8 {
          order: 2;
      }

      #login-footer .col-sm-8 {
          padding-left: 2px;
          padding-right: 2px;
      }

      form input[type=submit] {
          width: 100% !important;
      }

      .reg-form-data input::file-selector-button {
          background: var(--mainThemeColor) !important;
      }
  }

  @media (max-width: 575px) {
      .logos-list img {
          width: 80px;
          height: 80px;
          margin: 10px;
      }

      p#demo {
          display: block
      }

      p#demo div {
          margin: 10px 0;
      }

      .org-logos .col-sm-3 img {
          width: 120px;
      }

      .agenda-design2-speaker .agenda-row h3 {
          font-size: 18px !important;
      }

      .main-intro {
          max-width: 100%;
      }

      .headingOverlayText {
          display: none !important;
      }

      .main-title span {
          font-size: 18px;
      }

      h3.main-title {
          font-size: 30px;
      }

      .two-btns {
          margin: 0px 0 50px;
      }

      .simple-section {
          padding: 20px 0px;
      }

      #whyAttend {
          padding-top: 20px;
      }

      .event-logo {
          padding-right: 0;
          padding-left: 0;
      }

      .header-content .row {
          padding-left: 15px;
      }
  }

  @media (max-width: 480px) {

      .swiper-button-prev,
      .swiper-button-next {
          width: 24px;
          height: 24px;
          font-size: 12px;
          background: rgba(0, 0, 0, 0.3);
      }

      .swiper-button-prev {
          left: 5px;
      }

      .swiper-button-next {
          right: 5px;
      }

      .logos-list img {
          width: 50px;
          height: 50px;
          margin: 6px;
      }

      iframe.about-video {
          width: 100%;
          height: 220px;
      }

      :root {
          --h1FontSize: 35px;
          --h4FontSize: 18px;
      }

      /* .slim-bar ul>li,
      .slim-bar ul>li>a {
          display: block;
          font-size: 10px;
      }*/
      .slim-bar .row {
          justify-content: center !important;
      }

      .slim-bar {
          height: 40px;
      }

      #date-info span {
          display: block;
          text-align: center;
      }

      .eventDate::after {
          content: "";
          margin-left: 0px;
      }

      .countdown-container {
          padding: 0 10px;
      }

      #clockdiv>div>span {
          min-width: 50px;
      }

      #clockdiv {
          font-size: 40px;
      }

      #clockdiv .smalltext {
          font-size: 12px;
      }

      #clockdiv>div {

          margin-right: 13px;
      }

      #clockdiv>div::before {

          right: -11px;

      }

      .two-btns {
          border-radius: 29px;
          width: 100%;
          border: none;
      }

      .two-btns a {
          display: block;
      }

      .two-btns a:first-child {
          border: 2px solid var(--white);
          margin-bottom: 10px;
      }

  }



  h1 {
      font-family: 'Raleway', Helvetica, sans-serif;
      font-weight: 600;
  }

  @media only screen and (max-width:480px) {
      h1 {
          font-size: 28px !important;
      }
  }

  .banner {
      background: url('https://euimg.vfairs.com/uploads/vjfnew/10000194/uploads/vjf/content/misc/1684225413backgroundbannercancerconference.png') no-repeat right center;
      background-size: cover;
      min-height: 600px;
      padding: 60px 30px;
      position: relative;
  }

  @media (max-width:1079px) {
      .banner {
          padding: 100px 0px;
          background: url('https://euimg.vfairs.com/uploads/vjfnew/10000194/uploads/vjf/content/misc/1684225413backgroundbannercancerconference.png') no-repeat left center;
      }
  }

  .banner h5 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: rgb(0 0 0 / 50%);
      margin: 0;
      padding: 15px;
      color: #fff;
      font-size: 18px;
      text-align: center;
  }

  .banner h1 {
      padding: 24px 16px;
      color: #fff;
      margin: 20px 0;
      text-align: center;
      font-family: 'Amaranth', sans-serif;
      font-weight: 700;
      font-size: 54px;
      background: rgb(0 0 0 / 50%);
  }

  .banner h4 {
      color: #fff;
      font-size: 22px;
      margin: 0;
      text-align: center;
      /* background: rgb(0 0 0 / 50%); */
      padding: 10px;
  }

  .banner div {
      max-width: 860px;
      padding: 15px;
      text-align: center;
      margin: auto;
  }



  .sponsor-box ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      min-height: 149px;
      margin: 0;
      padding: 0;
  }

  .sponsor-box ul li {
      margin: 15px 10px;
      width: 149px;
      background: #fff;
      height: 149px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px;
      border-radius: 50%;
      box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
  }

  .yellow-bg {
      background: #F7D273;
  }

  .dark-bg {
      background: #597786;
  }

  .bg-trans {
      color: #fff;
      font-size: 18px;
      text-align: center;
      background: rgb(0 0 0 / 50%);
      padding: 10px;
  }












  .flap-box {
      background: #F7D273;
      padding: 0px 0 20px 0 !important;
      box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
  }

  .flap-box .left-box {
      margin-top: -100px;
  }

  .left-box h3 {
      line-height: 1.5;
      color: #304b78;
      font-size: 24px;
      margin-top: 0;
  }

  .left-box {
      background: #fff;
      padding: 17px 30px;
      text-align: left;
      border: 3px solid #F7D273;
      box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
  }

  .left-box a {
      display: block;
      background: #304b78;
      text-align: center;
      padding: 10px;
      font-size: 18px;
      color: #fff;
  }

  .left-box p {
      text-align: center;
  }

  .right-box h3 {
      line-height: 1.5;
      color: #597786;
      margin-top: 30px;
      margin-bottom: 10px;
  }

  #timer {
      margin: 8px 0px;
      color: #fff;
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap;
  }


  .white {
      color: #fff;
  }

  .snippets {
      position: relative;
      padding: 40px 0 80px;
      background: #f7d273;
      color: #000;
  }

  .snippets h2 {
      text-transform: none;
      color: #fff;
      margin: 30px 0;
      font-size: 25px;
      font-weight: 700;
      text-align: center;
  }

  .snippets .snippets-container {
      margin-left: 0;
      margin-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
  }

  .snippets .snippet {
      padding: 12px 30px;
      max-width: 300px;
      width: 100%;
  }

  .snippets .snippet .img {
      margin: 0 auto;
      text-align: center;
  }

  .snippets .snippet .txt {
      margin: 0 auto;
      text-align: center;
  }

  .snippets .snippet .img img {
      border-radius: 50%;
      width: 200px;
      height: 200px;
      margin-bottom: 15px;
      object-fit: cover;
      border: 4px solid #fff;
  }

  .snippets .snippet .txt h3 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      margin: 8px 0;
      color: #fff;
  }

  section#demandSpeakers .snippet .txt h3,
  section#demandSpeakers .snippet .txt .position span {
      color: #000 !important;
  }

  #speakers .main-title {
      font-size: 28px;
      color: #fff;
  }

  .snippets .snippet .txt span {
      display: block;
      color: #fff;
  }

  .live-speakers img {
      width: 100%;
      max-width: none !important;
      max-height: none !important;
      border-radius: 30px !important;
  }

  .live-speakers .txt {
      display: none;
  }

  .live-speakers {
      border-bottom: 1px solid #fff;
  }

  .live-speakers .snippet {
      max-width: 350px !important;
  }

  [data-toggle="modal"] {
      cursor: pointer;
  }


  table {
      width: 100% !important;
  }

  .agenda-design4 .agenda-row .agenda-col:last-child {
      padding: 0 0 0 30px;
      background: url(https://euimg.vfairs.com/uploads/vjfnew/10000194/uploads/vjf/content/misc/1685621740cotimages.png) no-repeat left top 24px / 10px, url(http://vepimg.b8cdn.com/uploads/vjf/173-ccw/timeline-strip.png) repeat-y left 3px top !important;
  }

  .agenda-design4 {
      border-bottom: 0px solid #ffffff !important;
  }

  .agenda-design4 .nav-tabs li.active::after {
      border-color: #597786 transparent transparent transparent !important;
  }

  .agenda-col>img {
      filter: brightness(0.5);
  }


  /*.section.registration-form .row-content>.col-lg-12::before {
      content: "";
      background: url(https://euimg.vfairs.com/uploads/vjfnew/10000104/uploads/vjf/content/misc/1665501852bg.png) no-repeat;
      background-size: contain;
      width: 67px;
      position: absolute;
      top: 64px;
      left: 0;
      bottom: 0;
  } */

  .section.registration-form .row-content>.col-lg-12 {
      padding: 0 60px;
  }

  .reg-form-data .form-control {
      border: 1px solid #DCDBFF;
      border-radius: 7px;
      height: calc(2.75em + 0.25rem + 2px);
      font-size: 14px !important;
  }

  .col-12>h3 {
      text-align: center;
      margin: 20px 0;
  }

  /* .section.registration-form .row-content>.col-lg-12::after {
      content: "";
      background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1717006779ntoi-logo-png1717006779.png  ) no-repeat;
      background-size: contain;
      width: 250px;
      position: absolute;
      top: calc(50% - 125px);
      right: -170px;
      height: 250px;
  } */

  .page-heading {
      border-bottom: 1px solid #eaeaea;
      background: #597786;
  }

  .page-heading h4.form-heading,
  .page-heading h1.form-heading {
      color: white !important;
  }




.ticket.purchase .ticket-blurp h6 {
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
}


  .ticket {
      max-width: 100%;
      height: 520px;
      border: 1px solid #efefef;
      padding: 20px;
      background: #fff;
      position: relative;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;

  }

  /*.ticket::before {
      position: absolute;
      top: -5px;
      left: -1px;
      right: -1px;
      background: url('https://euimg.vfairs.com/uploads/vjfnew/10000104/uploads/vjf/content/misc/1664447308dot.png');
      height: 8px;
      content: "";
  }

  .ticket::after {
      position: absolute;
      bottom: -5px;
      left: -1px;
      right: -1px;
      background: url('https://euimg.vfairs.com/uploads/vjfnew/10000104/uploads/vjf/content/misc/1664447308dot.png');
      height: 8px;
      content: "";
  }*/

  .ticket a {
      display: block;
      background: #F7D273;
      text-align: center;
      padding: 10px;
      font-size: 18px;
      color: #597786;
  }

  .ticket h3 {
      border-bottom: 1px solid #F7D273;
      margin-bottom: 15px;
      margin-top: 0px;
      padding-bottom: 15px;
      font-size: 22px;
  }

  .ticket ul {
      padding-bottom: 15px;
  }

  .section.resources-page {
      background: #9cb6b8;
  }




  .section.resources-page .ticket h6 a {
      background: no-repeat;
      padding: 0;
      padding-top: 10px;
  }

  .section.resources-page .ticket a {
      display: block;
      background: none !important;
      text-align: center;
      color: #597786;
      padding: 0px;
      font-size: 16px;
  }

  .section.longevity-doc .container.full-page-container,
  .section.longevity-page .container.full-page-container {
      width: 100%;
      margin: 0;
      max-width: 100%;
      padding: 0px;
  }

  .full-page-container .col-lg-12 {
      display: block;
      padding: 0;
  }

  .snippets .snippets-container .snippet .img img {
      width: 200px;
      height: 200px;
      object-fit: cover;
      object-position: top;
      transition: all 0.3s ease;
  }

  .snippets .snippets-container .snippet .img img:hover {
      transform: scale(1.1)
  }

  section.simple-section.blue-bg .main-title {
      color: #fff;
  }

  .ticket-info .main-bg-color {
      background-color: var(--mainThemeColor2);
      padding-top: 20px;
      padding-bottom: 20px;
  }

  section#organised .main-title {
      color: #fff;
  }

  div#about {
      margin-top: -10px;
  }

  p.append-text {
      margin-left: 5px !important;
      text-align: left !important;
  }

  /*-----------------------*/

  .overlapped-content-con {
      background: #f7d273;
  }

  /*   .overlapped-content-con .countdown-container {
      background: transparent;
      box-shadow: none;
      margin-top: 0px;
  } */

  .overlapped-content-con #clockdiv span {
      font-size: 34px;
      color: var(--white);
  }

  .overlapped-content-con #clockdiv .smalltext {
      font-size: 16px;
      font-weight: 500;
  }

  .overlapped-content-con #clockdiv>div::before {
      display: none;
  }

  .overlapped-content-con #clockdiv div>span {
      /* min-width: 60px; */
      background-color: var(--mainThemeColor);
      padding: 22px 15px;
  }

  .overlapped-content-con #clockdiv>div {
      margin-right: 0px;
      display: flex;
      flex-direction: column-reverse;
  }

  .simple-section.overlapped-content-con {
      padding-top: 15px;
  }

  .simple-section.overlapped-content-con .text-box {
      padding: 40px 40px;
      background: #fff;
      text-align: center;
      margin-top: -150px;
      max-width: 430px;
  }

  .simple-section.overlapped-content-con .text-box p {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
  }

  .simple-section.overlapped-content-con .text-box h3 {
      font-size: 21px;
      margin: 0px 0px 20px 0px;
  }

  h3.main-title {
      font-size: 32px;
      margin-bottom: 30px;
  }

  p.main-intro {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 20px !important;
  }

  /* .faq {
      padding-top: 100px !important;
  } */

  #speakers {
      background: var(--mainThemeColor);
  }

  #sponsors {
      background: #F7D273;
  }

  .main-title span {
      color: #597786;
  }

  #sponsors .row,
  #speakers .row {
      justify-content: center;
    
  }

#speakers .row {
  flex-direction: row-reverse;
}

  .modal-title {
      color: #333 !important;
  }

  .modal-header .close {
      background: transparent;
      color: #999;
  }

  #speakers .speaker_img-src h5 {
      color: #fff !important;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
  }

  @media screen and (max-width: 640px) {
      .faq {
          padding-top: 40px !important;
      }
  }

  section#liveSponsorSection {
      background: #C4E1DC;
  }

  section#liveSponsorSection .speaker_container img {
      object-fit: cover;
      border: 6px solid #fff;
      object-position: center;
  }

  section#liveSponsorSection .row {
      justify-content: center;
  }

  section#liveSponsorSection .speaker_container {
      padding: 0;
  }

  .session-details {
      background: #365679;
      color: #fff;
  }

  .session-details .item img {
      width: 200px;
      height: 200px;
      object-fit: cover;
      border-radius: 200px;
      border: solid 4px #fff;
      display: block;
      margin: 0 auto 15px auto;
  }

  .session-details .item {
      color: #fff;
  }

  .session-details a[data-slide="prev"],
  .session-details a[data-slide="next"] {
      display: block !important;
      color: #fff !important;
      width: 40px;
      height: 40px;
      font-size: 18px;
      text-align: center;
      line-height: 40px;
      border-radius: 4px;

      position: absolute;
      top: 50%;
  }

  .session-details a[data-slide="prev"],
  .session-details a[data-slide="next"] {
      color: #fff !important;
      outline: none !important;
      box-shadow: none;
  }

  .session-details a[data-slide="prev"] {
      left: -50px;
  }

  .session-details a[data-slide="next"] {
      right: -50px;
  }

  @media screen and (max-width: 767px) {
      .countdown-container {
          width: 100%;
      }

      iframe {
          width: 100%;
          height: auto;
      }

      #agenda_2 .agenda-rows .col-lg-4.col-sm-12 {
          width: 100% !important;

      }

      .session-details .item {
          padding: 0px 30px;
      }

      .session-details a[data-slide="prev"] {
          left: 0px;
      }

      .session-details a[data-slide="next"] {
          right: 0px;
      }

      .session-details a[data-slide="prev"],
      .session-details a[data-slide="next"] {
          top: 100px;
      }
  }

  .agenda-col p {
      font-weight: 300;
      font-family: 'Open Sans';
  }

  .speaker.mh-60 {
      display: flex;
      align-items: center;
  }

  .speaker.mh-60 img {
      margin-right: 15px !important;
  }

  .agenda-col h4 {
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
  }

  #agenda h2.img-heading {
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
  }

  .ticket__avail {
      display: none !important;
  }

  .modal-title {
      color: #fff !important;
  }

  .modal-body p {
      text-align: left;
      line-height: 1.5;
  }

.speaker_container .modal-body p {
    color: var(--eventFontColor) !important;
}

  #agenda_2 .agenda-rows .agenda-row .speaker.mh-60 {
      display: flex;
      flex-direction: row !important;
      align-items: center;
      width: 100% !important;
  }


  .modal-header,
  #forgot-pwd-modal .modal-header {
      background: var(--mainThemeColor) !important;
  }


  .modal-header h4,
  .modal-header .close {
      color: #fff !important;
  }

  .ticket-blurp p {
      color: #ffffff;
      text-align: center;
      margin-bottom: 12px;
      line-height: 1.5;
  }

  .event__form label {
      display: block !important;
  }

  section#supportBy h4.sub-title {
      margin: 32px 0;
      text-align: center;
  }

  /*.ticket-info .ticket-blurp {
    color: #fff;
}*/
  img.emoji_img {
      max-width: 20px;
  }

  .ticket-blurp {
      font-size: 16px;
      font-weight: 500;
  }

  section#event-agenda {
      display: none;
  }

  .text-align-left {
      text-align: left;
  }

  p#isPasted {
      text-align: justify;
  }

.pricebtn-btn {
    background: var(--mainThemeColor) !important;
    border: 1px solid var(--mainThemeColor) !important;
}

.ticket__item {
    border: 2px solid var(--mainThemeColor) !important;
}

.coupncode button {
    background: var(--mainThemeColor) !important;
}

.backButtonRegisterUser {
    background: var(--mainThemeColor) !important;
}

.order__summary {
    border: 1px solid var(--mainThemeColor) !important;
}

.packageContainer .theme-light-btn {
    background: #f7d27366 !important;
    color: var(--mainThemeColor) !important;
}

.reg-form-data input[type=submit] {
    background: #f7d273 !important;
    border-color: #f7d273 !important;
}

.ev__ticket__wrapper.page_break_step.page-break-step-1 .row {
    display: none !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#supportBy img {
  padding: 0px !important;
}

#supportBy > div > div:nth-child(1) > div > div > a:nth-child(2) > img {
    padding: 8px !important;
}

#supportBy > div > div:nth-child(2) > div > div > a:nth-child(6) > img {
    padding: 8px !important;
    border: 0px !important;
}

#speakers > div > div > div > div:nth-child(5) > div > div.speaker_img-src > h5 {
    width: 350px !important;
    left: -50px !important;
    position: absolute;
}

#speakers .row .speaker_img-src img {
    object-fit: cover;
    object-position: top;
}

.swiper-wrapper {
  display: flex;
  justify-content: space-between; /* Space out the slides evenly */
  gap: 20px; /* Optional: adds space between the slides */
}

/* Ensure each swiper-slide has equal width and aligns side by side */
.swiper-slide {
  flex: 1 1 30%; /* Adjust the percentage (e.g., 30%) based on how many items you want per row */
  max-width: 33.33%; /* Make sure the width is appropriate for 3 items in a row */
  margin-right: 0; /* Remove the margin between slides */
}

/* Optional: Customize how the iframe appears inside each slide */
/*.instagram-media {
  width: 100%;  Make the iframe fill the slide */
  /* height: auto; */

.webinarsdescription {
    font-style: italic;
  font-size: 20px !important;
}

#custom-agenda > p {
    background: #d1dedd;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: -20px;
}

div#custom-agenda {
    background: #d1dedd;
      padding-top: 1px;
}

/*.row {
    justify-content: flex-start !important;
    display: flex !important;
}*/

.nav-tabs>li {
    width: 49% !important;
}

section.snippets.white {
    display: none;
}

section.snippets.white {
    display: none;
}

/* section#Speakers {
    display: none;
} */

/* section#speakers {
    display: none;
} */

section#Pillars {
    background: #f7d273;
}

section#Speakers .speaker_img-src h4 {
    color: #000;
}
 
.ticket-blurp h6 span {
    display: block;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-top: 10px;
}