/* Added By Bhavani*/

.carousel-wrapper {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e6e6e654;
}

.flickity-prev-next-button.previous {
  left: -25px !important;
}

.flickity-prev-next-button.next {
  right: -25px !important;
}

.flickity-prev-next-button {
  background: var(--inta-background-red) no-repeat center center !important;
}

.flickity-button-icon {
  background: var(--inta-background-red) no-repeat center center;
  fill: white !important;
}

.meeting-section-content {
  margin-bottom: 20px !important;
}

/* Added by Bhavani for Carousel */
.next {
  margin-top: 0px !important;
}

.flickity-button:hover {
  background: var(--inta-background-red) url(../.../assets/images/gallery/meetingwhitearrowleft.png) no-repeat center center !important;
}


@media (max-width: 768px) {
  .meeting-section-singlecontent .meeting-col-3 img {
    max-height: 200px;
  }
}

.flickity-prev-next-button.previous {
  background: var(--inta-background-red) url("../../assets/images/gallery/meetingwhitearrowleft.png") no-repeat center center !important;
  background-size: 16px 16px;
  border-radius: 50%;
}

.flickity-prev-next-button.previous:hover {
  background: #ef394242 url("../../assets/images/gallery/meetingredarrowleft.png") no-repeat center center !important;
  border: 2px solid var(--inta-background-red);
}

.flickity-prev-next-button.previous .flickity-button-icon {
  display: none;
}

.flickity-prev-next-button.next {
  background: var(--inta-background-red) url("../../assets/images/gallery/meetingwhitearrowright.png") no-repeat center center !important;
  background-size: 16px 16px;
  border-radius: 50%;
}

.flickity-prev-next-button.next:hover {
  background: #ef394242 url("../../assets/images/gallery/meetingredarrowright.png") no-repeat center center !important;
  border: 2px solid var(--inta-background-red);
}

.flickity-prev-next-button.next .flickity-button-icon {
  display: none;
}

.meeting-p-top-20 strong {
  padding: 10px 0;
}

body {
  font-size: 18px !important;
  color: #404040;
}

.wysiwyg-content a {
  border-bottom: 2px solid #d40000 !important;
  color: var(--inta-font-red) !important;
}

.wysiwyg-content a:hover {
  border-bottom: 2px solid #d40000 !important;
  color: var(--inta-font-red) !important;
}

.meeting-header {
  position: sticky !important;
}

.no-mb {
  margin-bottom: 0px !important;
}
.no-pd{
  padding: 0px !important;
}

.search-overlay {
  padding-top: 175px !important;
}

.search__form-wrapper .search__text__esc {
  top: 0px !important;
}

.meeting-img-center {
  display: block;
  margin: 0 auto;
}

.meeting-session-details a b span {
  display: inline !important;
  color: #2E4574 !important;

}

.meeting-session-details a:hover {
  b span {
    text-decoration: underline;
    color: var(--inta-font-red) !important;
  }
}

.ais-Highlight-highlighted {
  background: var(--inta-font-red) !important;
  color: #fff;
}

.uplink-icon-small {
  background: url(../../assets/images/icons/uplink-icon.svg) no-repeat left top;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  /* background: indianred; */
  vertical-align: text-top;
}

.no-mb h3 {
  margin-bottom: 0px !important;
}

.meeting-images {
  padding: 20px;
}

.meeting-images ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}

.meeting-images li {
  flex: 1 1 300px;
  max-width: 300px;
  border: 1px solid #eee;
  background: #fff;
  text-align: center;
  transition: box-shadow 0.3s;
}

.meeting-images li:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.meeting-images img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  background: #fafafa;
  padding: 15px;
}

.meeting-reg-card-col2 li a span {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  color: var(--inta-font-blue);
}

strong {
  font-weight: 600 !important;
}

.mobileaction {
  display: none !important;
}

.meeting-has-submenu a img {
  display: inline-block;
}

.content-with-visual {
  padding: 40px !important;
}

.meeting-generic-optiontwo-card {
  box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
}

.meeting-bgwhite {
  box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
}

.meeting-reg-card-col2 {
  & ul {
    & li {
      i {
        width: 52px;
        min-width: 52px;
        max-width: 52px;
        max-height: 52px;
        min-height: 52px;
      }
    }
  }
}

.no-ul-pd ul {
  padding: 0px !important;

  li {
    margin-bottom: 0px !important;
  }
}

.meeting-footer {
  padding-top: 30px;
}

.pt-20 {
  padding-top: 20px !important;
}

.uplink-icon-small {
  background: url(../../assets/images/icons/uplink-icon.svg) no-repeat center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
}

.meeting-reg-card-col2 li span {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  color: var(--inta-font-blue);
}
.search_meeting_esc {
 background: none;
    border: 0;
    height: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -36px;
    text-decoration: underline;
    font-size: 13px;
    font-family: "Libre Franklin", sans-serif !important;
}
.pr-10{
  padding-right:10px !important;
}
/*Added The code for Minimun Height*/

