.speaker-img-div {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 100%;
  border-radius: 10px;
}
.details-container {
  max-width: 95%;
  padding: 10px 5px;
  margin: -50px auto auto;
  border-radius: 20px;
  background-color: white;
}
.speaker-name {
  /* color: black !important; */
  color: white !important;
  /* font-size: 20px; */
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}
.speaker-designation-p {
  /* color: black !important; */
  color: white !important;
  /* font-size: 15px; */
  font-size: 0.8rem;
  opacity: 0.7;
  line-height: 1.3;
  margin-top: 0.5rem;
  font-weight: 400;
}

@media only screen and (min-width: 600px) {
  .details-container {
    min-height: 200px !important;
    /* min-height: 300px !important; */
  }
}
@media only screen and (min-width: 992px) {
  .panel-sec-margin {
    margin-bottom: 45px;
  }
}

/* sponsor box style */
.platinum-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 100px rgba(0, 0, 0, 0.15);

  min-height: 250px;
}

@media only screen and (max-width: 768px) {
  /* .platinum-container { */
  .img-resp-height {
    /* min-height: 400px; */
    min-height: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* .platinum-container { */
  .img-resp-height {
    /* min-height: 600px; */
    min-height: 250px;
  }
}

/* .platinum-img-div {
  background: url(images-new/sponsors-ind/plat.png);
} */

.img-plat {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  /* object-fit: fill; */
  outline: none;
  border: none;
  box-shadow: none;
}

/* .text-spons {
  position: absolute;
  top: 75%;
} */

.silver-top {
  top: 65% !important;
}

.text-spons h4 {
  font-size: 36px;
  font-weight: 700;
  color: white;
  line-height: 1;
  text-align: center;
}

.img-rad {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.spons-ul-li li {
  color: black;
  font-size: 18px;
  font-weight: 700;
}
/* end sponsor box style */

.owl-next {
  background-image: url(images-new/next-icon.png);
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 105%;
  left: 8%;
}

.owl-prev {
  background-image: url(images-new/prev-icon.png);
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 105%;
}

.owl-prev,
.owl-next {
  font-size: 0;
  /* Optionally set font-size to 0 to ensure no space is taken by the text */
}

.conf-session-head {
  top: 60% !important;
}

.long-text-resp {
  top: 60% !important;
}
.reg-head {
  top: 75% !important;
}

.plat-width {
  /* width: 93%; */
  width: 98%;
}

.sil-width {
  /* width: 83%; */
  width: 96%;
}

.bronz-width {
  /* width: 73%; */
  width: 94%;
}
.badge-width {
  /* width: 65%; */
  width: 92%;
}
.registration-area {
  width: 90%;
}
.lunch-coffe {
  width: 88%;
}
.conference-session {
  width: 86%;
}
.associate-sponsor {
  width: 84%;
}
.exhibitor-sponsor {
  width: 82%;
}
.platinum-size {
  font-size: 80px !important;
}
.badge-size {
  font-size: 50px !important;
}

@media only screen and (max-width: 768px) {
  .conf-session-head {
    top: 65% !important;
  }
  .long-text-resp {
    top: 70% !important;
  }
  .owl-prev {
    left: 2%;
  }

  .owl-next {
    left: 15%;
  }

  .plat-width {
    width: 100%;
  }

  .sil-width {
    width: 100%;
  }

  .bronz-width {
    width: 100%;
  }
  .badge-width {
    width: 100%;
  }
  .registration-area {
    width: 100%;
  }
  .lunch-coffe {
    width: 100%;
  }
  .conference-session {
    width: 100%;
  }
  .associate-sponsor {
    width: 100%;
  }
  .exhibitor-sponsor {
    width: 100%;
  }

  .counter-section {
    padding: 60px 0;
  }
  .platinum-size {
    /* font-size: 80px; */
    font-size: 36px !important;
  }
  .badge-size {
    font-size: 36px !important;
  }
  .reg-head {
    top: 70% !important;
  }
}

/* <!-- end owl carousel --> */

.info-box {
  min-height: 120px;
}

.btn-cstm-tabs {
  padding: 20px;
  font-size: large;
  background-color: #40cbb4;
  color: white;
  width: 200px;
}

/* .nav-tabs .btn-cstm-tabs.active {
  background-color: #ffc20b !important;
} */
/* try from inspect */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ffc20b !important;
}

/* end try from inspect */

.date-cstm {
  background: #083355;
  color: white !important;
  padding: 15px;
  border-radius: 15px;
}

.participation-format-head {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 21px;
  color: black;
}

.participation-format-ul li {
  color: black;
}

.participation-format-card-container {
  border-right: 1px solid hsla(0, 0%, 77%, 0.5);
}
.img-bg-spon {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topic-container {
  min-height: 240px;
}

/* style for blink */
.blink {
  animation: blinker 1.7s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* end style for blink */
