.listing h2.page-header {
  margin-bottom: 15px;
  text-align: center; }

.listing .header-Desc {
  margin-bottom: 35px; }

/*page lisitng view*/
div#eventView {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  div#eventView.emails {
    flex-direction: column; }
  div#eventView .event {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 0 15px 15px 0 rgba(93, 112, 128, 0.25);
    transform: translate(0px, 0px);
    display: inline-flex;
    flex-direction: column; }
    @media (max-width: 991.98px) {
      div#eventView .event {
        width: calc(100% / 2 - 20px); } }
    @media (max-width: 575.98px) {
      div#eventView .event {
        width: 100%; } }
    div#eventView .event .eventImg {
      position: relative; }
      div#eventView .event .eventImg img {
        display: block;
        margin: 15px auto 0;
        padding: 10px; }
      div#eventView .event .eventImg .fa {
        font-size: 230px;
        color: #2ab26f;
        text-align: center;
        display: block; }
      div#eventView .event .eventImg .eventType {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #ffffff;
        padding: 2px 7px;
        border-radius: 5px;
        font-weight: 600;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }
    div#eventView .event .eventInfo {
      padding: 15px;
      display: inline-flex;
      flex-direction: column;
      flex-grow: 1; }
      div#eventView .event .eventInfo .eventName {
        font-size: 20px;
        font-weight: bold;
        text-align: center; }
        div#eventView .event .eventInfo .eventName a {
          color: #2ab26f;
          transition: 0.3s;
          text-transform: capitalize; }
          div#eventView .event .eventInfo .eventName a:hover {
            color: #000000; }
      div#eventView .event .eventInfo .info {
        font-size: 16px;
        font-weight: normal; }
        div#eventView .event .eventInfo .info.speakerMailId a {
          color: #2ab26f;
          transition: 0.3s; }
          div#eventView .event .eventInfo .info.speakerMailId a:hover {
            color: #000000; }
      div#eventView .event .eventInfo p {
        font-size: 14px;
        margin-bottom: 8px; }
      div#eventView .event .eventInfo .eventDate {
        font-size: 16px;
        margin-bottom: 8px;
        margin-top: auto; }
        div#eventView .event .eventInfo .eventDate .fa-clock-o {
          margin-left: 10px; }
      div#eventView .event .eventInfo .registerShareWrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        div#eventView .event .eventInfo .registerShareWrapper .shareIcons {
          flex: 0 0 100%;
          max-width: 100%;
          margin-top: 10px; }
          div#eventView .event .eventInfo .registerShareWrapper .shareIcons a {
            display: inline-block; }
            div#eventView .event .eventInfo .registerShareWrapper .shareIcons a i.fa {
              width: 30px;
              height: 30px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              color: #ffffff;
              border-radius: 50%;
              transition: 0.3s;
              cursor: pointer; }
              div#eventView .event .eventInfo .registerShareWrapper .shareIcons a i.fa:hover {
                transform: rotate(360deg); }
            div#eventView .event .eventInfo .registerShareWrapper .shareIcons a + a {
              margin-left: 10px; }
            div#eventView .event .eventInfo .registerShareWrapper .shareIcons a i.fa.fa-whatsapp {
              display: none !important; }
      div#eventView .event .eventInfo .eventEdit a {
        display: inline-flex;
        align-items: center;
        background: linear-gradient(130deg, #2ab26f 0%, #0084ba 100%);
        padding: 5px 10px;
        color: #ffffff;
        min-width: 95px;
        justify-content: center; }
        div#eventView .event .eventInfo .eventEdit a.eventEditBtn {
          display: none; }
          div#eventView .event .eventInfo .eventEdit a.eventEditBtn.canEdit {
            display: inline-block;
            text-align: center; }
      div#eventView .event .eventInfo .attendies {
        display: flex;
        align-items: center;
        margin: 15px -5px 0; }
        div#eventView .event .eventInfo .attendies img {
          max-width: 50px;
          border-radius: 100%;
          height: 50px;
          border: 1px solid #000000;
          flex: 0 0 50px;
          margin: 0 5px; }
    div#eventView .event:hover {
      transform: translate(0px, -5px); }

/*page lisitng view*/
