
.contact-banner-section {
  padding-top: 85px;
  min-height: 490px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* border-top: 5px solid #3363ff; */
}

.register-section{
  background-image: url('../img/registernow-bg.png');
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  padding:50px;
  margin-bottom:10px;
}
.register-section h5{
  color:#fff;
  margin-top:10px;
}
.contact-icons{
  color:#9F2B68;
}

