.modal-header {
  border: 0;
  background-color: #1B1464;
  padding: 0;
}
.modal-header .modal-title {
  color: #fff;
  padding: 0 16px;
}
.modal-header .btn-close {
  margin: 0;
  color: #E11F27;
  background-image: url("../images/icon-red-close.png");
  opacity: 1;
  padding: 16px;
}
.modal-header .btn-close:focus {
  box-shadow: none;
}

.modal-content {
  border-radius: 9px;
  border: 0;
}
.modal-content h3 {
  font-size: 32px;
}
.modal-content h4 {
  color: #1B1464;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .modal-content h4 {
    font-size: 18px;
  }
}

.modal-body {
  padding: 30px;
}

.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

#contactUsModal .modal-body {
  background-color: #1B1464;
}
#contactUsModal .modal-body .greetings {
  color: #fff;
}
#contactUsModal .modal-body .box-white {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 30px;
  text-align: center;
}
#contactUsModal .modal-body .box-white .img-wrap {
  height: 52px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#contactUsModal .modal-body .box-white h5 {
  font-weight: 500;
}
#contactUsModal .modal-body .box-white .blue-text {
  color: #1B1464;
  font-weight: 500;
}
#contactUsModal .modal-body .box-white .btn-red {
  min-width: 115px;
}
#contactUsModal .modal-body .box-white .text-wrap .blue-text {
  margin-bottom: 5px;
}
#contactUsModal .modal-body .box-white.product-service-enquiry h5 {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  #contactUsModal .modal-body .box-white.product-service-enquiry h5 {
    margin-bottom: 0.5rem;
  }
}
#contactUsModal .modal-body .box-white.jp-advisor h5 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #contactUsModal .modal-body .box-white.jp-advisor h5 {
    margin-bottom: 0.5rem;
  }
}

.page-payment-options article .block__title {
  background-color: #1B1464;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.page-payment-options article .block__title span {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
.page-payment-options article .block__content {
  padding: 20px;
}

.payment-step {
  border-top: 1px solid rgba(183, 183, 183, 0.5);
  padding: 20px 0;
}
.payment-step:first-child {
  border-top: 0;
  padding-top: 0;
}
.payment-step .step-title {
  font-size: 16px;
  color: #1B1464;
  font-weight: 500;
  margin-bottom: 16px;
}
.payment-step .payment-step-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  font-size: 16px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .payment-step .payment-step-content {
    display: block;
  }
}
.payment-step .payment-step-content .pay-image {
  max-width: 208px;
}
.payment-step .payment-step-content .pay-note {
  color: #e0232f;
  display: block;
  margin-bottom: 10px;
}
.payment-step .payment-step-content p {
  font-size: inherit;
}

.page-help-support .top_description .row {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid rgba(183, 183, 183, 0.5);
  border-radius: 20px;
  justify-content: center;
  gap: 15px;
  align-items: center;
  overflow: hidden;
}
.page-help-support .top_description .row .col-auto {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .page-help-support .top_description .row .col-auto {
    width: 100%;
  }
}
.page-help-support .top_description .row .col {
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .page-help-support .top_description .row .col {
    padding-bottom: 20px;
  }
}
.page-help-support .top_description img {
  max-width: 370px;
}
@media screen and (max-width: 800px) {
  .page-help-support .top_description img {
    width: 100%;
    max-width: 100%;
  }
}
.page-help-support .help-support-container.bg-gray {
  background-color: #f5f5f5;
}
.page-help-support .help-support-container .slick-arrow {
  display: none !important;
}
.page-help-support .help-support-container h4.please-select {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
}
.page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider {
  display: flex;
  flex-direction: column;
}
.page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider .curvy-box-learn-more {
  margin-bottom: 16px;
  cursor: pointer;
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #d9d9d9;
  position: relative;
  transition: order 0.5s ease-in-out;
}
.page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider .curvy-box-learn-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -34px;
  transform: translate(-50%, -50%);
  background-image: url(../images/help-support-play-icon.png);
  background-color: #ec0c19;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider .curvy-box-learn-more::after {
    top: initial;
    bottom: -34px;
    right: calc(50% - 34px);
    transform: rotate(90deg);
    transform-origin: top;
  }
}
.page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider .curvy-box-learn-more.active {
  background-color: #1B1464;
  color: #fff;
  border: 1px solid #1B1464;
  order: -1;
}
@media screen and (max-width: 767px) {
  .page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider .curvy-box-learn-more.active {
    order: initial;
  }
}
.page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider .curvy-box-learn-more.active h3 {
  color: #fff;
}
.page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider .curvy-box-learn-more h3 {
  color: #1B1464;
  font-size: 22px;
  font-weight: 500;
}
.page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider .curvy-box-learn-more p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider .curvy-box-learn-more {
    margin-right: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider {
    opacity: 0;
  }
  .page-help-support .help-support-container #block-pleasechooseyouraction #mobile-choose-options-slider.slick-initialized {
    opacity: 1;
  }
}
.page-help-support .help-support-container .right-side-wrapper .right-block {
  display: none;
}
.page-help-support .help-support-container .right-side-wrapper .right-block .block__title {
  background-color: #1B1464;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
}
.page-help-support .help-support-container .right-side-wrapper .right-block .block__title span {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
.page-help-support .help-support-container .right-side-wrapper .right-block .block__content {
  padding: 20px;
}
.page-help-support .help-support-container .right-side-wrapper .right-block .block__content .page-payment-options article .block__title {
  margin-top: 0;
}
.page-help-support .help-support-container .right-side-wrapper .right-block.active {
  display: block;
  background-color: #fff;
  margin-left: 16px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-help-support .help-support-container .right-side-wrapper .right-block.active {
    margin-left: 0;
  }
}
.page-help-support .help-support-container .right-side-wrapper .right-block #sg_shareyourfeedback-title.block__title::after,
.page-help-support .help-support-container .right-side-wrapper .right-block #block-productenquiry-title.block__title::after,
.page-help-support .help-support-container .right-side-wrapper .right-block #block-sg-productenquiry-title.block__title::after,
.page-help-support .help-support-container .right-side-wrapper .right-block #block-updatepersonalparticulars-title.block__title::after,
.page-help-support .help-support-container .right-side-wrapper .right-block #block-corporateemployeeschemeform-title.block__title::after,
.page-help-support .help-support-container .right-side-wrapper .right-block #block-sg-becomeacesmember-title.block__title::after {
  content: "*Required information";
  font-size: 14px;
  float: right;
  color: white;
  padding: 9px 0;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}
