body.modal-agent-no-scroll {
  overflow: hidden;
}
#modal-our-team {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  top: 0;
  left: 0;
}
.single
  .ms-wrapper-new-blog-detail
  .ms-wrapper-detail
  .ms-body
  .ms-post-detail
  .wpb_gallery_slides
  ul
  li {
  list-style: none !important;
}
#modal-our-team .modal-team-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  background-color: #000000b5;
  z-index: 99;
  overflow: auto;
}
.modal-team-content {
  background: white;
  padding: 15px;
  border-radius: 10px;
}
.modal-image h2 {
  font-family: "Choplin Medium-DEMO";
  font-size: 30px;
  color: #39374f;
  text-align: center;
  margin-bottom: 20px;
}
.modal-team-content ul.agent-list {
  padding-bottom: 30px;
}
.modal-header {
  position: relative;
}
.modal-team-content ul.agent-list li a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  margin-bottom: 9px;
  color: #39374f;
  display: block;
  font-weight: 600;
  text-align: center;
}
span.modal-close-button {
  position: absolute;
  right: 0;
  font-weight: 700;
  top: 0;
  padding: 5px 10px;
  color: white;
  background: #39374f;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s;
}
span.modal-close-button:hover {
  background: #4861ae;
}

.modal-image img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .modal-team-content ul.agent-list li a {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    margin-bottom: 9px;
    color: #39374f;
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 3px 0px;
  }
}
