/* rewrite style section 1 -----START */
.section1Margin {
  margin-bottom: 100px;
}
.banner {
  width: 100%;
  height: 700px;
  background-image: url("https://dev.webapp.ekas.com.au/webapp/ekas_whitehat_MOL/assets/medicalBG.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  margin: auto;
  text-align: center;
}

.bannerTextWrapper {
  width: 40%;
  padding-top: 180px;
  margin-left: 80px;
}

.bannerText {
  font-size: 30px;
  color: #ffffff;
}

.bannerTitle {
  font-size: 50px;
  color: #ffffff;
}

.bannerBtn {
  cursor: pointer;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 5px;
  width: 120px;
  height: 40px;
  margin-top: 25px;
  transition: 0.4s linear;
}

.bannerBtn:hover {
  background-color: rgb(188, 189, 191, 0.3);
  border: 1px solid rgb(31, 89, 136, 0.5);
}

.bannerBtn:focus {
  outline: none;
}

.bannerBtnText {
  color: white;
  font-size: 15px;
  text-decoration: none;
}

.bannerBtnText:hover {
  text-decoration: none;
  color: white;
}
.section1ItemWrapper {
  margin-top: 30px;
  padding-top: 20px;
  transition: 0.4s linear;
  margin-bottom: 5px;
}
.section1ItemWrapper:hover {
  background-color: rgb(229, 248, 250);
}
.section1ItemWrapperImage {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .banner {
    height: 300px;
  }

  .bannerTextWrapper {
    width: 100%;
    padding-top: 60px;
    margin: auto;
    margin-left: 0;
  }

  .bannerText {
    font-size: 18px;
  }

  .bannerTitle {
    font-size: 25px;
  }
}

/* rewrite style section 1 -----END */
/* rewrite style section 2 -----START */
.section2Margin {
  margin-bottom: 150px;
}
.section2BlockSignUp {
  width: 90%;
  height: 400px;
  margin: auto;
  text-align: center;
  background-color: #ceecfb;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.section2BlockParticipate {
  width: 90%;
  height: 400px;
  margin: auto;
  text-align: center;
  background-color: #fcd8c7;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.section2IconWrapper {
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  padding-top: 20px;
}
.section2Icon {
  margin: auto;
}
.section2IconText {
  margin-top: 20px;
  padding-top: 20px;
  color: #123a61;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
.section2IconParagraph {
  font: normal normal normal 16px/1.4em helvetica-w01-light, helvetica-w0-light,
    sans-serif;
  color: #3b3b3b;
}
@media screen and (max-width: 1000px) {
  .section2BlockSignUp {
    height: 100%;
  }
  .section2BlockParticipate {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section2BlockSignUp {
    height: 100%;
  }
  .section2BlockParticipate {
    height: 100%;
  }
}
/* rewrite style section 2 -----END */
/* rewrite style section 3 -----START */
.section3Margin {
  margin-bottom: 150px;
}
.section3BlockWrapper {
  background-image: url("https://dev.webapp.ekas.com.au/webapp/ekas_whitehat_MOL/assets/section3BG.JPG");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding: 0;
}
.section3BlockMask {
  background-color: rgba(253, 253, 253, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
}

.section3TitleWrapper {
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.section3Title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #123a61 !important;
}

.section3ItemTitle {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #123a61 !important;
}
.section3ItemWrapper {
  background-color: rgb(241, 241, 241, 0.6);
  height: 500px;
  padding: 20px;
  border-radius: 20px;
  transition: 0.4s linear;
}
.section3ItemWrapper:hover {
  background-color: rgba(253, 253, 253, 0.9);
}
@media screen and (max-width: 1200px) {
  .section3ItemWrapper {
    height: 100%;
    margin-bottom: 10px;
  }
}
/* rewrite style section 3 -----END */
/* rewrite style section 4 -----START */
.section4Margin {
  margin-bottom: 50px;
}
.sectionTitle {
  font: normal normal normal 16px/1.4em poppins-semibold, poppins, sans-serif;
  text-align: center;
  font-weight: bold;
  color: #123a61 !important;
  letter-spacing: 0.4rem;
}
.sectionSubTitle {
  font: normal normal normal 33px/1.4em poppins-semibold, poppins, sans-serif;
  text-align: center;
  font-weight: bold;
  color: #123a61 !important;
  margin-top: 10px;
}
.section4SlideWrapper {
  height: 300px;
  margin-bottom: 40px;
}
.section4SlideText {
  height: 100px;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .section4SlideWrapper {
    height: 350px;
  }
}
@media screen and (max-width: 960px) {
  .section4SlideWrapper {
    height: 480px;
  }
}
/* rewrite style section 4 -----END */
/* rewrite style section 5 -----START */
.section5Margin {
  /* background-color: #ceecfb; */
  text-align: center;
  padding: 20px;
}
.section5PrivacyTitle {
  font: normal normal normal 33px/1.4em poppins-semibold, poppins, sans-serif;
  text-align: center;
  font-weight: bold;
  color: #123a61 !important;
  margin-top: 10px;
}
.section5PrivacyParagraph {
  margin-top: 20px;
  padding-top: 20px;
  color: #123a61;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.section5SignUpTitle {
  font: normal normal normal 33px/1.4em poppins-semibold, poppins, sans-serif;
  text-align: center;
  font-weight: bold;
  color: #123a61 !important;
  margin-top: 10px;
}
.section5SignUpParagraph {
  margin-top: 20px;
  padding-top: 20px;
  color: #123a61;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.section5SignUpBtn {
  cursor: pointer;
  border: 1px solid #123a61;
  background-color: transparent;
  border-radius: 5px;
  width: 120px;
  height: 40px;
  transition: 0.4s linear;
}
.section5SignUpBtn:focus {
  outline: none;
}
.section5SignUpBtn:hover {
  background-color: rgb(188, 189, 191, 0.3);
  border: 1px solid rgb(31, 89, 136, 0.5);
}
.section5SignUpBtnText {
  font: normal normal normal 10px poppins-semibold, poppins, sans-serif;
  text-align: center;
  font-weight: bold;
  color: #123a61 !important;
}
.section5Textwrapper {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .responsiveMT {
    margin-top: 100px;
  }
}
/* rewrite style section 5 -----END */
/* rewrite style section 6 -----START */
.section6TextWrapper {
  text-align: center;
}
.section6Text {
  font: normal normal normal 10px poppins-semibold, poppins, sans-serif;
  text-align: center;
  font-weight: bold;
  color: #123a61 !important;
}
.section6Margin {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section6TextWrapper {
    margin-bottom: 40px;
  }
}
/* rewrite style section 6 -----END */
