/* section 1 -----START */
.pmSection1 {
  margin-top: 20px;
  height: 400px;
  background-color: #8dd9f0;
  background-image: url("https://dev.webapp.ekas.com.au/webapp/ekas_whitehat_MOL/assets/payment.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.pmSection1Mask {
  height: 400px;
  background-color: rgb(241, 241, 241, 0.7);
}
.pmSection1Title {
  text-align: center;
  padding-top: 150px;
  font: normal normal normal 40px poppins-semibold, poppins, sans-serif;
  color: #123a61 !important;
}
@media screen and (max-width: 960px) {
  .pmSection1 {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .pmSection1Title {
    padding-top: 150px;
  }
}
/* section 1 -----END */
/* section 2 -----END */
.pmSection2 {
}
.pmSection2leftBlock {
  height: 500px;
  background-color: #ceecfb;
}
.pmSection2rightBlock {
  height: 500px;
  background-color: #f0f0f0;
}
.pmSection2LeftText {
  font: normal normal normal 18px poppins-semibold, poppins, sans-serif;
  letter-spacing: 0.4rem;
  color: #123a61 !important;
  font-weight: bold;
  text-align: center;
  padding-top: 220px;
}
.pmSection2RightText {
  color: #123a61;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  padding-bottom: 10px;
  margin-top: 90px;
}
.pmSection2RightText2 {
  color: #123a61;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .pmSection2RightText {
    margin-top: 20px;
  }
  .pmSection2rightBlock {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pmSection2leftBlock {
    height: 200px;
  }
  .pmSection2LeftText {
    padding-top: 100px;
  }
}
/* section 2 -----END */
.section3Line {
  width: 80%;
  border-bottom: 4px dotted #000;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* section 4 -----START */
.pmSection4Text {
  text-align: center;
  font: normal normal normal 14px poppins-semibold, poppins, sans-serif;
  letter-spacing: 0.3rem;
  color: #123a61 !important;
  font-weight: bold;
}
.section4Line {
  height: 4px;
  background-color: #123a61;
  width: 70px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.pmSection4CashWrapper {
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  height: 300px;
  margin: auto;
  margin-bottom: 20px;
  background-color: #ceecfb;
  transition: 0.4s linear;
}
.pmSection4CashWrapper:hover {
  background-color: #acddf5;
}
.cashIcon {
  width: 60px;
  height: 60px;
}
.cashTitle {
  font: normal normal normal 14px poppins-semibold, poppins, sans-serif;
  letter-spacing: 0.3rem;
  color: #123a61 !important;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}
.cashDetail {
  color: #123a61;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}
.pmSection4ChecquesWrapper {
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  height: 300px;
  margin: auto;
  margin-bottom: 20px;
  background-color: #ceecfb;
  transition: 0.4s linear;
}
.pmSection4ChecquesWrapper:hover {
  background-color: #acddf5;
}
.chequesIcon {
  width: 60px;
  height: 60px;
}
.chequeTitle {
  font: normal normal normal 14px poppins-semibold, poppins, sans-serif;
  letter-spacing: 0.3rem;
  color: #123a61 !important;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}
.chequeDetail {
  color: #123a61;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}
.endMessage {
  color: #215990 !important;
  padding: 0;
  margin-bottom: 50px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1450px) {
  .pmSection4CashWrapper {
    height: 100%;
  }
  .pmSection4ChecquesWrapper {
    height: 100%;
  }
}
/* section 4 -----END */
