.left,
.right {
  border: 1px solid transparent;
}
.banner {
  background-image: url("../../../html5/images/topBanner/products.jpg");
}
#product-section {
  padding: 5% 0;
}

div.container .row > div .form-section {
  padding: 0px 20px;
  background-color: #ffffff;
}
#product-section .container .row > div {
  padding: 10px;
}
.form-check-input[type="radio"] {
  margin: 0;
  padding: 0;
}
.section-subhead {
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  letter-spacing: normal;
  text-align: left;
  color: #2d3485;
}
span.absolute-inborder {
  position: absolute;
  top: -16px;
  left: 17px;
  padding: 0px 8px;
  background: white;
}
.form-check {
  padding: 0;
}
.form-check .section-subhead {
  margin-left: 2em;
}
.form-check-label p {
  color: #666666;
  line-height: 1.2;
  font-size: 0.8em;
  margin-top: 1em;
  margin-left: 2.5em;
  font-family: "Questrial", sans-serif;
  letter-spacing: normal;
}
.form-part {
  margin-bottom: 15px;
}
.form-part.form-contents {
  position: relative;
  border: 3px solid #2c3484;
  padding: 20px;
}
.custom-form-col {
  position: relative;
}
.custom-form-col .form-control {
  border: 1px solid #b7b7b7;
  border-radius: 0;
  font-size: 0.8em;
  padding: 0.5rem 1rem;
}
.custom-form-col label {
  position: absolute;
  top: 4px;
  left: 18px;
  padding: 0 8px;
  font-size: 0.8em;
  font-family: "Poppins", sans-serif;
  background: white;
}
.custom-form-col .form-control:focus {
  border: 1px solid #b7b7b7;
  box-shadow: none;
}
.form-button-holder {
  margin-left: -8px;
}
.btn.btn-submit-form {
  background: #2c3384;
  font-size: 15px;
  padding: 20px 60px;
}
.btn.disabled {
  background: grey;
}
.btn.disabled:hover {
  cursor: not-allowed;
}
.form-control:disabled, .form-control[readonly] {
  background: white;
}
.warning-note::before {
  content: "!";
  padding: 0px 8px;
  font-weight: bold;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: white;
  background: #e60000;
}
.custom-tooltip {
  display: none;
  position: absolute;
  top: -55px;
  font-size: 11px;
  background-color: yellow;
  color: #000;
  padding: 1.5px 15px;
  border: 1px solid red;
  border-radius: 3px;
}
@media (max-width: 767px) {
  div.container .row > div .form-section {
    padding: 0px 0px;
  }
  .custom-tooltip {
    width: 97vw;
  }
}
