+
/* Calvulator page */

.result-header h2 {
  font-size: 24px!important;
  font-weight: 600;
}
.result-actions button {
  background: #bb9f64;
  color: #fff!important;
  padding: 12px!important;
  margin: 0;
  line-height: 0!important;
  font-weight: 100!important;
  transition: all .3s ease;
}
.result-actions button:hover, .result-actions button:focus {
  background: #0a406b!important;
  border-color: #0a406b!important;
}

.retirement-calculator > h3{
  font-size: 34px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.newsletter button {
  background: #0a406b!important;
  border: 1px solid #0A3F6B!important;
  border-radius: 0!important;
  font-size: 16px!important;
  color: #fff!important;
  font-weight: 400!important;
  letter-spacing: 1px!important;
  padding: 20px 50px!important;
  transition: all .3s ease;
}
.newsletter input {
  padding: 14px 20px!important;
  border-radius: 0!important;
  border: 1px solid #ddd!important;
}

@media only screen and (min-width:768px) and (max-width:991px) {

.right_result {
  width: calc(100% - 00px);
}
}
/* end calculator page */


/* saving calculator */
.saving_calculator section.sc-hero .sc-title {
  font-size: 38px;
}
.saving_calculator .sc-results-heading {
  font-size: 32px;
}

.saving_calculator .sc-results-grid {
  background: #bb9f64;
  gap: 0;
}
.saving_calculator .sc-results-grid .sc-result-block .sc-result-label {
  background: #0a406b;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}
.saving_calculator .sc-results-grid .sc-result-block .sc-result-value {
  text-align: center;
  color: #fff;
  padding: 10px;
}
.saving_calculator .sc-results-grid .sc-result-block:first-child {
  border-right: 1px solid #fff;
}
.saving_calculator .sc-form-wrap {
  border-radius: 0px;
}

@media only screen and (max-width:650px) { 
.saving_calculator .sc-results-grid {
  display: block;
}
.saving_calculator .sc-results-grid .sc-result-block:first-child {
  border-right: 0px solid #fff;
  margin-bottom: 20px;
}
.saving_calculator .sc-results-grid .sc-result-block .sc-result-value {
  background: #bb9f64;
}
.saving_calculator .sc-results-grid {
  background: transparent;
}
section.sc-results-section {
  margin-bottom: 0;
}
}