.zp-events-banner-wrap:before {
    display: none;
}

.zp-events-banner-wrap {
  overflow: hidden;
  background: url(/sites/zweb/images/zoho_general_pages/apac-event-headerbnr.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}





.stay-main {
  margin-bottom: 100px;
}
.connect-content {
  text-align: center;
}
.connect {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 20px;
  justify-content: center;
  -ms-flex-pack: center;
}
.connect span {
  margin-right: 15px;
  font-size: 14px;
}
.connect ul li {
  display: inline-block;
  margin-right: 10px;
}
.connect ul li.fb a {
  background-position: -201px 0;
    background-size: 890px auto;
    width: 29px;
}
.connect ul li.in a {
  background-position: -300px 0;
    width: 33px;
    background-size: 1000px auto;
}
.connect ul li.yt a {
  background-position: -317px 0;
    width: 39px;
    background-size: 875px auto;
}
h1 {
  color: #000
}
.connect ul li a {
  display: inline-block;
  background: var(--common-elements) no-repeat;
  background-position: 0 0;
  background-size: 290px;
  background-repeat: no-repeat;
  width: 37px;
  height: 36px;
}

.event-general h2 {
  font-size: 23px;
  margin: 0 0 10px;
}
.event-general>p {
  line-height: 1.6;
  font-size: 16px;
}
.events:nth-child(2) .event-date span a:last-child {
  color: #2196f3;
  border-bottom-color: #2196f3;
}
.events:nth-child(3) .event-date span{
   float: left;
}
.events:nth-child(3) .event-date span a:last-child {
  color: #2196f3;
  border-bottom: 0;
}
.zp-events-content-wrap .content-wrap>div .event-column {
  padding: 40px 10px;
}
span.flag.cambodia {
/*   background: url(/sites/zweb/images/events/cambodia-flag.png) no-repeat;
  background-size: 40px;  */
}
.zp-events-content-wrap .events:last-child .flag {
  background: url(/sites/zweb/images/zoho_general_pages/apac-page-social-connect.png);
  background-size: 290px;
  background-repeat: no-repeat;
  background-position: -189px 0;
  width: 32px;
  height: 40px;
}

@media(max-width : 991px){
    .zp-events-banner-wrap {
        background: #fae8e4;
    }
}

@media (min-width: 687px){
 .zp-events-banner-wrap h1 {
     font-size: 48px;
 }
}

@media (max-width: 480px){
 .event-date span a{
    font-size: 13px;
 }
}