.page-help-support .id-type-and-nric-passport-no .js-form-type-select {
  width: 26% !important;
  display: inline-block !important;
  margin-right: 2% !important;
}
.page-help-support .id-type-and-nric-passport-no .js-form-type-textfield {
  width: calc(72% - 4px) !important;
  display: inline-block !important;
  vertical-align: top !important;
}
.page-help-support .id-type-and-nric-passport-no .fieldset-wrapper {
  width: calc(58% - 0.2em);
  display: inline-block;
}
.page-help-support #block-agents-and-partners .text-content {
  padding-left: 20px;
  padding-right: 20px;
}
.page-help-support #block-sg-exposedformagents-and-partners-tabsagents-partners .contextual {
  right: 35px;
}
.page-help-support #block-customerservice {
  padding-top: 50px;
}
.page-help-support #block-customerservice h3 {
  font-size: 36px;
  color: #1B1464;
}
.page-help-support #block-customerservice .customer-service-row h4 {
  font-size: 20px;
  color: #e11f27;
}
.page-help-support #block-customerservice .customer-service-row h5 {
  font-size: 16px;
  color: #1B1464;
}
.page-help-support #block-customerservice .customer-service-row .open-form-wrapper {
  display: block;
  color: #1B1464;
}
.page-help-support #block-customerservice .customer-service-row .open-form-wrapper a.open-form {
  color: inherit;
  text-decoration: none;
}
.page-help-support #block-customerservice .customer-service-row .office {
  padding-bottom: 20px;
}
.page-help-support #block-customerservice .customer-service-row .office h4 {
  font-size: 18px;
}
.page-help-support #block-customerservice .customer-service-row .office p,
.page-help-support #block-customerservice .customer-service-row .office li {
  font-size: 14px;
}
.page-help-support #block-customerservice .customer-service-row .office p:last-child {
  margin-bottom: 0;
}
.page-help-support #block-customerservice .customer-service-row .office .note {
  color: rgba(0, 0, 0, 0.6);
}
.page-help-support #block-customerservice .customer-service-row .office .btn-outline-gray {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 8px 20px;
  height: 55px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.page-help-support #block-customerservice .customer-service-row .office .btn {
  min-width: 200px;
}
.page-help-support #block-customerservice .regional-address .box-office {
  border: 1px solid #d9d9d9;
  padding: 20px;
  border-radius: 10px;
  max-width: 300px;
  margin-bottom: 30px;
}
.page-help-support #block-customerservice .regional-address .box-office h4 {
  font-size: 20px;
}
.page-help-support #block-customerservice .regional-address .box-office h5 {
  color: #1B1464;
  font-size: 18px;
}
.page-help-support #block-customerservice .regional-address .box-office p {
  font-size: 14px;
}

#emergency-hotline ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 16px;
}
#emergency-hotline ul li {
  width: 50%;
}
#emergency-hotline ul li .insurance-list {
  margin-bottom: 30px;
}

/*# sourceMappingURL=help-support.css.map */
