.cmb-section {
  margin-bottom: 20px;
}
.cmb-note {
  background: #EFF2FA;
  padding: 10px;
  display: none;
  margin-top: 5px;
  font-style: italic;
  border-left: 3px solid #252D69;

}

.cta{
  background: #EFF2FA;
  padding: 20px;
  text-align: center;
  margin-top: 5px;
  padding: 20px 20px 30px 20px;
}

form#cmb-calculator-form {
  background: #ffffff;
  width: 100%;
  margin: auto;
}

.red{
  color: red !important;
}

[type=submit], button, .custom-btn {
  color: #ffffff !important;
  background-color: #252D69;
  border: 1px solid #252D69;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0px;
  padding: 6px 12px;
}

[type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  background-color: #323B83;
}

.cmb-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}
.cmb-popup-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  width: 98%;
  max-width: 820px;
  position: relative;
}
.cmb-close {
  position: absolute;
  top: 0px; right: 8px;
  font-size: 25px;
  cursor: pointer;
}
.cmb-result-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
}
.cmb-result-table th, .cmb-result-table td {
  padding: 10px 12px;
  border: 1px solid #8084A7A3;
  text-align: center;
}
.cmb-result-table thead {
  background-color: #EFF2FA;
  font-weight: bold;
}
.increase-row td {
  background-color: #e1f7e1;
  font-weight: bold;
  font-size: 18px;
  color: #252D69;
}
.highlight-section {
  background-color: #EFF2FA;
  padding: 10px;
  margin: 15px 0;
  border-left: 5px solid #252D69;
}

label{
  font-weight: 600;
  color: #212121;
  margin-bottom: 8px;
}

h4{
    font-weight: 600;
    color: #252D69;
}

input{
    border-color: #8084A7A3 !important;
    border-radius: 5px !important;
}