main{
  flex: 1;
}
.hero-overlay{margin-top:20px;margin-bottom:50px;border: 1px solid #E2E2E2;}
.hero{min-height: 608px;}
a:focus,
a:active {
  outline: none;
}
.hero-content p a{
  color: var(--inta-font-red);
}
.footer-cta p{margin-bottom: 0px!important; }
.mt-2\.5 {
  margin-top: 0!important;
}
 main .meeting-card-p20.meeting-mb-30:last-child{
  margin-bottom: 0px;
 }
main section:first-child{padding: 20px 40px 0;}
.meeting-nobd{
  box-shadow: none;
  padding: 0px;
  border: 0px;
}
.search__no-results{

  h2{text-transform: none;}
}
main{
  min-height: 30vh;
  background: var(--inta-background-white);
}
main .meeting-fluid-container:last-child{
padding-bottom: 20px;
}

.tablestyle{
  border:1px solid #848484;
  tr{
    th{background-color: var(--inta-background-red);color:#fff; }
    th:first-child{background-color: #fff;color:#404040}
    td:first-child{background-color: #E3A7A6;}
    td,th{border:1px solid #848484!important;height: auto;}
  }
   tr:nth-child(even){background-color: #ECECEC;}
   tr:nth-child(odd){background-color: #fff;}
}
.tablestyle-plain{
  border:1px solid #848484;
  tr{
    th{background-color:var(--inta-background-red);color:#fff; }

    td,th{border:1px solid #848484!important;height: auto;}
  }
   tr:nth-child(even){background-color: #ECECEC;}
   tr:nth-child(odd){background-color: #fff;}
}
.meeting-title-h2 span{text-transform: none;}
.search__select:after {
    border-color: none;
    border-style: none;
    border-width: none;
    display: none;
    height: 8px;
   
}
.search__search-results {
   padding-bottom: 0px;
}
.meeting-flexdiv{
  padding-bottom: 10px;
}
.search__select{
  margin: 0 10px 0 0;
  border: 0;
}
.search__multi-select{
  border: 1px solid #ddd;
}
.search__select-button:focus{
  border:0px;
}
.meeting-title-h2 strong{font-weight: 600; color: #4D4D4D;}
.meeting-col-gap{gap:15px;}
.meeting-session-title span{
      font-size: 18px;
    font-weight: 700;
    color: #2E4574;
    line-height: 1.4;
}
.meeting-session-title span:hover{
  color: var(--inta-font-red);
}
@media (max-width: 768px) {

  .flickity-prev-next-button.next {
    right: -14px !important;
  }

  .flickity-prev-next-button.previous {
    left: -14px !important;
  }

  .carousel-cell .meeting-p-t-b-40 {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }

  .meeting-topmenu ul li:last-child span {
    display: none !important;
  }

  .search-overlay {
    padding-top: 15px !important;
    margin-top: var(--meeting-mobile-header-height) !important;
  }

  .search__form-wrapper .search__esc {
    top: -114px !important;
  }

  .mobileaction {
    display: inline-block !important;
    position: absolute;
    padding: 22px;
    right: 0;
    top: 0;
    z-index: 2;
  }

  .meeting-has-submenu a img {
    display: none;
  }

  .meeting-submenu ul {
    border: 0px solid #fff;
    box-shadow: 0 0px 0px rgb(0 0 0 / 38%);
  }

  .meeting-submenu ul a {
    text-decoration: none;
  }

  .meeting-mobile-menu .meeting-submenu {
    padding: 0px;

  }

  .meeting-section-content-innerpages {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .meeting-footer {
    padding: 30px;
  }

  .hero {
    height: auto !important;
  }

  .meeting-generic-card {
    .pricingsection {
      margin-bottom: 30px;
    }
  }
  .hero-overlay {
   margin-right: 0%;
  }
  .meeting-submenu li a{
    white-space: normal !important;
  }
  .meeting-session-results-card{
    margin:15px 0px;
  }
 .footer-cta p{
  line-height: 30px;
 }
 h1{
  margin-bottom: 0px;
 }
 .meeting-sectioncard{
  margin-bottom: 0px;

 }
 .meeting-card-p20.meeting-mb-30{
margin-bottom: 30px;
  
 }

 .tablesection{overflow: auto;
table{width:600px!important;}
}
.meeting-sectioncardgreybg{
  margin-bottom: 20px;
}
.tabcontent.meeting-p-30{
  padding: 20px;
}
.meeting-section-content {
margin-bottom: 0px !important;
}


}

@media (min-width: 1440px) {
  .meeting-header-main,.meeting-topbar {
    padding: 10px 0px;
  }
}
@media (max-width: 47.9375em) {
    .search__form-wrapper .search__esc {
        top: -112px;
    }
}
@media (min-width: 768px) and (max-width: 1050px) {
    .search-overlay {
        margin-top: 87px !important;
    }
}

@media (min-width: 360px) and (max-width: 413px) {
    .search-overlay {
        margin-top: 95px !important;
    }
}
@media (min-width: 414px) and (max-width: 767px) {
    .search-overlay {
        margin-top: 80px !important;
    }
}


/* End of File*/