.image-column h3 {
  font-size: 25px;
  margin-top: 8px;
  text-align: center;
  color: #5b4187;
}
.image-column p {
  font-size: 16px;
  text-align: center;
  color: #fdb714;
  line-height: 26px;
  font-style: italic;
}

/* Executive Committe Start*/
.our-team {
  border-top: 1px solid #fff;
  background: #f7f1f7;
  border-radius: 5px;
  margin-top: 72px;
  margin-bottom: 50px;
}
.our-team .pic {
  width: 40%;
  border: 3px solid #fff;
  border-radius: 60px 0;
  margin: -72px auto 0;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}
.our-team:hover .pic {
  border-radius: 50%;
  border-color: #af69ab;
}
.our-team .pic img {
  width: 100%;
  height: auto;
}
.our-team .team-content {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #f7f1f7;
}
.our-team .team-title {
  font-size: 18px;
  color: #333;
  margin: 6px 0 0;
  font-family: "Lora", serif;
}
.our-team .post {
  font-size: 16px;
  color: #af69ab;
  display: block;
  margin-bottom: 0px;
  font-style: italic;
  margin-top: 3px;
}
.our-team .description {
  font-size: 16px;
  font-weight: 300;
  color: #4d273f;
  /* padding: 0 35px; */
  line-height: 16px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.our-team .social-links li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-top: 80px;
  }
}
/* Executive Committe End*/
.contact-btn {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  padding: 3px 15px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: -6px;
  background-color: #4d273f;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.event-bg {
  background: #efafc6;
}
.session {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 19px;
  text-transform: uppercase;
  color: #4d273f;
}
.text strong {
  color: #004485;
}
/* footer social icons */
.timer {
  position: relative;
  color: #242424;
  font-size: 29px;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 8px;
  font-family: "Lora", serif;
}

h4,
.vedio-head {
  font-size: 18px;
  /*text-align: center;*/
  color: #610865;
}

.para1 {
  color: #fff;
}

table {
  width: 100%;
}
#example_filter {
  float: right;
}
#example_paginate {
  float: right;
  margin-top: 10px;
}
label {
  display: inline-flex;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
#member-table {
  margin-top: 25px;
  margin-bottom: 25px;
}
.dataTables_length select {
  margin-top: -6px;
  margin-left: 12px;
  margin-right: 10px;
  width: 100%;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #af69ab;
  border-color: #af69ab;
}
.page-link {
  color: #4d273f;
}

/*Tumor Board*/
.tumor-box {
  margin-bottom: 25px;
}
.tumor-btn {
  background: #4d273f;
  color: #ffffff;
  padding: 7px 9px;
  font-size: 15px;
}
.tumor-btn:hover {
  color: #ffffff;
}
.tumor-video-detail h6 {
  color: #af69ab;
  font-size: 18px;
  margin-bottom: 12px;
}
.tumor-video-detail h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}
.tumor-video-detail p {
  font-size: 15px;
}
.tumor-video-speaker h6 {
  color: #af69ab;
  font-size: 20px;
  margin-bottom: 10px;
}
.tumor-video-speaker p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 8px;
}

.tumor-video {
  margin-top: -89px;
}
.video-post {
  padding-top: 56.9444%;
  position: relative;
  width: 100%;
}
.video-post embed,
.video-post iframe,
.video-post object {
  pointer-events: auto;
  border: medium none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
