:root {
  --primary: #143c8d;
  --titleColor: #277ec3;
}

/* tabs starts */
/* Tabs */
.tab-content {
  display: none;
}
.tab-content.default_block {
  display: block;
}

.tab_section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tab_section ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  margin-left: 130px;
}
.tab_section ul#tabs-nav li {
  margin-bottom: 12px;
  float: left;
  font-weight: 500;
  margin-right: 2px;
  border-radius: 5px;
  cursor: pointer;
  background: #ededed;
  font-size: 15.4px;
  padding: 8px 20px;
  border-radius: 200px;
  margin-right: 12px;
  text-align: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.tab_section ul#tabs-nav li span {
  font-weight: 700;
  color: var(--primary);
}
.tab_section ul#tabs-nav li.active span {
  color: #fff;
}

.tab_section ul#tabs-nav li.active {
  background-color: var(--primary);
}
.tab_section #tabs-nav li a {
  text-decoration: none;
  color: var(--primary);
}
.tab_section ul#tabs-nav li.active a {
  color: #fff;
}
.tab_section .time_box {
  background-color: var(--primary);
  min-width: 130px;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 15px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.tab_section .from_time {
  font-size: 18px;
  font-weight: 700;
}
.tab_section .to_time {
  font-size: 16px;
  font-weight: 500;
}
.tab_section .tab_box {
  display: flex;
  margin-bottom: 25px;
}
.tab_section .tab_box:last-child {
  margin-bottom: 0;
}
.tab_section .tab_cntbox h3.tablist_head {
  color: var(--primary) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.tab_section .badges {
  background-color: rgba(151, 96, 144, 0.15);
  color: #976090 !important;
  padding: 0.3rem 0.5rem;
  text-align: center;
  border-radius: 0.358rem;
  display: inline-block;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1;
  white-space: nowrap;
  vertical-align: initial;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
}

.tab_section .badges svg {
  height: 12px;
  width: 11px;
  font-size: 12px;
  stroke-width: 3;
  vertical-align: top;
}
.tab_section .tab_cntbox {
  height: 100%;
  padding: 20px;
  background-color: #f8f8f8;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.tab_section .tab_box.centered .tab_cntbox {
  align-items: center;
  background-color: #f8f8f8;
}
.tab_section .tab-content {
  padding: 10px 0;
}
.tab_section .btns {
  display: inline-block;
  border-radius: 100px;
  padding: 9px 13px;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  background: rgb(39, 157, 193);
}

.tab_section .btn_one {
  color: rgb(255, 255, 255);
  background: rgb(39, 157, 193);
}
.tab_section .btn_two {
  cursor: pointer;
  outline: 0;
  border: 0;
  height: auto;
  min-height: auto;
  font-weight: 600;
  font-size: 12px;
  background-color: rgba(19, 61, 143, 0.16) !important;
  color: var(--primary);
  border-radius: 100px !important;
  padding: 9px 13px !important;
}
.tab_section .btn_three {
  color: #fff;
  background: rgb(252, 135, 1);
}
.tab_section .btn_four {
  color: #fff;
  background: rgb(151, 69, 144);
}
.tab_section .btn_five {
  color: rgb(0, 0, 0);
  background: rgb(137, 202, 228);
}

.tab_section .tb_buttons {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
.tab_section .tab_box.three_box .tab_cntbox {
  justify-content: flex-start;
}
.tab_section .tab_box.three_box .tb_buttons {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 6px;
}
.tab_section .tab_box.three_box .badges {
  margin-bottom: 15px;
}
.tab_section .tab_box.three_box .tab_grid {
  display: flex;
  grid-gap: 20px;
}
.tab_section .tab_box.three_box .tab_cntbox {
  padding-right: 30px;
}
.tab_section .tab_grid {
  width: 100%;
  position: relative;
}
.tab_section .btns.btn_two svg {
  font-size: 12px;
  stroke-width: 3;
  vertical-align: top;
}
.tab_section .btn_two.info_btn {
  background-color: rgba(0, 56, 107, 0.12) !important;
  width: 34px;
  padding: 0 !important;
  min-height: 32px;
  border-radius: 100px !important;
}
/* tabs ends */
/* modal starts */
.modal_sec .sp_modal {
  position: fixed;
  z-index: 99999; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: unset;
}
.modal_sec .sp_modal-body {
  position: relative;
  padding: 20px;
  width: 100%;
}
.sp_modal-body.sp_modal-body-2 {
  border-bottom: 0;
  border-top: 1px solid #e8e8e8;
}

.modal_sec .sp_modal.is-visible {
  visibility: visible;
}

.modal_sec .sp_modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal_sec .sp_modal.is-visible .sp_modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal_sec .sp_modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal_sec .sp_modal.is-visible .sp_modal-transition {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.modal_sec .sp_modal-header,
.sp_modal-content {
  padding: 1em;
}

.modal_sec .sp_modal-header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  background-color: var(--primary);
  padding: 12px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal_sec .sp_modal-heading {
  font-size: 15px !important;
  color: #fff !important;
  font-weight: 500 !important;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.modal_sec .sp_modal-content > *:first-child {
  margin-top: 0;
}

.modal_sec .sp_modal-content > *:last-child {
  margin-bottom: 0;
}
.modal-header,
.sp_modal-content {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.modal_sec .sp_modal-close {
  background-color: transparent;
  border: none;
  padding: 10px;
  border-radius: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 36px;
}

.modal_sec .sp_close-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_sec .sp_close-icon svg {
  width: 13px;
  height: 13px;
}
.modal_sec .sp_modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  max-width: 700px;
  margin: auto;
  display: block;
  transform: translate(-50%, -60%);
  width: calc(100% - 30px);
}
.modal_sec .sp_modal-content {
  font-size: 16px;
  line-height: 1.6;
}
.modal_sec .speaker-bio p {
  margin-bottom: 12px;
}
.modal_sec .sp_media-body h4 {
  font-size: 18px !important;
  width: auto !important;
  border: 0 !important;
  margin-bottom: 8px !important;
  margin-top: 0;
}
.modal_sec .sp_media-body img {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
#second-popup {
  display: none;
}
.modal_sec.modal_sec2 .sp_modal-wrapper {
  max-width: 500px;
}
.sp_modal-content ul {
  margin-left: 15px;
  list-style: disc;
}
.sp_modal-content ul li {
  margin-bottom: 5px;
}
/* modal ends */
/* speaker list starts */
.speaker_list_sec {
  /* padding-top: 4rem;
  padding-bottom: 4rem; */
  /* background-color: #fff; */
  /* padding-left: 30px;
  padding-right: 30px; */
}

.speaker_list_img_box {
  width: 200px;
  height: 200px;
  margin: auto;
  margin-bottom: 20px;
}
.speaker_list_img_box img {
  border-radius: 100%;
}
.view_profile_btn {
  text-transform: uppercase;
  border-radius: 15px;
  background-color: #ffce49 !important;
  border-color: #ffce49 !important;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 0.786rem 1.5rem;
  cursor: pointer;
}

.view_profile_btn:hover {
  background-color: rgb(35, 64, 138) !important;
  border-color: rgb(35, 64, 138) !important;
}
.speaker_list_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  grid-gap: 30px;
  max-width: var(--site_width);
  margin: auto;
}

.speaker_list_grid_box {
  /* border: 1px solid #279dc1; */
  background-color: #f6f6f6;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.speaker_list_grid_box h3 {
  font-weight: 600 !important;
  font-size: 18px !important;
  /* color: var(--primary) !important; */
  margin-bottom: 10px;
}
.speaker_list_grid_box p.designation {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 0 !important;
}
.speaker__list_btn_box {
  margin-top: auto;
}
.speaker_meta_date {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}
.speaker_meta_desc {
  margin-top: 0;
}
.speaker_meta_item {
  margin-bottom: 15px;
}
.speaker_meta_item:last-child {
  margin-bottom: 0px;
}
.sp_modal-footer {
  padding: 0.8rem 1.4rem;
  border-top: 1px solid #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  width: 100%;
}
.modal_close_btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
  user-select: none;
  font-size: 14px;
  border-radius: 0.358rem;
  border: 0;
  cursor: pointer;
  line-height: 1;
  padding: 0.786rem 1.5rem;
  background-color: #ea5455;
}
.speaker_list_grid .sp_modal-body {
  text-align: left;
}
.speaker_list_grid_box:hover .speaker_list_img_box img {
  transform: scale(1.12);
  filter: grayscale(1);
}
.speaker_list_img_box img {
  transition: all 0.4s;
  overflow: visible;
  width: 100%;
}
.speaker_list_img_box {
  overflow: hidden;
  border-radius: 100%;
}
.sp_modal_cnt_box {
  overflow: auto;
  background-color: #fff;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -1px;
  max-height: 50vh;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tab_section .tab_slide {
  flex: 1;
  height: 100%;
}
.tab_section .slick-slide > div {
  height: 100%;
  margin: 0 10px;
}
.tab_section .slick-slide {
  height: auto;
}
.tab_section .slick-track {
  display: flex;
  margin: 0;
}
.tab_section .slick-list {
  margin: 0 -10px;
}

.tab_box.three_box .slick-prev,
.slick-next {
  display: none !important;
}
.tab_box.three_box .slick-prev,
.tab_box.three_box .slick-next {
  display: block !important;
  content: "";
  position: absolute;
  width: 18px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  background-color: rgb(212, 238, 254);
  z-index: 9;
  font-size: 0;
  border: 0;
}
.tab_box.three_box .slick-prev {
  background-image: url(/wp-content/plugins/conference-agenda/images/left-arrow-svg.svg);
  left: 0;
  top: 37%;
}
.tab_box.three_box .slick-next {
  background-image: url(/wp-content/plugins/conference-agenda/images/right-arrow-svg.svg);
  right: 0;
  top: 37%;
}
.tab_section .tab_box.three_box .tab_grid {
  flex-wrap: wrap;
  display: block;
  overflow: hidden;
  height: 100%;
}
.tab_box.three_box .slick-prev.slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.tab_box.three_box .slick-next.slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.sp_modal-content p:last-child {
  margin-bottom: 0;
}

.not_found {
  padding: 20px;
  background-color: rgb(248, 248, 248);
  text-align: center;
  font-weight: 500;
  color: var(--primary);
  border: 1px solid #ddd;
}
.tab_section .tab_box.centered .tab_cntbox h3.tablist_head {
  text-align: center;
}

/* sponser section */
.sponser-sec .sponser-title {
  background: linear-gradient(180deg, #d1d3d4 0%, #58595b 100%);
  padding-top: 35px;
  padding-bottom: 95px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.sponser-sec .sponser-title h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.sponser-sec .sponser-title:after {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 5em;
  background-color: #fff;
  border-top-right-radius: 66px;
  bottom: -25px;
}
.sponser-sec .sponser-title:before {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 5em;
  background-color: #fff;
  border-top-left-radius: 66px;
  bottom: -25px;
}
.sponsor-logo-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sp-box {
  margin-bottom: 50px;
}
.sp-box:last-child {
  margin-bottom: 0px;
}

.sponsor-logo-grid-box img {
  /* object-fit: contain; */
  cursor: pointer;
  /* width: 260px;
  height: 90px; */
  /* border: 1px solid #e3e3e3; */
  padding: 15px;
}

.sponsor-logo-grid-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-logo-grid:last-child {
  margin-bottom: 0;
}
.sponser-sec .sp-box:nth-child(3n + 1) .sponser-title {
  background: linear-gradient(180deg, #d1d3d4 0%, #58595b 100%);
}

.sponser-sec .sp-box:nth-child(3n + 2) .sponser-title {
  background: linear-gradient(180deg, rgba(232, 0, 77, 0.66) 0%, #b5153d 100%);
}

.sponser-sec .sp-box:nth-child(3n + 3) .sponser-title {
  background: linear-gradient(180deg, rgba(6, 163, 50, 0.4) 0%, #157c24 100%);
}

.sponser-sec .sp-box:nth-child(3n + 4) .sponser-title {
  background: linear-gradient(180deg, rgba(41, 132, 194, 0.69) 0%, #05039b 100%);
}

.modal_sec.model_sec_2 .sp_modal-header {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal_sec.model_sec_2 .sp_modal-heading {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #133d8d !important;
}
.modal_sec.model_sec_2 .sp_modal-close {
  background-color: #fff;
  border-top-right-radius: 5px;
}

.modal_sec.model_sec_2 .sp_close-icon line {
  stroke-width: 3px;
  stroke: #ea5455;
}
.modal_sec.model_sec_2 .sp_modal-body {
  max-height: 50vh;
  overflow-y: auto;
}

/* .modal_sec.model_sec_2 .sp_modal-content{font-size:inherit;line-height:inherit;} */
.modal_sec.model_sec_2 .sp_modal_cnt_box {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  max-height: unset;
}
.modal_sec.model_sec_2 .fusion_ic_box a:before {
  color: #bebdbd;
}
.modal_sec.model_sec_2 .fusion_ic_box a {
  margin-right: 15px;
  margin-right: 15px;
  padding-top: 15px;
  display: inline-block;
}
.speaker_meta_item p {
  margin-top: 0;
}

.sponser-title-2 h3 {
  text-align: center;
  color: var(--titleColor) !important;
}

.sponser-title-2 {
  margin-bottom: 30px !important;
  margin-top: 0 !important;
  padding-top: 15px !important;
}

.thankyou_grid h3 {
  color: #143c8d !important;
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px !important;
}

.thankyou_grid h5 {
  text-align: center;
  color: #ec008c !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
}

.thankyou_grid {
  margin-bottom: 35px;
}
.sponsor-logo-grid > div {
  flex: 0 1 200px;
}

body.no-scroll {
  overflow: hidden;
}
.sp_modal-content p {
  margin-top: 0;
}
.sp_modal-content p:empty {
  display: none;
}
.sp_modal-content br {
  display: none;
}
.sp_modal-content p:last-of-type {
  margin-bottom: 0;
}
.session {
    font-style: italic;
}

@media (max-width: 992px) {
  .speaker_list_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .speaker_list_img_box {
    width: 180px;
    height: 180px;
  }
  .sponsor-logo-grid .sponsor-logo-grid-box:nth-child(4) {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .tab_section .tab_box {
    flex-wrap: wrap;
  }
  .tab_section .time_box {
    min-width: unset;
    width: 100%;
  }
  .tab_section ul#tabs-nav {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .speaker_list_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .speaker_list_img_box {
    width: 125px;
    height: 125px;
  }
  .modal_sec.model_sec_2 .sp_modal-heading {
    font-size: 22px !important;
  }
}

@media (max-width: 576px) {
  .modal_sec .sp_media-body img {
    float: none;
  }
}
